【发布时间】:2019-01-21 16:24:58
【问题描述】:
我正在研究区块链,我正在尝试挖掘加密源的创世块。
我的来源是 PoS + masternode 来源。当然,其中有 PoW 来挖掘第一个区块。
所以我生成了创世哈希和默克尔根。守护进程启动,一切正常。但是当我使用“setgenerate true”或“getblocktemplate”命令时,什么都没有发生。创世区块无法开采。
“getblocktemplate”返回“内存不足(代码 -7)” Debug.log 显示:
2019-01-21 16:23:42 ERROR: CheckTransaction() : txout.nValue negative
2019-01-21 16:23:42 ERROR: CheckBlock() : CheckTransaction failed
2019-01-21 16:23:42 CreateNewBlock() : TestBlockValidity failed
2019-01-21 16:23:42 CreateNewBlock: Failed to detect masternode to pay
2019-01-21 16:23:42 CreateNewBlock(): total size 1000
我禁用了主节点强制执行 sporks
有没有人经历过这样的事情或可以帮助我?
【问题讨论】: