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 061c01b098 Mention vertcoin.conf behaviour 7 years ago
bin Initial commit 7 years ago
Dockerfile Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md Mention vertcoin.conf behaviour 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.