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
|
7 years ago | |
---|---|---|
bin | 7 years ago | |
Dockerfile | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago |
README.md
docker-vertcoind
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.