mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Misc cleanup
This commit is contained in:
parent
02391ec648
commit
b9ec558713
9 changed files with 21 additions and 19 deletions
|
@ -42,6 +42,7 @@ DER-formatted: der
|
|||
'`dssu` messages': dssu message
|
||||
'`dstx` message': dstx message
|
||||
'`dstx` messages': dstx message
|
||||
DNS address: DO NOT AUTOCROSSREF
|
||||
ECDSA:
|
||||
epoch time: unix epoch time
|
||||
'`expires`': pp expires
|
||||
|
|
|
@ -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) |
|
||||
|
|
|
@ -24,11 +24,11 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_getAccount="returns the name of the account associated with the given address." %}
|
||||
{% assign summary_getAccountAddress="returns the current Bitcoin address for receiving payments to this account. If the account doesn't exist, it creates both the account and a new address for receiving payment. Once a payment has been received to an address, future calls to this RPC for the same account will return a different address." %}
|
||||
{% assign summary_getAddedNodeInfo="returns information about the given added node, or all added nodes (except onetry nodes). Only nodes which have been manually added using the `addnode` RPC will have their information displayed." %}
|
||||
{% assign summary_getAddressBalance="returns the balance for address(es) (requires `addressindex` to be enabled)." %}
|
||||
{% assign summary_getAddressDeltas="returns all changes for an address (requires `addressindex` to be enabled)." %}
|
||||
{% assign summary_getAddressMempool="returns all mempool deltas for an address (requires `addressindex` to be enabled)." %}
|
||||
{% assign summary_getAddressTxids="returns the txids for an address(es) (requires `addressindex` to be enabled)" %}
|
||||
{% assign summary_getAddressUtxos="returns all unspent outputs for an address (requires `addressindex` to be enabled)" %}
|
||||
{% assign summary_getAddressBalance="returns the balance for address(es)." %}
|
||||
{% assign summary_getAddressDeltas="returns all changes for an address." %}
|
||||
{% assign summary_getAddressMempool="returns all mempool deltas for an address." %}
|
||||
{% assign summary_getAddressTxids="returns the txids for an address(es)." %}
|
||||
{% assign summary_getAddressUtxos="returns all unspent outputs for an address." %}
|
||||
{% assign summary_getAddressesByAccount="returns a list of every address assigned to a particular account." %}
|
||||
{% assign summary_getBalance="gets the balance in decimal bitcoins across all accounts or for a particular account." %}
|
||||
{% assign summary_getBestBlockHash="returns the header hash of the most recent block on the best block chain." %}
|
||||
|
@ -93,7 +93,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_masternodeList="returns a list of masternodes in different modes." %}
|
||||
{% assign summary_mnSync="returns the sync status, updates to the next step or resets it entirely." %}
|
||||
{% assign summary_move="moves a specified amount from one account in your wallet to another using an off-block-chain transaction." %}
|
||||
{% assign summary_ping-rpc="sends a P2P ping message to all connected nodes to measure ping time. Results are provided by the `getpeerinfo` RPC pingtime and pingwait fields as decimal seconds. The P2P `ping` message is handled in a queue with all other commands, so it measures processing backlog, not just network ping." %}
|
||||
{% assign summary_ping-rpc="sends a P2P ping message to all connected nodes to measure ping time. Results are provided by the `getpeerinfo` RPC pingtime and pingwait fields as decimal seconds. The P2P `ping` message is handled in a queue with all other commands, so it measures processing backlog, not just network<!--noref--> ping." %}
|
||||
{% assign summary_preciousBlock="treats a block as if it were received before others with the same work." %}
|
||||
{% assign summary_prioritiseTransaction="adds virtual priority or fee to a transaction, allowing it to be accepted into blocks mined by this node (or miners which use this node) with a lower priority or fee. (It can also remove virtual priority or fee, requiring the transaction have a higher priority or fee to be accepted into a locally-mined block.)" %}
|
||||
{% assign summary_privateSend="controls the mixing process." %}
|
||||
|
@ -120,7 +120,7 @@ This file is licensed under the terms of its source texts{%endcomment%}
|
|||
{% assign summary_signMessageWithPrivKey="signs a message with a given private key." %}
|
||||
{% assign summary_signRawTransaction="signs a transaction in the serialized transaction format using private keys stored in the wallet or provided in the call." %}
|
||||
{% assign summary_stop="safely shuts down the Dash Core server." %}
|
||||
{% assign summary_submitBlock="accepts a block, verifies it is a valid addition to the block chain, and broadcasts it to the network. Extra parameters are ignored by Bitcoin Core but may be used by mining pools or other programs." %}
|
||||
{% assign summary_submitBlock="accepts a block, verifies it is a valid addition to the block chain, and broadcasts it to the network. Extra parameters are ignored by Dash Core but may be used by mining pools or other programs." %}
|
||||
{% assign summary_validateAddress="returns information about the given Bitcoin address." %}
|
||||
{% assign summary_verifyChain="verifies each entry in the local block chain database." %}
|
||||
{% assign summary_verifyMessage="verifies a signed message." %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue