-
Notifications
You must be signed in to change notification settings - Fork 5
Updated README for the Download mirrors in Method A, tiny changes to README.md no change to Scripting #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: genesis-v1.0.0
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -98,22 +98,22 @@ echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab | |
|
|
||
| ```bash | ||
| cd ~ | ||
| wget https://ftp.basementnodes.ca/genesis_backup_20250407082420.tar.lz4 | ||
| wget https://ftp.basementnodes.ca/genesis_backup_20250428212110.tar.gz | ||
| ``` | ||
|
|
||
| If this one is currently unavailable try the following | ||
|
|
||
| ```bash | ||
| cd ~ | ||
| wget http://85.122.195.176:55865/genesis_backup_20250505.tar.gz | ||
| wget http://85.122.195.176:55865/genesis_backup.tar.gz | ||
|
||
| ``` | ||
|
|
||
| let the download finish and grab a coffee. | ||
|
|
||
| setup the github repo. | ||
|
|
||
| ```bash | ||
| git clone https://github.com/JoMfN/genesis-crypto.git | ||
| git clone https://github.com/alpha-omega-labs/genesis-crypto.git | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| cd genesis-crypto | ||
| ``` | ||
|
|
||
|
|
@@ -130,25 +130,25 @@ check if a .genesis folder was generated. | |
| unzip the fully downloaded `data` folder | ||
|
|
||
| ```bash | ||
| lz4 -d genesis_backup_20250407082420.tar.lz4 | tar -xvf - | ||
| tar -xvzf genesis_backup_20250428212110.tar.gz | ||
|
||
| ``` | ||
|
|
||
| If you downloaded the .tar.gz file instead: | ||
|
|
||
| ```bash | ||
| tar -xvzf genesis_backup_20250505.tar.gz | ||
| tar -xvzf genesis_backup.tar.gz | ||
| ``` | ||
|
|
||
| replace it with the one existing in `~/.genesis/data` | ||
|
|
||
| ```bash | ||
| mv genesis_backup_20250407082420/* ~/.genesis/ | ||
| mv genesis_backup_20250428212110/* ~/.genesis/ | ||
| ``` | ||
|
|
||
| If you downloaded the .tar.gz file instead: | ||
|
|
||
| ```bash | ||
| mv genesis_backup_20250505/* ~/.genesis/ | ||
| mv genesis_backup/* ~/.genesis/ | ||
| ``` | ||
|
|
||
| > ⚠️ Ensure `genesisd` is not running before replacing `.genesis` | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wget https://ftp.basementnodes.ca/snapshots/gl1/data.tar.lz4