wow! contacting the devs does not seem to be that easy... discord links needs to be refreshed... wiki does not send an application email... regarding the new yespower fork.... 1st... YAY OPPENHEIMER quote in the algo!
2nd.
i cant run testnet. even with provided addnodes from the wiki. did you try starting the testnet daemon with deleting the .micro in your homedir? it just crashes with ...
2019-10-07T20:36:42Z Opened LevelDB successfully
2019-10-07T20:36:42Z Using obfuscation key for /home/ubuntu/.micro/blocks/index: 0000000000000000
2019-10-07T20:36:42Z LoadBlockIndexDB: last block file = 0
2019-10-07T20:36:42Z LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=0, size=0, heights=0...0, time=1970-01-01...1970-01-01)
2019-10-07T20:36:42Z Checking all blk files are present...
2019-10-07T20:36:42Z Initializing databases...
2019-10-07T20:36:42Z Pre-allocating up to position 0x1000000 in blk00000.dat
2019-10-07T20:36:42Z Opening LevelDB in /home/ubuntu/.micro/chainstate
2019-10-07T20:36:42Z Opened LevelDB successfully
2019-10-07T20:36:42Z Using obfuscation key for /home/ubuntu/.micro/chainstate: 2b3d8325abd8091b
2019-10-07T20:36:42Z init message: Rewinding blocks...
2019-10-07T20:36:42Z block index 55ms
2019-10-07T20:36:42Z init message: Loading wallet...
2019-10-07T20:36:42Z [default wallet] nFileVersion = 2000000
2019-10-07T20:36:42Z [default wallet] Keys: 2001 plaintext, 0 encrypted, 2001 w/ metadata, 2001 total. Unknown wallet records: 1
2019-10-07T20:36:42Z [default wallet] Wallet completed loading in 111ms
2019-10-07T20:36:42Z [default wallet] setKeyPool.size() = 2000
2019-10-07T20:36:42Z [default wallet] mapWallet.size() = 0
2019-10-07T20:36:42Z [default wallet] mapAddressBook.size() = 0
2019-10-07T20:36:42Z ERROR: ReadBlockFromDisk: Errors in block header at CBlockDiskPos(nFile=0, nPos=8)
2019-10-07T20:36:42Z *** Failed to read block
2019-10-07T20:36:42Z Error: Error: A fatal internal error occurred, see debug.log for details
Error: Error: A fatal internal error occurred, see debug.log for details
Segmentation fault (core dumped)
i also had to change the file /src/support/csv.h
- enum class Term : char { CRLF = -2 };
+ enum class Term : int { CRLF = -2 };
makes sense because char cant be negative...
otherwise it would not compile on my raspberry pi 4 based pool running a homebrew ubuntu 32bit userland.
the changes to the y-nomp are already implemented for my private pool. will this be ready in 2 days or will i face similar problems when switching from testnet to mainnet?
kind regards