Skip to content

Run a Vertcoin node in docker with docker-compose

Notifications You must be signed in to change notification settings

ahmetabdi/vertcoind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vertcoind

Run a Vertcoin node in docker with docker-compose

Update vertcoin.conf with your details. CHANGE USERNAME AND PASSWORD

A list of options is available here

Create a vertcoin.conf file

example vertcoin.conf:

printtoconsole=1
port=5889
rpcport=5888
rpcuser=username
rpcpassword=password
server=1
rpcbind=0.0.0.0
rpcallowip=0.0.0.0/0
rpcallowip=::/0

Starting the node

docker-compose up pass the -d argument if you want in daemon mode

Releases

No releases published

Packages

No packages published