Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
Update instructions to always download latest available bootstrap.zip
  • Loading branch information
cyberd3vil committed Feb 15, 2020
1 parent 9a08433 commit c5407ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions contrib/SIN/docs/infinitynode_bootstrap.md
Expand Up @@ -11,10 +11,8 @@ sudo apt update && sudo apt install unzip
# remove old files and folders
rm -rf ~/.sin/{blocks,chainstate,debug.log,mnpayments.dat,mncache.dat,banlist.dat,peers.dat,netfulfilled.dat,governance.dat,fee_estimates.dat}

# download bootstrap archive
# please check the latest version available at github replacing the bootstrap URL from the command below:
# https://github.com/SINOVATEblockchain/SIN-core/releases/latest
wget -O ~/bootstrap.zip https://github.com/SINOVATEblockchain/SIN-core/releases/download/ec78b3b/bootstrap.02.01.2020.zip
# download latest bootstrap archive
wget -O ~/bootstrap.zip https://github.com/SINOVATEblockchain/SIN-core/releases/latest/download/bootstrap.zip

# unzip the bootstrap archive
unzip ~/bootstrap.zip
Expand Down

0 comments on commit c5407ea

Please sign in to comment.