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
zebrad-hash-lookup
zcashd
zebrad
Currently, the zebrad-hash-lookup bash script can only be used with zcashd as the backend as it uses the getblockheader RPC call to get information.
The call is not supported in zebrad.
This was reported by @dismad in discord, a workaround was given:
zcash-cli getbestblockhash | xargs zcash-cli getblock | jq .tx.[0] | xargs -n1 ./txDetails.sh | jq .height workaround for now 😄
Either:
getblockheaders
The text was updated successfully, but these errors were encountered:
We should implement getblockheader as part of zcashd deprecation. Closing as duplicate of #8442
getblockheader
Sorry, something went wrong.
No branches or pull requests
Currently, the zebrad-hash-lookup bash script can only be used with
zcashd
as the backend as it uses the getblockheader RPC call to get information.The call is not supported in zebrad.
This was reported by @dismad in discord, a workaround was given:
Either:
getblockheaders
rpc method into zebra. Additional reasons might be wanted to do this.The text was updated successfully, but these errors were encountered: