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
6 changes: 3 additions & 3 deletions docs/vault/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ mkdir vault && cd vault
Download the vault binary:

```shell
wget https://github.com/interlay/interbtc-clients/releases/download/0.8.2/vault
wget https://github.com/interlay/interbtc-clients/releases/download/0.8.5/vault
```

Make the binary executable:
Expand Down Expand Up @@ -210,12 +210,12 @@ bitcoind -testnet -server -par=1 -maxuploadtarget=200 -blocksonly -rpcuser=rpcus

?> This step will take about 45 minutes depending on your CPU.

Clone the Vault code, checkout release `0.8.2`, and build the client:
Clone the Vault code, checkout release `0.8.5`, and build the client:

```shell
git clone git@github.com:interlay/interbtc-clients.git
cd interbtc-clients
git checkout 0.8.2
git checkout 0.8.5
cargo build -p vault
```

Expand Down
2 changes: 1 addition & 1 deletion docs/vault/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ OR terminate the process with `Ctrl+C`.
### 2. Re-download the binary and setup script

```shell
wget https://github.com/interlay/interbtc-clients/releases/download/0.8.2/vault -O vault
wget https://github.com/interlay/interbtc-clients/releases/download/0.8.5/vault -O vault
wget https://raw.githubusercontent.com/interlay/interbtc-docs/master/scripts/vault/setup -O setup
chmod +x ./setup && sudo ./setup
```
Expand Down