Post
Topic
Board Announcements (Altcoins)
Re: [XCR] Crypti | DPoS | 100% own code | Dapp Store
by
bdevelle
on 06/07/2015, 14:00:59 UTC
Maybe someone can help me with this... I've installed v0.3.0 without any trouble and it worked fine until a sudden reboot (some trouble with the computer's power supply). After that, the wallet still launched but I got the following screen and no way to go further  Huh
I also tried to uninstall/reinstall but still get the same result...
Any idea?
http://i.imgur.com/SpzWVQ0.png



Hi Azkhabar,

My first guess would be a corrupt .db file caused by the system power loss. Please:

1) send us the current node logs. run forever list to see the log file name and location (under forever folder) then send Boris or me that file.
2) stop the node - forever stop 0 (or sudo forever stop 0 if you run the node using administrative rights)
3) delete the blockchain.db file - rm blockchain.db
4) start the node - forever start app.js (or sudo forever start app.js if you run the node using administrative rights)

Allow some time for the node to download the blockchain.

Please let us know if this solved your problem