small tweaks
This commit is contained in:
@@ -68,5 +68,3 @@ The repository also contains Typescript applications which aren't built in this
|
||||
* [Network Explorer UI](../explorers/mixnet-explorer.md)
|
||||
|
||||
> You cannot build from GitHub's .zip or .tar.gz archive files on the releases page - the Nym build scripts automatically include the current git commit hash in the built binary during compilation, so the build will fail if you use the archive code (which isn't a Git repository). Check the code out from github using `git clone` instead.
|
||||
|
||||
> You cannot build from GitHub's .zip or .tar.gz archive files on the releases page - the Nym build scripts automatically include the current git commit hash in the built binary during compilation, so the build will fail if you use the archive code (which isn't a Git repository). Check the code out from github using `git clone` instead.
|
||||
|
||||
@@ -147,7 +147,7 @@ If you don't save the validator key, then it can't sign blocks and will be jaile
|
||||
there is no way to deterministically (re)generate this key.
|
||||
```
|
||||
|
||||
At this point, you have a new validator, with its own genesis file located at `$HOME/.nyxd/config/genesis.json`. You will need to replace the contents of that file that with either the Nyx Mainnet <a href="https://nymtech.net/genesis/genesis.json">genesis file</a> or Sandbox Sandbox Testnet <a href="https://nymtech.net/testnets/sandbox/genesis.json">genesis file</a>.
|
||||
At this point, you have a new validator, with its own genesis file located at `$HOME/.nyxd/config/genesis.json`. You will need to replace the contents of that file that with either the Nyx Mainnet or Sandbox Testnet genesis file.
|
||||
|
||||
You can use the following command to download them for the correct network:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user