[Content] Add devnet details (#40)

* content - Add devnet details
 - Description in examples section
 - Glossary entry and updated testnet/regtest

* content - Devnet P2P
 - Add to start string and spork key tables

Closes #36
This commit is contained in:
thephez 2018-03-14 13:34:59 -04:00 committed by GitHub
parent e3c34fef4c
commit f6a68b5857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 107 additions and 2 deletions

View file

@ -26,6 +26,13 @@ Once installed, you'll have access to three programs: `dashd`,
* `dash-cli` allows you to send RPC commands to `dashd` from the
command line. For example, `dash-cli help`
{% endautocrossref %}
### Configuration file
<!-- no subhead-links here -->
{% autocrossref %}
All three programs get settings from `dash.conf` in the `DashCore`
application directory:
@ -53,8 +60,8 @@ directory:
chmod 0600 dash.conf
~~~
For development, it's safer and cheaper to use Dash's test network (testnet)
or regression test mode (regtest) described below.
For development, it's safer and cheaper to use Dash's test network (testnet),
regression test mode (regtest), or a develper network (devnet) described below.
Questions about Dash use are best sent to the [Dash forum][forum
tech support] and [Discord channels][Discord channels]. Errors or suggestions related to