mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Wallet RPC updates
- Comment out detail of non-implemented wallet RPCs
This commit is contained in:
parent
8c175dfdff
commit
022808165c
7 changed files with 50 additions and 15 deletions
|
@ -9,10 +9,15 @@ http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
{% assign summary_addWitnessAddress="adds a witness address for a script (with pubkey or redeem script known)." %}
|
{% assign summary_addWitnessAddress="adds a witness address for a script (with pubkey or redeem script known)." %}
|
||||||
|
|
||||||
|
<!-- __ -->
|
||||||
|
|
||||||
{% autocrossref %}
|
{% autocrossref %}
|
||||||
|
|
||||||
*Added in Bitcoin Core 0.13.0*
|
*Added in Bitcoin Core 0.13.0*
|
||||||
|
|
||||||
|
{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_**
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
*Requires wallet support. Requires an unlocked wallet or an unencrypted wallet.*
|
*Requires wallet support. Requires an unlocked wallet or an unencrypted wallet.*
|
||||||
|
|
||||||
The `addwitnessaddress` RPC {{summary_addWitnessAddress}}
|
The `addwitnessaddress` RPC {{summary_addWitnessAddress}}
|
||||||
|
@ -57,4 +62,6 @@ The RPC is disabled by default on mainnet as long as Segregated Witness has not
|
||||||
* [BIP-141 - Segregated Witness](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki)
|
* [BIP-141 - Segregated Witness](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki)
|
||||||
* [BIP-142 - Address Format for Segregated Witness](https://github.com/bitcoin/bips/blob/master/bip-0142.mediawiki)
|
* [BIP-142 - Address Format for Segregated Witness](https://github.com/bitcoin/bips/blob/master/bip-0142.mediawiki)
|
||||||
|
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
|
@ -9,10 +9,15 @@ http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
{% assign summary_bumpFee="replaces an unconfirmed wallet transaction that signaled RBF with a new transaction that pays a higher fee." %}
|
{% assign summary_bumpFee="replaces an unconfirmed wallet transaction that signaled RBF with a new transaction that pays a higher fee." %}
|
||||||
|
|
||||||
|
<!-- __ -->
|
||||||
|
|
||||||
{% autocrossref %}
|
{% autocrossref %}
|
||||||
|
|
||||||
*Added in Bitcoin Core 0.14.0*
|
*Added in Bitcoin Core 0.14.0*
|
||||||
|
|
||||||
|
{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_**
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
*Requires wallet support. Wallet must be unlocked.*
|
*Requires wallet support. Wallet must be unlocked.*
|
||||||
|
|
||||||
The `bumpfee` RPC {{summary_bumpFee}} The increased fee is deducted from the change output. The command fails if the change output is too small to increase the fee or
|
The `bumpfee` RPC {{summary_bumpFee}} The increased fee is deducted from the change output. The command fails if the change output is too small to increase the fee or
|
||||||
|
@ -113,4 +118,6 @@ Result:
|
||||||
* [SendRawTransaction][rpc sendrawtransaction]: {{summary_sendRawTransaction}}
|
* [SendRawTransaction][rpc sendrawtransaction]: {{summary_sendRawTransaction}}
|
||||||
* [Serialized Transaction Format][raw transaction format]
|
* [Serialized Transaction Format][raw transaction format]
|
||||||
|
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
|
@ -13,6 +13,9 @@ http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
*Added in Bitcoin Core 0.14.0*
|
*Added in Bitcoin Core 0.14.0*
|
||||||
|
|
||||||
|
{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_**
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
*Requires wallet support. Wallet must be unlocked.*
|
*Requires wallet support. Wallet must be unlocked.*
|
||||||
|
|
||||||
The `importmulti` RPC {{summary_importMulti}}
|
The `importmulti` RPC {{summary_importMulti}}
|
||||||
|
@ -170,4 +173,6 @@ Result (scriptPubKey import failed because `internal` was not set to `true`):
|
||||||
* [ImportAddress][rpc importaddress]: {{summary_importAddress}}
|
* [ImportAddress][rpc importaddress]: {{summary_importAddress}}
|
||||||
* [ImportWallet][rpc importwallet]: {{summary_importWallet}}
|
* [ImportWallet][rpc importwallet]: {{summary_importWallet}}
|
||||||
|
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
|
@ -13,6 +13,9 @@ http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
*Added in Bitcoin Core 0.13.0*
|
*Added in Bitcoin Core 0.13.0*
|
||||||
|
|
||||||
|
{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_**
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
*Requires wallet support.*
|
*Requires wallet support.*
|
||||||
|
|
||||||
The `importprunedfunds` RPC {{summary_importPrunedFunds}} Corresponding address or script must previously be included in wallet.
|
The `importprunedfunds` RPC {{summary_importPrunedFunds}} Corresponding address or script must previously be included in wallet.
|
||||||
|
@ -62,4 +65,6 @@ bitcoin-cli importprunedfunds "txhex" "txoutproof"
|
||||||
* [ImportPrivKey][rpc importprivkey]: {{summary_importPrivKey}}
|
* [ImportPrivKey][rpc importprivkey]: {{summary_importPrivKey}}
|
||||||
* [RemovePrunedFunds][rpc removeprunedfunds]: {{summary_removePrunedFunds}}
|
* [RemovePrunedFunds][rpc removeprunedfunds]: {{summary_removePrunedFunds}}
|
||||||
|
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
|
@ -13,6 +13,9 @@ http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
*Added in Bitcoin Core 0.13.0*
|
*Added in Bitcoin Core 0.13.0*
|
||||||
|
|
||||||
|
{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_**
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
*Requires wallet support.*
|
*Requires wallet support.*
|
||||||
|
|
||||||
The `removeprunedfunds` RPC {{summary_removePrunedFunds}} This will effect wallet balances.
|
The `removeprunedfunds` RPC {{summary_removePrunedFunds}} This will effect wallet balances.
|
||||||
|
@ -51,4 +54,6 @@ ebf46446a512166eae7628734ea0a5
|
||||||
* [ImportPrivKey][rpc importprivkey]: {{summary_importPrivKey}}
|
* [ImportPrivKey][rpc importprivkey]: {{summary_importPrivKey}}
|
||||||
* [ImportPrunedFunds][rpc importprunedfunds]: {{summary_importPrunedFunds}}
|
* [ImportPrunedFunds][rpc importprunedfunds]: {{summary_importPrunedFunds}}
|
||||||
|
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
||||||
|
|
|
@ -13,6 +13,9 @@ http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
*Added in Bitcoin Core 0.13.0*
|
*Added in Bitcoin Core 0.13.0*
|
||||||
|
|
||||||
|
{{WARNING_ICON}} **_Not implemented in Dash Core (as of 0.12.2)_**
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
The `signmessagewithprivkey` RPC {{summary_signMessageWithPrivKey}}
|
The `signmessagewithprivkey` RPC {{summary_signMessageWithPrivKey}}
|
||||||
|
|
||||||
*Parameter #1---the private key to sign with*
|
*Parameter #1---the private key to sign with*
|
||||||
|
@ -65,4 +68,6 @@ G+ZauMFgQExAJRKZSldbAVEaZo4i0p2AVivbFASo50PkUnynAMDUiNMVdXDlpYMWvatxCmYmLn8C9zyg
|
||||||
* [SignMessage][rpc signmessage]: {{summary_signMessage}}
|
* [SignMessage][rpc signmessage]: {{summary_signMessage}}
|
||||||
* [VerifyMessage][rpc verifymessage]: {{summary_verifyMessage}}
|
* [VerifyMessage][rpc verifymessage]: {{summary_verifyMessage}}
|
||||||
|
|
||||||
|
{% endcomment %}
|
||||||
|
|
||||||
{% endautocrossref %}
|
{% endautocrossref %}
|
|
@ -320,5 +320,6 @@ NOT IN DASH
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
{% assign WARNING=" **Warning:**" %}
|
{% assign WARNING=" **Warning:**" %}
|
||||||
|
{% assign WARNING_ICON="" %}
|
||||||
|
|
||||||
{% assign reindexNote="Note: if you begin using `txindex=1` after downloading the block chain, you must rebuild your indexes by starting Bitcoin Core with the option `-reindex`. This may take several hours to complete, during which time your node will not process new blocks or transactions. This reindex only needs to be done once." %}
|
{% assign reindexNote="Note: if you begin using `txindex=1` after downloading the block chain, you must rebuild your indexes by starting Bitcoin Core with the option `-reindex`. This may take several hours to complete, during which time your node will not process new blocks or transactions. This reindex only needs to be done once." %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue