mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Misc cleanup
This commit is contained in:
parent
02391ec648
commit
b9ec558713
9 changed files with 21 additions and 19 deletions
|
@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
{% assign summary_getAddressBalance="returns the balance for address(es) (requires `addressindex` to be enabled)." %}
|
||||
{% assign summary_getAddressBalance="returns the balance for address(es)." %}
|
||||
|
||||
*Requires wallet support.*
|
||||
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
|
||||
|
||||
The `getaddressbalance` RPC {{summary_getAddressBalance}}
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
{% assign summary_getAddressDeltas="returns all changes for an address (requires `addressindex` to be enabled)." %}
|
||||
{% assign summary_getAddressDeltas="returns all changes for an address." %}
|
||||
|
||||
*Requires wallet support.*
|
||||
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
|
||||
|
||||
The `getaddressdeltas` RPC {{summary_getAddressDeltas}}
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
{% assign summary_getAddressMempool="returns all mempool deltas for an address (requires `addressindex` to be enabled)." %}
|
||||
{% assign summary_getAddressMempool="returns all mempool deltas for an address." %}
|
||||
|
||||
*Requires wallet support.*
|
||||
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
|
||||
|
||||
The `getaddressmempool` RPC {{summary_getAddressMempool}}
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
{% assign summary_getAddressTxids="returns the txids for an address(es) (requires `addressindex` to be enabled)" %}
|
||||
{% assign summary_getAddressTxids="returns the txids for an address(es)." %}
|
||||
|
||||
*Requires wallet support.*
|
||||
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
|
||||
|
||||
The `getaddresstxids` RPC {{summary_getAddressTxids}}
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
{% autocrossref %}
|
||||
|
||||
{% assign summary_getAddressUtxos="returns all unspent outputs for an address (requires `addressindex` to be enabled)" %}
|
||||
{% assign summary_getAddressUtxos="returns all unspent outputs for an address." %}
|
||||
|
||||
*Requires wallet support.*
|
||||
*Requires wallet support and `-addressindex` Dash Core command-line/configuration-file parameter to be enabled.*
|
||||
|
||||
The `getaddressutxos` RPC {{summary_getAddressUtxos}}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ The `privatesend` RPC {{summary_privateSend}}
|
|||
- n: "`mode`"
|
||||
t: "string"
|
||||
p: "Required<br>(exactly 1)"
|
||||
d: "The command mode to use:<br>`start` - Start mixing<br>`stop` - Stop mixing<br>`reset` - Reset mixing"
|
||||
d: "The command mode to use:<br>`start` - Start mixing<br>`stop<!--noref-->` - Stop mixing<br>`reset` - Reset mixing"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
@ -45,7 +45,7 @@ Mixing started successfully
|
|||
{% endhighlight %}
|
||||
|
||||
|
||||
**Command Mode - `stop`**
|
||||
**Command Mode - `stop<!--noref-->`**
|
||||
|
||||
*Result---stop command return status*
|
||||
|
||||
|
|
|
@ -67,6 +67,7 @@ As of Dash Core 0.12.1.5, the most recent protocol version is 70206.
|
|||
|
||||
| Version | Initial Release | Major Changes
|
||||
|---------|------------------------------------|--------------
|
||||
| 70208 | Dash Core 0.12.2.x <br>(??? 2017) |
|
||||
| 70206 | Dash Core 0.12.1.x <br>(Mar 2017) |
|
||||
| 70103 | Dash Core 0.12.0.x <br>(Aug 2015) |
|
||||
| 70076 | Dash Core 0.11.2.x <br>(Apr 2015) |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue