mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Update 0.12.4 references to 0.13.0
This commit is contained in:
parent
bf73fcfc64
commit
184b1a43a4
16 changed files with 38 additions and 38 deletions
|
@ -34,7 +34,7 @@ The `decoderawtransaction` RPC {{summary_decodeRawTransaction}}
|
|||
{{INCLUDE_DECODE_RAW_TRANSACTION}}
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
Decode a signed one-input, two-output transaction:
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ The `dumpwallet` RPC {{summary_dumpWallet}}
|
|||
d: "Warning to not share the file due to it containing the private keys"
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
Create a wallet dump and then print its first 10 lines.
|
||||
|
||||
|
@ -85,7 +85,7 @@ Results:
|
|||
|
||||
{% highlight json %}
|
||||
{
|
||||
"dashcoreversion": "v0.12.4.0",
|
||||
"dashcoreversion": "v0.13.0.0",
|
||||
"lastblockheight": 250186,
|
||||
"lastblockhash": "0000000000a82fb1890de5da4740d0671910a436fe6fc4503a3e553adef073b4",
|
||||
"lastblocktime": "2018-10-23T12:50:44Z",
|
||||
|
@ -98,7 +98,7 @@ Results:
|
|||
Results (the first 10 lines of the file):
|
||||
|
||||
{% highlight bash %}
|
||||
# Wallet dump created by Dash Core v0.12.4.0
|
||||
# Wallet dump created by Dash Core v0.13.0.0
|
||||
# * Created on 2018-10-23T12:55:38Z
|
||||
# * Best block at time of backup was 250186 (0000000000a82fb1890de5da4740d0671910a436fe6fc4503a3e553adef073b4),
|
||||
# mined on 2018-10-23T12:50:44Z
|
||||
|
|
|
@ -55,7 +55,7 @@ The `getbalance` RPC {{summary_getBalance}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Examples from Dash Core 0.12.4*
|
||||
*Examples from Dash Core 0.13.0*
|
||||
|
||||
Get the balance for the main ("") account, including transactions with
|
||||
at least five confirmations and those spent to watch-only addresses in
|
||||
|
|
|
@ -62,7 +62,7 @@ The `getgovernanceinfo` RPC {{summary_getGovernanceInfo}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.4.0*
|
||||
*Example from Dash Core 0.13.0.0*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet getgovernanceinfo
|
||||
|
|
|
@ -102,7 +102,7 @@ deprecated.
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Examples from Dash Core 0.12.4*
|
||||
*Examples from Dash Core 0.13.0*
|
||||
|
||||
A transaction in serialized transaction format:
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ The `getreceivedbyaddress` RPC {{summary_getReceivedByAddress}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
Get the dash received for a particular address, only counting
|
||||
transactions with six or more confirmations (ignore InstantSend locked transactions):
|
||||
|
|
|
@ -53,7 +53,7 @@ Core. Use the RPCs listed in the See Also subsection below instead.
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
Display account balances with one confirmation and watch-only addresses
|
||||
included. Add the balance of InstantSend locked transactions also.
|
||||
|
|
|
@ -88,7 +88,7 @@ Core. Use the RPCs listed in the See Also subsection below instead.
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
Get the balances for all non-empty accounts, including transactions
|
||||
which have been confirmed at least six times and InstantSend locked transactions:
|
||||
|
|
|
@ -100,7 +100,7 @@ The `listreceivedbyaddress` RPC {{summary_listReceivedByAddress}}
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
List addresses with balances confirmed by at least six blocks, including
|
||||
watch-only addresses. Also include the balance from InstantSend locked transactions:
|
||||
|
|
|
@ -56,7 +56,7 @@ The `masternode<!--noref--> check` RPC forces a check of all masternodes and rem
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet masternode check
|
||||
|
@ -307,7 +307,7 @@ The `masternode<!--noref--> genkey` RPC generates a new masternodeprivkey.
|
|||
- n: "Compressed"
|
||||
t: "bool"
|
||||
p: "Optional<br>(0 or 1)"
|
||||
d: "*Added in Dash Core 0.12.4*<br><br>If set to `true`, generates a compressed private key (default: false)"
|
||||
d: "*Added in Dash Core 0.13.0*<br><br>If set to `true`, generates a compressed private key (default: false)"
|
||||
|
||||
{% enditemplate %}
|
||||
|
||||
|
@ -321,7 +321,7 @@ The `masternode<!--noref--> genkey` RPC generates a new masternodeprivkey.
|
|||
|
||||
{% enditemplate %}
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet masternode genkey
|
||||
|
@ -332,7 +332,7 @@ Result:
|
|||
92Mn5DQpnBHjFPbS3ZXcX3EdhuET18u3eXTTtVsdDzdcAMaXqtG
|
||||
{% endhighlight %}
|
||||
|
||||
*Example from Dash Core 0.12.4 (compressed key)*
|
||||
*Example from Dash Core 0.13.0 (compressed key)*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet masternode genkey true
|
||||
|
|
|
@ -27,7 +27,7 @@ The `setprivatesendamount` RPC {{summary_setPrivateSendAmount}}
|
|||
|
||||
*Result---`null` on success*
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet setprivatesendamount 2000
|
||||
|
|
|
@ -27,7 +27,7 @@ The `setprivatesendrounds` RPC {{summary_setPrivateSendRounds}}
|
|||
|
||||
*Result---`null` on success*
|
||||
|
||||
*Example from Dash Core 0.12.4*
|
||||
*Example from Dash Core 0.13.0*
|
||||
|
||||
{% highlight bash %}
|
||||
dash-cli -testnet setprivatesendrounds 4
|
||||
|
|
|
@ -66,7 +66,7 @@ with the most recent versions listed first. (If you know of a protocol
|
|||
version that implemented a major change but which is not listed here,
|
||||
please [open an issue][docs issue].)
|
||||
|
||||
As of Dash Core 0.12.3.0, the most recent protocol version is 70210.
|
||||
As of Dash Core 0.13.0.0, the most recent protocol version is 70211.
|
||||
|
||||
| Version | Initial Release | Major Changes
|
||||
|---------|------------------------------------|--------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue