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>.

Debian Debian
RUN apt-get update && \ apt-get install -y bitcoind
Alpine
RUN apk add bitcoin-cli
Arch Arch Linux
RUN pacman -S --noconfirm bitcoin-cli
Raspbian
RUN apt-get update && \ apt-get install -y bitcoind
click the source code to copy install bitcoin-cli on any operating system with command-not-found.com