Skip to content

Commit e527452

Browse files
committed
chore: update node and collator versions
1 parent e02271a commit e527452

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

docs/collator/guide.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Map the directory into a local volume used by the docker container.
3939
docker run \
4040
--network host \
4141
--volume ${PWD}/data:/data \
42-
interlayhq/interbtc:1.18.0 \
42+
interlayhq/interbtc:1.20.0 \
4343
--base-path=/data \
4444
--chain=kintsugi \
4545
--execution=wasm \
@@ -54,7 +54,6 @@ docker run \
5454
--execution=wasm \
5555
--wasm-execution=compiled \
5656
--database=RocksDb \
57-
--unsafe-pruning \
5857
--pruning=1000 \
5958
--state-cache-size=0
6059
```
@@ -65,7 +64,7 @@ docker run \
6564
docker run \
6665
--network host \
6766
--volume ${PWD}/data:/data \
68-
interlayhq/interbtc:1.18.0 \
67+
interlayhq/interbtc:1.20.0 \
6968
interbtc-parachain \
7069
--base-path=/data \
7170
--chain=interlay \
@@ -81,7 +80,6 @@ docker run \
8180
--execution=wasm \
8281
--wasm-execution=compiled \
8382
--database=RocksDb \
84-
--unsafe-pruning \
8583
--pruning=1000 \
8684
--state-cache-size=0
8785
```
@@ -99,14 +97,14 @@ Download the pre-built binary:
9997
#### **Kintsugi**
10098

10199
```shell
102-
wget https://github.com/interlay/interbtc/releases/download/1.19.0/interbtc-parachain
100+
wget https://github.com/interlay/interbtc/releases/download/1.20.0/interbtc-parachain
103101
chmod +x interbtc-parachain
104102
```
105103

106104
#### **Interlay**
107105

108106
```shell
109-
wget https://github.com/interlay/interbtc/releases/download/1.18.0/interbtc-parachain
107+
wget https://github.com/interlay/interbtc/releases/download/1.20.0/interbtc-parachain
110108
chmod +x interbtc-parachain
111109
```
112110

@@ -140,14 +138,14 @@ cd interbtc
140138
#### **Kintsugi**
141139

142140
```shell
143-
git checkout 1.19.0
141+
git checkout 1.20.0
144142
cargo build --release
145143
```
146144

147145
#### **Interlay**
148146

149147
```shell
150-
git checkout 1.18.0
148+
git checkout 1.20.0
151149
cargo build --release
152150
```
153151

@@ -177,7 +175,6 @@ interbtc-parachain \
177175
--execution=wasm \
178176
--wasm-execution=compiled \
179177
--database=RocksDb \
180-
--unsafe-pruning \
181178
--pruning=1000 \
182179
--state-cache-size=0
183180
```
@@ -200,7 +197,6 @@ interbtc-parachain \
200197
--execution=wasm \
201198
--wasm-execution=compiled \
202199
--database=RocksDb \
203-
--unsafe-pruning \
204200
--pruning=1000 \
205201
--state-cache-size=0
206202
```
@@ -233,7 +229,7 @@ In this example we used the URI `//Alice` which is a well-known testing account
233229

234230
### 4. Register the collator
235231

236-
Submit the `registerAsCandidate` extrinsic ([example](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fapi-kusama.interlay.io%2Fparachain#/extrinsics/decode/0x5103)) with the staked account to start collating:
232+
Submit the `registerAsCandidate` extrinsic ([example](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fapi-kusama.interlay.io%2Fparachain#/extrinsics/decode/0x5103)) with the staked account to start collating:
237233

238234
![Register](../_assets/img/collator/register.png)
239235

0 commit comments

Comments
 (0)