We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getblockcount
Mining pools use the getblockcount RPC call.
s-nomp calls getblockcount from this code:
s-nomp
https://zcash.github.io/rpc/getblockcount.html
zcashd
zebrad
The text was updated successfully, but these errors were encountered:
This seems to be just the current tip of the blockchain but the rpc method description of the docs is not up to date: zcash/zcash#2735 (comment)
Sorry, something went wrong.
getblocktemplate-rpcs
Hey team! Please add your planning poker estimate with Zenhub @arya2 @conradoplg @oxarbitrage @teor2345 @upbqdn
oxarbitrage
Successfully merging a pull request may close this issue.
Motivation
Mining pools use the
getblockcount
RPC call.Mining Pool Usage
s-nomp
callsgetblockcount
from this code:Requirements
https://zcash.github.io/rpc/getblockcount.html
Testing
zcashd
andzebrad
RPC output using https://github.com/ZcashFoundation/zebra/blob/main/zebra-utils/zcash-rpc-diffThe text was updated successfully, but these errors were encountered: