bitcoin-cli
Command-line client to interact with the Bitcoin daemon via RPC calls. Uses the configuration defined in bitcoin.conf. More information: <https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments>.
RUN apt-get update && \
apt-get install -y bitcoind
RUN apk add bitcoin-cli
RUN pacman -S --noconfirm bitcoin-cli
RUN apt-get update && \
apt-get install -y bitcoind