getmininginfo() rpc always returns 0 for currentblocksize and currentblocktx #80

Open
opened 3 years ago by duke · 2 comments
duke commented 3 years ago
Owner

Looks like we inherited this ZEC upstream bug, which doesn't seem to be new:

https://github.com/zcash/zcash/issues/5371

Looks like we inherited this ZEC upstream bug, which doesn't seem to be new: https://github.com/zcash/zcash/issues/5371
Poster
Owner

With hush 3.9.0 :

$ ./src/hush-cli getmininginfo
{
  "blocks": 732246,
  "currentblocksize": 0,
  "currentblocktx": 0,
  "difficulty": 10404528.56947517,
  "errors": "",
  "genproclimit": -1,
  "localsolps": 0,
  "networksolps": 2243400,
  "networkhashps": 2243400,
  "pooledtx": 1,
  "testnet": false,
  "chain": "main",
  "generate": false,
  "numthreads": -1
}
With hush 3.9.0 : ``` $ ./src/hush-cli getmininginfo { "blocks": 732246, "currentblocksize": 0, "currentblocktx": 0, "difficulty": 10404528.56947517, "errors": "", "genproclimit": -1, "localsolps": 0, "networksolps": 2243400, "networkhashps": 2243400, "pooledtx": 1, "testnet": false, "chain": "main", "generate": false, "numthreads": -1 } ```
Poster
Owner

My guess is that no pool or solo miners use this information, so this is not a high priority bug, but it would be nice for it to be correct.

My guess is that no pool or solo miners use this information, so this is not a high priority bug, but it would be nice for it to be correct.
duke added the
low priority
bug
labels 1 year ago
duke referenced this issue from a commit 8 months ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.