Skip to content

Collection of all official cryptocurrencies daemons by Docker-Compose

Notifications You must be signed in to change notification settings

Stacrypt/cryptodaemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoDaemon

Collection of all official cryptocurrencies daemons on docker.

All files are based on Alpine.

Instruction

  1. Install Docker and Docker-Compose
  2. Clone the repository
  3. Set data directory
export BLOCKCHAIN_DATA_DIR=./data
  1. Build
docker-compose build
  1. Run
docker-compose up -d
  1. 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

Supported Cryptocurrencies:

  • Bitcoin (bitcoind)
  • Litecoin (ltcd)
  • Ethereum (geth)
  • Ripple (rippled)

Releases

No releases published

Packages

No packages published