Anyone gotten beyond 43200 yet?
It seems to be a stupid bug. We need masternodes to update to a patched version for the chain to move (it's not my lucky day today). Also I don't know what I'm doing. There might be some other problems with reserve payments.
Here's my quick fix
https://github.com/frkl/SolarisAlso I saw 3 attempts to propagate blocks with correct rewards in debug.log. So it's possible that someone has moved ahead.
What else is needed?
Pretty sure we need a patched masternode to confirm the blocks. I don't have a masternode.
gBlocks:~/XLR/Solaris/src$ ./solaris-cli masternode start
Sync in progress. Must wait until sync is complete to start Masternode
Cannot get masternodes to start.
EDIT: yes, is patched.
Tweaked the code again. Would you try the new commit?
On it...
EDIT: Compiling...
EDIT 2: Cloning latest, greatest to another mn also. First is still compiling, clean build.
EDIT 3: Both are compiling... 1st should be done soon...
EDIT 4:
gBlocks:~/XLR/Solaris/src$ solarisd: main.cpp:2298: bool ConnectBlock(const CBlock&, CValidationState&, CBlockIndex*, CCoinsViewCache&, bool): Assertion `hashPrevBlock == view.GetBestBlock()' failed.
[1]+ Aborted (core dumped) ./solarisd
... attempting resync...
EDIT 5: it is a vps with loads of bandwidth. it will sync up fast and is... 2nd still building....
EDIT 6:
{
"overall" : "Successfully started 1 masternodes, failed to start 0, total 1",
"detail" : {
"status" : {
"alias" : "MN",
"result" : "successful"
}
}
}
"blocks" : 43200, "connections" : 16
EDIT 7: 1st mn started and is running. Starting 2nd now...
EDIT 8: "status" : "Masternode successfully started" on both. Both at "blocks" : 43200 still.
EDIT 9: debug.log: "2017-11-08 03:56:34 mnb - Got NEW Masternode entry - f505..." both masternodes are aware of eachother.
EDIT 10: now both are progressing.