-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8a25e0
commit f048ba4
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ Make sure you run the right binary for the testnet or the mainnet. Consult the c | |
|
||
You can get a binary by: | ||
|
||
1. [Build](./README.md#build) yourself and follow the latest [Release Notes](./RELEASE_NOTES.md). | ||
1. [Build](../README.md#build) yourself and follow the latest [Release Notes](../RELEASE_NOTES.md). | ||
Check failure on line 19 in docs/VALIDATOR.md
|
||
|
||
2. If you build the binary on a different OS than your validator OS, then you need to copy `libwasmvm`: | ||
|
||
```sh | ||
scp $GOPATH/pkg/mod/github.com/!cosm!wasm/wasmvm@<version>/internal/api/libwasmvm.$(uname -m).so running_os:/<lib/path> | ||
``` | ||
|
||
NOTE: use the correct `wasmvm` version, according to the latest [Release Notes](./RELEASE_NOTES.md) or the [compatibility matrix](./README.md#release-compatibility-matrix). | ||
NOTE: use the correct `wasmvm` version, according to the latest [Release Notes](../RELEASE_NOTES.md) or the [compatibility matrix](../README.md#release-compatibility-matrix). | ||
|
||
3. Download the right [binary build](https://github.com/umee-network/umee/releases). The binary build is compatible with the latest Ubuntu LTS x86-64. You MUST also copy the `libwasmvm` (See note in 2. about libwasmvm version): | ||
|
||
|
@@ -85,4 +85,4 @@ Here are our testnet public endpoints: | |
3. Buy `uumee` to self delegate. | ||
4. Make sure your Price Feeder is running correctly. If your [mainnet window misses](https://price-feeder.com/) are above 50% then something is wrong. Look for a help on Discord. | ||
|
||
We recommend to use [Cosmovisor](./README.md#cosmovisor) for mainnet nodes. | ||
We recommend to use [Cosmovisor](../README.md#cosmovisor) for mainnet nodes. |