ERROR: CBlock::ReadFromDisk() : GetHash() doesn't match index
ERROR: Reorganize() : ReadFromDisk for connect failed
InvalidChainFound: invalid block=4abb9b688271f1c08d37 height=652609 work=128751936566847813 date=05/17/15 02:16:01
InvalidChainFound: current best=0258bd458fd032979085 height=594101 work=95779098832669148 date=04/06/15 09:08:50
InvalidChainFound: WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade.
ERROR: SetBestChain() : Reorganize failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
any thoughts no rush i know you guys are hard at work. maybe, can i back my coins up on another computer with my backup folder?
edit: oh and CryptoBroker79 I have like a bunch of copys of dnote folders so i dont really know what can and cant be deleted it seems dangerous to start deleting stuff even backed up
Hi Daniel,
You should have your coins backed up in multiple locations. The only file that you need to backup is the wallet.dat located in:
C:\Documents and Settings\WINDOWSUSERNAME\AppData\Roaming\DNotes or C:\Users\WINDOWSUSERNAME\AppData\Roaming\DNotes
How it works is, your encrypted private keys and public keys are stored in the file. There is some other stuff, but that isn't important for the purposes of backing up. At any point in time, if you want to recover your coins you need the following three things:
-Your wallet.dat file
-Your password you used to encrypt the wallet
-The latest version of the DNotes wallet program
Note: Your wallet.dat file only needs to be backed up once. It should only be backed up after it is encrypted. Any time you add a new receiving address, or change your encryption password, it should be backed up again.
The wallet.dat file contains the private and public keys, which can be used to verify and send coins, but your actual coins are not stored in the file. They are stored in the blockchain, which is distributed among all the wallets and nodes on the network.
Back to your problem. You can get stuck when updating the blockchain, usually on various mini forks that occur in the network when things happen like finding a block on an old fork because they were mining on the wrong version. It has no impact on the coins in your wallet. There are a couple things you can do. The first thing I would like you to do is verify you are connecting the correct nodes. Go to C:\Documents and Settings\WINDOWSUSERNAME\AppData\Roaming\DNotes or C:\Users\WINDOWSUSERNAME\AppData\Roaming\DNotes and open the file named DNotes.conf (case specific) and make sure these nodes are listed:
addnode=n6.dnotescoin.com
addnode=n7.dnotescoin.com
addnode=n4.dnotescoin.com
addnode=n5.dnotescoin.com
addnode=128.199.239.199
addnode=95.85.44.200
addnode=162.243.225.90
If those were already listed, you can simply try closing and re-opening the wallet. Waiting an hour or so and see if it continues updating the block count. If they aren't listed you can add them and just restart the wallet.
If the problem still isn't resolved at this point, you can close the wallet, delete all the files in C:\Documents and Settings\WINDOWSUSERNAME\AppData\Roaming\DNotes, except the DNotes.conf and wallet.dat and backups you may have made of it, open the wallet and begin the blockchain download process from scratch. If you need any help with any of these steps or still have any issues, shoot me an email and I will respond promptly.
Okay got it. I understand that much more and it's actually downloading the blocks now. Thankyou again for the help!