You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Luke Childs 63447623cd Pass args to vertcoind 7 years ago
bin Pass args to vertcoind 7 years ago
Dockerfile Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md Document JSON-RPC usage 7 years ago

README.md

docker-vertcoind

Docker Stars Docker Pulls

Run a full Vertcoin node with one command

A Docker configuration with sane defaults for running a full Vertcoin node.

Usage

docker run -v /home/username/vertcoin:/data -p 8333:8333 lukechilds/vertcoind

If there is a vertcoin.conf in the /data volume it will be used. If not, one will be created for you. A secure unique JSON-RPC password will also be generated.

JSON-RPC

To access JSON-RPC you'll also need to expose port 8332. You probably only want this available to localhost:

docker run -v /home/username/vertcoin:/data -p 8333:8333 -p 127.0.0.1:8332:8332 lukechilds/vertcoind