Bitcoind
bitcoind getmininginfo 說 hashespersec 是 0
我昨天開始在一個低端系統上挖礦,試圖弄清楚它是如何工作的。我使用了 Debian 的 bincoind 建構。當我今天嘗試時
bitcoind getmininginfo
,我得到以下輸出。{ "blocks" : 208085, "currentblocksize" : 0, "currentblocktx" : 0, "difficulty" : 3368767.14053294, "errors" : "", "generate" : true, "genproclimit" : -1, "hashespersec" : 0, "pooledtx" : 69, "testnet" : false }
看起來每秒雜湊值是 0。那不應該是一些正數嗎?難道我做錯了什麼?
該
hashespersec
欄位報告內置礦機的速度。它不會(也不能準確地)報告通過getwork
或getblocktemplate
介面連接到它的散列功率。