BitCore BTX
  • ๐Ÿ˜ถBitCore BTX
  • ๐Ÿ“Docs
    • ๐Ÿ’ฐOdarhom Wallet QT
      • Odarhom FAQ โ”
      • Odarhom - Release Notes ๐Ÿ“–
      • Odarhom Bootstrap FAQ โ”
    • ๐Ÿ’ปBitCore Masternodes
      • BitCore Masternode Guide
      • Systemd Service for BitCore Daemon
      • Guรญa rรกpida oficial de BitCore BTX Masternode
    • ๐Ÿ”‘Privatekey
      • ๐Ÿค–How to Export and Import Private Keys from Local Odarhom Wallet QT
      • How to recover my BTX from Coinomi
Powered by GitBook
On this page

Was this helpful?

  1. Docs
  2. Odarhom Wallet QT

Odarhom Bootstrap FAQ โ”

PreviousOdarhom - Release Notes ๐Ÿ“–NextBitCore Masternodes

Last updated 3 years ago

Was this helpful?

IMPORTANT: This guide (blockchain fix) only works if you have followed the . Personal configurations are not considered in this guide.

Stop your BitCore Daemon

bitcore-cli stop

Remove Data

cd ~/.bitcore rm -r blocks/ chainstate/ indexes/ sporks/ *.dat *.log .lock masternode.conf

Download, Extract and Copy Bootstrap Files

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/

Start your BitCore Daemon

bitcored -daemon

Check Headers and Block Height

bitcore-cli getblockchaininfo| grep -i "headers" -B 1

Compare your Blockhash

bitcore-cli getblockhash 660958 must be identical with ---> e79f12b7c6c103bb7d2c4753700b8e0e9247f45f4367e8bddf92b1ffafb5a117

Check Masternode Sync

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.

๐Ÿ“
๐Ÿ’ฐ
Masternode Quick Guide