mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
add halt time instructions (#556)
* add halt time instructions * fix typo
This commit is contained in:
parent
978efbcc49
commit
dee456557a
@ -21,7 +21,13 @@ In the event that the upgrade does not succeed, validators and operators must do
|
|||||||
|
|
||||||
## Upgrade Procedure
|
## Upgrade Procedure
|
||||||
|
|
||||||
Set your node to produce the final block of kava-2 at __13:00__ UTC June 10th, 2020. Kava developers will update this PR with the final block number when it is reached. __Make sure the kvd process is stopped before proceeding and that you have backed up your validator__. Failure to backup your validator could make it impossible to restart your node if the upgrade fails.
|
Set your node to produce the final block of kava-2 at __13:00__ UTC June 10th, 2020. To restart your node with that stop time,
|
||||||
|
|
||||||
|
```
|
||||||
|
kvd start --halt-height 1591794000
|
||||||
|
```
|
||||||
|
|
||||||
|
Kava developers will update this PR with the final block number when it is reached. __Make sure the kvd process is stopped before proceeding and that you have backed up your validator__. Failure to backup your validator could make it impossible to restart your node if the upgrade fails.
|
||||||
|
|
||||||
1. Export state
|
1. Export state
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user