Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions docs/collator/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Map the directory into a local volume used by the docker container.
docker run \
--network host \
--volume ${PWD}/data:/data \
interlayhq/interbtc:1.18.0 \
interlayhq/interbtc:1.20.0 \
--base-path=/data \
--chain=kintsugi \
--execution=wasm \
Expand All @@ -54,7 +54,6 @@ docker run \
--execution=wasm \
--wasm-execution=compiled \
--database=RocksDb \
--unsafe-pruning \
--pruning=1000 \
--state-cache-size=0
```
Expand All @@ -65,7 +64,7 @@ docker run \
docker run \
--network host \
--volume ${PWD}/data:/data \
interlayhq/interbtc:1.18.0 \
interlayhq/interbtc:1.20.0 \
interbtc-parachain \
--base-path=/data \
--chain=interlay \
Expand All @@ -81,7 +80,6 @@ docker run \
--execution=wasm \
--wasm-execution=compiled \
--database=RocksDb \
--unsafe-pruning \
--pruning=1000 \
--state-cache-size=0
```
Expand All @@ -99,14 +97,14 @@ Download the pre-built binary:
#### **Kintsugi**

```shell
wget https://github.com/interlay/interbtc/releases/download/1.19.0/interbtc-parachain
wget https://github.com/interlay/interbtc/releases/download/1.20.0/interbtc-parachain
chmod +x interbtc-parachain
```

#### **Interlay**

```shell
wget https://github.com/interlay/interbtc/releases/download/1.18.0/interbtc-parachain
wget https://github.com/interlay/interbtc/releases/download/1.20.0/interbtc-parachain
chmod +x interbtc-parachain
```

Expand Down Expand Up @@ -140,14 +138,14 @@ cd interbtc
#### **Kintsugi**

```shell
git checkout 1.19.0
git checkout 1.20.0
cargo build --release
```

#### **Interlay**

```shell
git checkout 1.18.0
git checkout 1.20.0
cargo build --release
```

Expand Down Expand Up @@ -177,7 +175,6 @@ interbtc-parachain \
--execution=wasm \
--wasm-execution=compiled \
--database=RocksDb \
--unsafe-pruning \
--pruning=1000 \
--state-cache-size=0
```
Expand All @@ -200,7 +197,6 @@ interbtc-parachain \
--execution=wasm \
--wasm-execution=compiled \
--database=RocksDb \
--unsafe-pruning \
--pruning=1000 \
--state-cache-size=0
```
Expand Down Expand Up @@ -233,7 +229,7 @@ In this example we used the URI `//Alice` which is a well-known testing account

### 4. Register the collator

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:
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:

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

Expand Down
34 changes: 17 additions & 17 deletions docs/vault/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Please also check the [minimum collateral requirements](/vault/overview?id=minim
## Auto-Upgrading Installation

Run Bitcoin and the Vault auto-upgrading binary (the Runner) as a service on your computer or server. Follow this guide if you are interested in operating a Vault for earning and participating in the protocol.

The Runner runs and auto-updates Vault clients by reading on-chain release data.

?> This method is currently only supported for Linux.
Expand Down Expand Up @@ -207,7 +207,7 @@ You should also use a custom RPC username and password instead of the default `r

Download the asset from GitHub:
```shell
wget -O runner https://github.com/interlay/interbtc-clients/releases/download/1.17.4/runner
wget -O runner https://github.com/interlay/interbtc-clients/releases/download/1.18.0/runner
```

Make the binary executable:
Expand All @@ -228,7 +228,7 @@ Please check the [README](https://github.com/interlay/interbtc-clients/tree/mast

Move the Runner binary into your `$PATH`.

Pass Vault CLI arguments as positional arguments (preceeded by double dashes: `--`), after passing the command options of the runner executable.
Pass Vault CLI arguments as positional arguments (preceeded by double dashes: `--`), after passing the command options of the runner executable.

<!-- tabs:start -->
#### **Testnet (Kintsugi)**
Expand Down Expand Up @@ -307,19 +307,19 @@ Nov 01 11:55:24.895 INFO Server::run{addr=127.0.0.1:9615}: warp::server: listen
Nov 01 11:55:25.173 INFO vault::process: Creating PID file at: /tmp/testnet-kintsugi_5FQuttDpfJPaNhA6BCU4e7gxfF5E1EJXUXDkxpxmZH2pTqJJ.pid
Nov 01 11:55:25.175 INFO service: Version: 1.17.3
Nov 01 11:55:25.175 INFO service: AccountId: a3dZN1MM8fUz1oim3RMBHqJqHb3pyunSJmnxCWq3PmjQNQSJG
Nov 01 11:55:25.175 INFO bitcoin: Connecting to bitcoin-core...
Nov 01 11:55:25.410 INFO bitcoin: Connected to test
Nov 01 11:55:25.410 INFO bitcoin: Bitcoin version 220000
Nov 01 11:55:25.419 INFO bitcoin: Waiting for bitcoin-core to sync...
Nov 01 11:55:25.577 INFO bitcoin: Synced!
Nov 01 11:55:25.739 INFO bitcoin: Creating wallet 0x941e21f31b24ee85f6b34c985a34e0e494b143e5a34986c82a55e73f844ceb4f-master...
Nov 01 11:55:26.709 INFO runtime::conn: Connecting to the btc-parachain...
Nov 01 11:55:25.175 INFO bitcoin: Connecting to bitcoin-core...
Nov 01 11:55:25.410 INFO bitcoin: Connected to test
Nov 01 11:55:25.410 INFO bitcoin: Bitcoin version 220000
Nov 01 11:55:25.419 INFO bitcoin: Waiting for bitcoin-core to sync...
Nov 01 11:55:25.577 INFO bitcoin: Synced!
Nov 01 11:55:25.739 INFO bitcoin: Creating wallet 0x941e21f31b24ee85f6b34c985a34e0e494b143e5a34986c82a55e73f844ceb4f-master...
Nov 01 11:55:26.709 INFO runtime::conn: Connecting to the btc-parachain...
Nov 01 11:55:26.783 INFO jsonrpsee_client_transport::ws: Connection established to target: Target { sockaddrs: [], host: "api-dev-kintsugi.interlay.io", host_header: "api-dev-kintsugi.interlay.io:443", _mode: Tls, path_and_query: "/parachain" }
Nov 01 11:55:26.783 INFO runtime::conn: Connected!
Nov 01 11:55:27.242 INFO runtime::rpc: spec_name=testnet-kintsugi
Nov 01 11:55:27.242 INFO runtime::rpc: spec_version=1019000
Nov 01 11:55:27.242 INFO runtime::rpc: transaction_version=1
Nov 01 11:55:27.263 INFO runtime::rpc: Refreshing nonce: 0
Nov 01 11:55:26.783 INFO runtime::conn: Connected!
Nov 01 11:55:27.242 INFO runtime::rpc: spec_name=testnet-kintsugi
Nov 01 11:55:27.242 INFO runtime::rpc: spec_version=1019000
Nov 01 11:55:27.242 INFO runtime::rpc: transaction_version=1
Nov 01 11:55:27.263 INFO runtime::rpc: Refreshing nonce: 0
```

### 6. [Optional] Start the Runner as a systemd service
Expand Down Expand Up @@ -499,7 +499,7 @@ wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.1
#### **Kintsugi**

```shell
wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.17.5/vault-parachain-metadata-kintsugi
wget -O vault https://github.com/interlay/interbtc-clients/releases/download/1.18.0/vault-parachain-metadata-kintsugi
```

#### **Interlay**
Expand Down Expand Up @@ -559,7 +559,7 @@ cargo build --bin vault --features parachain-metadata-interlay-testnet
#### **Kintsugi**

```shell
git checkout 1.17.5
git checkout 1.18.0
cargo build --bin vault --features parachain-metadata-kintsugi
```

Expand Down