Debian based Bitcoin Core for Docker
433
Hands-on Docker image for Bitcoin Core development running on Debian.
This is a very minimalist container just for running testnet and develop on top of it. It cointains only the bitcoind
executable and should be queried from outside the container with curl or other similar tools.
Out-of-the-box, this image is configured to bind to all interfaces and default RPC authentication is
rpcuser=bitcoind and rpcpassword=secret. !!!DON'T RUN WITH THESE SETTINGS IN PRODUCTION!!!
@see Dockerfile
docker pull ramsvidor/bitcoinddocker run --name bitcoind ramsvidor/bitcoinddocker run --name bitcoind -v data:/var/lib/bitcoind -v conf:/etc/bitcoind -p 18332:18332 ramsvidor/bitcoindData is stored at /var/lib/bitcoind and configuration file is stored at /etc/bitcoind. You can use it with volumes.
This image is officially supported on Docker version 19.03 and newer. Support for older versions is provided on a best-effort basis. Please see the Docker installation documentation for details on how to upgrade your Docker daemon.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.
This code is open source software licensed under the Apache 2.0 License.
Content type
Image
Digest
Size
28.9 MB
Last updated
over 5 years ago
docker pull ramsvidor/bitcoind