1
I am running 64bit Ubuntu 17.04, I am following this tutorial for creating a new altcoin. I am up to section 7, here to be exact:
The first time you run the compiled code (daemon or qt), it will say "assertion failed". Just exit the program, go to
config dir (under AppData/Roaming), open the debug.log, get the hash after "block.GetHash() = ", copy and paste it to the beginnig of main.cpp, hashGenesisBlock. Also get the merkle root in the same log file, paste it to the ... position in the following code, in LoadBlockIndex()
I am struggling to find the debug.log file, and so cannot get my hashes to continue. This guide is quite old (4 years) and I think is for setting up an altcoin on Windows.
Where is my debug.log file? If it doesn't exist, what is my next step?
1Just as general advice, 4 years ago is an eternity in cryptocurrency time. I would not count on any information that old still being correct or usable. – Nate Eldredge – 2017-11-14T04:37:11.993
It's the only information around unfortunately! – Barney Chambers – 2017-11-14T06:38:33.453