mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
content - Add devnet details
- Description in examples section - Glossary entry and updated testnet/regtest
This commit is contained in:
parent
ded0b9a8ce
commit
3b82487cfb
5 changed files with 103 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