A Docker image for running a Bitcoin server.
872
Cryptocurrency
This Docker image is built on top of the bsantanna/base image and includes all necessary dependencies to run a Bitcoin server. It is designed to support cryptocurrency operations, providing a consistent and reliable environment for running a Bitcoin node.
To run a container using this image and start the Bitcoin server, use the following command:
docker run -it --rm -v $(pwd)/data:/opt/bitcoin/data -p 8332:8332 bsantanna/bitcoin-server:latest
This command will start a container, mount the current directory's data folder to the Bitcoin data directory, expose port 8332, and execute the Bitcoin server entrypoint script.
Content type
Image
Digest
sha256:f710ac5e2…
Size
744.4 MB
Last updated
over 1 year ago
docker pull bsantanna/bitcoin:x86_64