Dockerized coin nodes for mainnet, stagenet, testnet, and a personal local net.
- ethereum
- monero
- linux or macOS
- Download and Install docker
- Download and Install docker-compose
git clone https://github.com/vanities/coindock.git
$ ./compose up mainnet
$ ./compose up mainnet testnet stagenet localnet
This is for installing as a long running service for systemd
$ ./compose install mainnet testnet
$ ./compose uninstall