Odarhom Bootstrap FAQ โ
Last updated
Was this helpful?
Last updated
Was this helpful?
bitcore-cli stop
cd ~/.bitcore
rm -r blocks/ chainstate/ indexes/ sporks/ *.dat *.log .lock masternode.conf
cd ..
apt install unzip
wget https://github.com/bitcore-btx/BitCore/releases/tag/0.90.9.8.12/bootstrap.zip
unzip bootstrap.zip
cp -r blocks/ chainstate/ .bitcore/
bitcored -daemon
bitcore-cli getblockchaininfo| grep -i "headers" -B 1
bitcore-cli getblockhash 660958
must be identical with ---> e79f12b7c6c103bb7d2c4753700b8e0e9247f45f4367e8bddf92b1ffafb5a117
bitcore-cli mnsync status
and wait until these values are "true"
"IsBlockchainSynced": true,
"IsMasternodeListSynced": true,
"IsWinnersListSynced": true,
Now you can start your Masternode from your BitCore QT Wallet.