theQRL / QRL

Quantum Resistant Ledger
https://theqrl.org/
MIT License
416 stars 107 forks source link

The old chain seems to be loading after the hard fork #674

Open Doneyy opened 6 years ago

Doneyy commented 6 years ago

After the fork this is what I did (On a raspberry pi3, with python 3.6.0): sudo pip3 uninstall qrl sudo pip3 show qrl Then it was empty, so uninstall seems to have worked. Then: sudo pip3 install -U qrl start-qrl It started loading, but even though the qrl block explorer says the last block is 1405, it loads past that number.

cyyber commented 6 years ago

You have not deleted the old chain from your disk. It is stored in ~/.qrl/data You need to remove that. Although we will add the fix, so that you get informed because of invalid chain.

Doneyy commented 6 years ago

Great, staking now

jleni commented 6 years ago

Too many people are having problem with stale .qrl data. We should probably detect and show an appropriate message