Coder Social home page Coder Social logo

dash-masternode's Introduction

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:

Name Desc
MN_PRIVATE_KEY The private key of the masternode Required
MN_EXTERNAL_IP The external ip:port of this masternode Optional
MN_RPCBIND Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. Optional
MN_RPCALLOWIP To allow connections from other hosts Optional

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.