forked from evmos/evmos
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3375493
commit e96abf5
Showing
1 changed file
with
10 additions
and
0 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 |
---|---|---|
|
@@ -28,3 +28,13 @@ | |
It will backup your current .genesisd folder, delete it and restore from older backup done during sdk v0.44.5 to 0.46.15 update. You can also change genesisd_backup_* on line 72 https://github.com/alpha-omega-labs/genesisd/blob/7a7b6ba2288d88fc024564f8afa4593f0b2b6f7e/reupdate.sh#L72C13-L72C30 to .evmosd._backup if you have it from older backups. | ||
### Usage | ||
`sh reupdate.sh` | ||
|
||
### scheduled-start.sh | ||
<li>GenesisL1 restart is sheduled on Nov 30, 2023 00:0 0AM; you can start it manually or run automatic script</li> | ||
<li>Make sure your node was <strong>REUPDATED</strong> and is on block height <strong>6751391</strong> </li> | ||
<li>Make sure you have ONLY following peers listed as permanent peers and make sure your addressbook is empty please: </li> | ||
<pre>[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:61356,[email protected]:26656,[email protected]:26656</pre> | ||
<li>Automatic start schedule script that you can <strong>run any time before Nov 30, 2023</strong>; oneliner:</li> | ||
<pre>wget https://raw.githubusercontent.com/alpha-omega-labs/genesisd/reupdate/scheduled-start.sh && sudo sh scheduled-start.sh</pre> | ||
|
||
NOTE: On Nov 30 API nodes will be also REUPDATED and might not response requests during that day, please join TG or Discord for any questions and instructions, thank you! |