https://github.com/ulbora/docker-bitcoin-core
Bitcoin Core on docker user with Six910Pay Server
https://github.com/ulbora/docker-bitcoin-core
Last synced: about 1 month ago
JSON representation
Bitcoin Core on docker user with Six910Pay Server
- Host: GitHub
- URL: https://github.com/ulbora/docker-bitcoin-core
- Owner: Ulbora
- License: mit
- Created: 2021-06-03T21:40:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T18:14:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T13:22:34.374Z (3 months ago)
- Language: Dockerfile
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bitcoin Core
==============This is a bitcoin core docker container designed to run behind Six910Pay Server
## To run on mainnet
```
docker run --name bitcoind --log-opt max-size=50m -v /bitcoin-data:/data --restart=always -d ulboralabs/bitcoin-core bitcoind```
## To run on testnet
```
docker run --name bitcoind-testnet --log-opt max-size=50m -v /bitcoin-test-data:/data --restart=always -d ulboralabs/bitcoin-core bitcoind -testnet```