Collection of all official cryptocurrencies daemons on docker.
All files are based on Alpine.
- Install Docker and Docker-Compose
- Clone the repository
- Set data directory
export BLOCKCHAIN_DATA_DIR=./data
- Build
docker-compose build
- Run
docker-compose up -d
- Open to the Consul web dashboard to monitor your services health:
http://localhost:9501/
For installation with local-persist, install the plugin instead if step 2:
curl -fsSL https://raw.githubusercontent.com/CWSpear/local-persist/master/scripts/install.sh | sudo bash
- Bitcoin (bitcoind)
- Litecoin (ltcd)
- Ethereum (geth)
- Ripple (rippled)