Skip to content

Commit

Permalink
Update fullnode.md to neuron-1 chain id (#79)
Browse files Browse the repository at this point in the history
* Update fullnode.md

* Update fullnode.md
  • Loading branch information
dylanschultzie authored Oct 10, 2021
1 parent ad6f61c commit df605c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/testnets/fullnode.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Initialize node

```sh
nibirud init <your_moniker> --chain-id=nibiru-2000
nibirud init <your_moniker> --chain-id=neuron-1
```

After that command, you can confirm that `.nibirud` folder is created in your home directory.
Expand All @@ -16,7 +16,7 @@ After that command, you can confirm that `.nibirud` folder is created in your ho
1. Initialize the nibiru directories and create the local file with the correct chain-id

```
nibirud init <moniker> --chain-id=nibiru-2000
nibirud init <moniker> --chain-id=neuron-1
```

2. Create a local key pair in the keybase
Expand All @@ -26,12 +26,12 @@ nibirud keys add <your key name>

3. Add tour account to your local genesis file with a given amount and key you just created.
```
nibirud add-genesis-account $(nibirud keys show <your key name> -a) 100000000000game
nibirud add-genesis-account $(nibirud keys show <your key name> -a) 100000000000ugame
```

4. Create the gentx
```
nibirud gentx <your key name> 100000000000game --commission-rate=0.1 --commission-max-rate=1 --commission-max-change-rate=0.1 --pubkey $(nibirud tendermint show-validator) --chain-id=nibiru-2000
nibirud gentx <your key name> 100000000000ugame --commission-rate=0.1 --commission-max-rate=1 --commission-max-change-rate=0.1 --pubkey $(nibirud tendermint show-validator) --chain-id=neuron-1
```

5. Create Pull Request to [the testnet repo](https://github.com/cosmos-gaminghub/testnets).
Expand Down

0 comments on commit df605c7

Please sign in to comment.