You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of the bitcoin ABC lib has the some updates around the rpc calls and response espeically around the getBlock and verbosity. the verbosity=2 param gets the verbose reponse along with raw transaction details.
Please update the image for the 0.18.5 tag here is teh docker image code
The latest version of the bitcoin ABC lib has the some updates around the rpc calls and response espeically around the getBlock and verbosity. the verbosity=2 param gets the verbose reponse along with raw transaction details.
Please update the image for the 0.18.5 tag here is teh docker image code
ENV BITCOIN_ABC_VERSION=0.18.5
ENV BITCOIN_ABC_SHASUM="11439fcdae421ae96d2a7ddc3d43c9c284af44716cb5f363c61e53885a5a8811 bitcoin-abc-${BITCOIN_ABC_VERSION}-x86_64-linux-gnu.tar.gz"
ENV BITCOIN_ABC_PREFIX=/opt/bitcoin-abc-${BITCOIN_ABC_VERSION}
ENV BITCOIN_ABC_DATA=/home/bitcoin/.bitcoin
ENV PATH=/opt/bitcoin-abc-${BITCOIN_ABC_VERSION}/bin:$PATH
The text was updated successfully, but these errors were encountered: