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
- Host: GitHub
- URL: https://github.com/brunneis/bitcoin-core-docker
- Owner: brunneis
- License: gpl-3.0
- Created: 2018-06-02T22:45:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T10:15:43.000Z (about 4 years ago)
- Last Synced: 2025-01-26T13:41:24.471Z (about 1 year ago)
- Topics: bitcoin, bitcoin-core, docker, full-node
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/brunneis/bitcoin-core/tags/
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).