NOTE: The devnet referenced in the example config is no longer running. Please use this as an example only.
Basic example of setting up a Dash devnet via script
devnet_install_dash.sh
- Downloads Dash Core 0.12.3.2 binaries to your home directory and extracts it theredevnet_start.sh
- Creates a .conf file for the devnet named on line 1 of the script and then starts dashd using it (dashd -conf=<created_conf_file>
)example-config.conf
- Example configuration file