mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
[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:
parent
e3c34fef4c
commit
f6a68b5857
6 changed files with 107 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue