my wallet dont work
assertion failed!
file:src\kernel.cpp,line 412
Expression: pindex->getblockHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)
When this happens, the safest way out is to re-index the block chain. Either do a full download again or, (faster) delete blkindex.dat and run diamondd -loadblock=blk0001.dat
That will take some long time, while rebuilding the index.
We will address this problem ASAP.
I need help please and I am new at this,
I am having this problem also, was using the latest wallet and all was working fine till today, haven't tried minting yet.
I also can't find the conf. file in the diamond file and I have the option ticked to show hidden files and folders.
Trying to understand what to do, am new at so don't make it hard and make it understandable so someone who knows nothing can follow your instructions.
Option 1- Full download, does this mean deleting the whole diamond file but first saving the wallet and replace wallet after download. And I expect download is from the new diamond site. Or can you just download new wallet and it will overwrite everything, then delete and replace wallet with original one.
Option 2 - Delete blkindex.dat and run "diamondd -loadblock=blk0001.dat". Deleting the blkindex.dat file is easy but describe how to run "diamondd -loadblock=blk0001.dat"
Can you also let me know why I can't find the conf. file even with the file view option ticked to show hidden files and folders.
Thanks
Assuming you're using Windows...
The .conf file - you have to make it.
1. Go into your Roaming\Diamond folder (C:\Users\YourLoginName\AppData\Roaming\Diamond)
2. Right click, New Text Document.
3. Rename it diamond.conf
4. Right click it, Edit.
5. Paste in what's posted in the original post (the "op").
6. Save
7. Restart the wallet. Changes to the .conf file don't take place until you restart.
Full download - simple - delete everything in the Roaming\Diamond folder except wallet.dat and diamond.conf and start the wallet. This will take quite some time. If you have a fast internet connection, probably around 460 minutes.
Or, a little more complicated - to save a lot of time by downloading almost all of the blockchain, you need either Original.rar or a functional blk0001.dat, which you'd find in previous posts, along with instructions. You should always check the previous posts first or you will get very curt responses. Cryptonit posted a blockchain with instructions on page 11/12/13 and popshot just posted one recently, but some people have been unsuccessful with the recent one. Original.rar can be obtained in post 1218 on page 61.
Basically, you're sticking someone else's blockchain in your Roaming\Diamond folder and then reindexing and syncing with the network. It probably takes a half an hour or less instead of 8+ hours. These files all came from the coin's devs, so there won't be any issues with them.
To "import" the downloaded blockchain, you'd start the wallet (just one time) either in a cmd prompt or using a batch file something like:
c:\PathToDiamond-QT.exe\diamond-qt.exe -loadblock=blk0001.dat.
(replace PathToDiamond-QT.exe with wherever you put it. Mine is in E:\Users\John\Downloads\Diamond v.2.0.2.1\)
(if you have a space in your path, the .bat file is probably going to give you problems.)
Good luck.