An open API service indexing awesome lists of open source software.

https://github.com/brunneis/bitcoin-core-docker

Bitcoin Core full node Docker container
https://github.com/brunneis/bitcoin-core-docker

bitcoin bitcoin-core docker full-node

Last synced: 11 months ago
JSON representation

Bitcoin Core full node Docker container

Awesome Lists containing this project

README

          

# bitcoin-core-docker

You can run the latest available image as follows:
```bash
docker run -d \
-v "$(pwd)"/bitcoin-data:/root/.bitcoin \
--name bitcoin-core \
-p 8333:8333 \
--restart always \
brunneis/bitcoin-core
```

All the available tags are listed [here](https://hub.docker.com/r/brunneis/bitcoin-core/tags/).