-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Update chain id, remove consensus params" (#251)
Reverts #250
- Loading branch information
Showing
2 changed files
with
29 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,22 +29,22 @@ | |
sudo tar -C /usr/local/bin -xvzf - pigeon | ||
sudo chmod +x /usr/local/bin/pigeon | ||
``` | ||
6. Update the chain id id in the `~/.pigeon/config.yaml` file to `tumbler` | ||
7. Optional if using: update chain id in `~/.paloma/config/client.toml` to `tumbler` | ||
6. Update the chain id id in the `~/.pigeon/config.yaml` file to `racer` | ||
7. Optional if using: update chain id in `~/.paloma/config/client.toml` to `racer` | ||
8. Add persistent peers: | ||
add the following in Line 215 of `~/.paloma/config/config.toml` | ||
``` | ||
persistent_peers = "[email protected]:10656, [email protected]:54056, [email protected]:10656, [email protected]:26656, [email protected]:26656, [email protected]:26656, [email protected]:56105" | ||
``` | ||
9. Get new genesis | ||
```shell | ||
wget -O ~/.paloma/config/genesis.json https://raw.githubusercontent.com/palomachain/mainnet/master/tumbler/genesis.json | ||
wget -O ~/.paloma/config/genesis.json https://raw.githubusercontent.com/palomachain/mainnet/master/racer/genesis.json | ||
``` | ||
10. **VERIFY SHASUM OF GENESIS** | ||
```shell | ||
shasum -a 256 ~/.paloma/config/genesis.json | ||
``` | ||
--> **Expected output `61988e867740eb8d7c8451c7b1c77242fa6271801cddcaecc8f40f8cf7b9c95d`** | ||
--> **Expected output `57ae12350e9f38d84419dccabe283704b034db1fd16e0071243edaecad0ea9c3`** | ||
11. **RESET TO GENESIS & REMOVE DATA** | ||
```shell | ||
palomad comet unsafe-reset-all --home $HOME/.paloma | ||
|
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