Update README.md

This commit is contained in:
Hendrik Hofstadt 2018-12-29 16:47:59 +01:00 committed by GitHub
parent d12a859faf
commit 3501ab0881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -15,19 +15,17 @@ The network will do a quick start, and everyone can join in later by creating a
## Getting started
### Upgrading from genki-4000/genki-4002
### Upgrading from genki-4000/1 -> genki-4002
We are attempting a hard fork from `genki-4000` on December 28th.
`genk-4001` ran into a number of issues with Accum update height being set at `50000`. `genki-4002` is the same genesis file with `update_height` zeroed out. The update instructsion will work regardless of wether or not you are updating from `genki-4000` or `genki-4001`.
`genki-4001` ran into a number of issues with Accum update height being set at `50000`. `genki-4002` is the same genesis file with `update_height` zeroed out. The update instructions will work regardless of whether or not you are updating from `genki-4000` or `genki-4001`.
1. Halt your node.
2. Download the new genesis file from `https://raw.githubusercontent.com/certusone/genki-4000/master/genesis-final.json`
3. `gaiad unsafe-reset-all`
4. `gaiad start`
### Genesis collection
DONE