Sign inSign up

bsantanna/bitcoin

By bsantanna

•Updated over 1 year ago

A Docker image for running a Bitcoin server.

Image
Networking
Data science
Databases & storage
0

872

bsantanna/bitcoin repository overview

⁠Category

Cryptocurrency

⁠Overview with Usage Command
⁠Overview

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.

⁠Usage Command

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.

Tag summary

Content type

Image

Digest

sha256:f710ac5e2…

Size

744.4 MB

Last updated

over 1 year ago

docker pull bsantanna/bitcoin:x86_64