Guides
Dash CoreDash PlatformDash.orgDash User DocsLog In
Hey! These docs are for version 0.18.0, which is no longer officially supported. Click here for the latest version, 0.25-redirect!

Dash Core Full Node

🚧

Advanced Topic

Since Dash Platform is fully accessible via DAPI, running a full node is unnecessary and offers no particular benefit. Regardless, the steps below provide the necessary information for advanced users to connect.

Config File

The config file shown below may be used to connect a Dash Core node to Testnet. Testnet currently operates using Dash Core v0.17.0.0-RC3.

testnet=1

# Hard-coded first node
addnode=seed-1.testnet.networks.dash.org:19999

Starting Dash Core

To start Dash Core and connect to Testnet, simply run dashd or dash-qt with the conf parameter set to the configuration file created above: <path to binary> -conf=<path to configuration file>

dashd -conf=/home/dash/.dashcore/dash-testnet.conf