Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Dockerized Dash Masternode

Version: 0.12.1

Public Registry

https://hub.docker.com/r/tomasen/dash-masternode/

Usage

start with you own dash.conf by simply running:

docker run tomasen/dashd-masternode -v /root/.dashcore:/path-to-local-storage-that-contain-dash.conf

or just save the time of writing any config file(eg. dash.conf) by running:

docker run tomasen/dashd-masternode -v /root/.dashcore:/path-to-local-storage -e MN_PRIVATE_KEY=<masternode-privkey>

There are four key environment variables:

NameDesc
MN_PRIVATE_KEYThe private key of the masternodeRequired
MN_EXTERNAL_IPThe external ip:port of this masternodeOptional
MN_RPCBINDBind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6.Optional
MN_RPCALLOWIPTo allow connections from other hostsOptional

WARNING: start docker container with above environment variables will overwrite existing dash.conf.

Debug

you can use dash-cli to check running Masternode status, such as:

docker exec <container_id_or_name_of_current_masternode> dash-cli mnsync status

or

docker exec <container_id_or_name_of_current_masternode> dash-cli masternode debug


Donations are welcome at XxkCgrET2pKXbF1eYyPxSqQvWpJQ6qYncG. Thanks

About

Dockerized Dash Masternode

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages