Is there anyone having this problem?
darkcoind getblocktemplate
error: {"code":-1,"message":"CreateNewBlock() : ConnectBlock failed"}
I compiled from the latest github source, connected to testnet, but have no success on this command.
I even deleted testnet3 directory and rebooted but not working as expected.
getmininginfo
{
"blocks" : 4601,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.08607635,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 2751552,
"pooledtx" : 0,
"testnet" : true
}
this getmininginfo command seems alright.
getconnectioncount
4
Gosh, I'm not sure what getblocktemplate does? But just a note, if you compile the code yourself, it will be without DarkSend, as that's still closed source. All it has is the code required to elect and pay the masternodes, I believe. Anyway, not knowing what getblocktemplate does, I thought maybe this is the reason???