An open API service indexing awesome lists of open source software.

https://github.com/vanities/coindock

dockerized coin nodes
https://github.com/vanities/coindock

Last synced: about 2 months ago
JSON representation

dockerized coin nodes

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
```