https://github.com/vanities/coindock
dockerized coin nodes
https://github.com/vanities/coindock
Last synced: about 2 months ago
JSON representation
dockerized coin nodes
- Host: GitHub
- URL: https://github.com/vanities/coindock
- Owner: vanities
- Created: 2020-04-18T00:53:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T05:07:04.000Z (about 6 years ago)
- Last Synced: 2025-01-14T11:03:56.655Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coindock
Dockerized coin nodes for mainnet, stagenet, testnet, and a personal local net.
## Supported Coins:
- ethereum
- monero
## Requirements
- linux or macOS
## Install
1. Download and Install [docker](https://docs.docker.com/get-docker/)
2. Download and Install [docker-compose](https://docs.docker.com/compose/install/)
3. `git clone https://github.com/vanities/coindock.git`
## Run Locally
### single node
```
$ ./compose up mainnet
```
### multinode
```
$ ./compose up mainnet testnet stagenet localnet
```
## Running all the time
This is for installing as a long running service for systemd
### Install
```
$ ./compose install mainnet testnet
```
### Uninstall
```
$ ./compose uninstall
```