UNINTENTIONAL CHAIN SPLIT RESOLVE
After intensively monitoring the situation around the fragmentation of the chain, the development team would like to give you an update on the current situation.
To make sure your wallet, Masternode, Systemnode or mining rig are on the correct chain, please perform the following steps.
PLEASE NOTE: THIS IS A PREPARATORY MEASURE. Exchanges and Crown services may not be on the correct chain yet! Before you send any CRW tokens, make sure both you and the receiver are on the correct chain! We are working closely together with exchanges and miners and hope to have all parties on the correct chain soon.
CHECKWallet > Tools > Debug Console:
getblockhash 1912453
On a VPS:
crown-cli getblockhash 1912453
EXPECTED RESULTThe above command should output
6e462923cff2e473b828b0306f8c0b915a54f154f0ea367903daa78a9e0ed551
FIXShould the blockhash you see
not be what was expected above, enter the following command:
Wallet > Tools > Debug Console:
reconsiderblock ae5d085e61b5b49e8de3efe3d22757685d350783fe971aeeac507d8d6d8d2296
On a vps:
crown-cli reconsiderblock ae5d085e61b5b49e8de3efe3d22757685d350783fe971aeeac507d8d6d8d2296
NEXT STEPSRe-run the 'getblockhash' command and check its output. If it outputs the expected hash, you are on the correct chain and no further action is necessary. Let your node sync until it matches up with the block height on
https://chainz.cryptoid.info/crw/.
However, you may need to restart your Masternodes or Systemnodes from your local wallet, but please open your VPS terminal and enter 'crown-cli [masternode/systemnode] status' This command outputs the definitive status of your incentivized node.
TROUBLESHOOTINGShould the above steps not work for you, please check if you entered all commands correctly.
You may have to wait a few minutes for the 'reconsiderblock' command to take effect. If after executing this command the blockhash is still incorrect, reindex your client.
Wallet > Tools > Wallet Repair > reindex
On a VPS, execute the following command:
crown-cli stop && sleep 5 && crownd -reindex
Should it happen that you’re still stuck, you can contact our support team through email (
[email protected]) or in our Tech Support channel on Mattermost (
https://mm.crownlab.eu/crown/channels/tech-support).
Thank you for your patience,
The Crown development team