Marks an in-wallet transaction and all its in-wallet descendants as abandoned. This allows their inputs to be respent.
- txid (string):
The transaction id
Stops current wallet rescan triggered by an RPC call, e.g. by an importprivkey call.
Adds an nrequired-to-sign multisignature address to the wallet.
- nrequired (number):
The number of required signatures
- ["key",...] (array of strings):
Array of public keys
- "label" (string, optional):
A label for the address
- "address_type" (string, optional):
The address type
Attempts to add or remove a node from the addnode list, or to try a connection to a node once.
- node (string):
The node address
- command (string):
'add' to add a node, 'remove' to remove a node, or 'onetry' to try a connection to a node once
Analyzes and provides information about the current status of a PSBT and its inputs.
- psbt (string):
The PSBT to analyze
Safely copies current wallet file to destination, which can be a directory or a path with filename.
- destination (string):
The destination path
Bumps the fee of an opt-in-RBF transaction T, replacing it with a new transaction B.
- txid (string):
The transaction id
- options (object, optional):
Options for bumping the fee
Clears all banned IPs.
Combines multiple partially signed Bitcoin transactions into one transaction. Implements the Combiner role.
- ["psbt",...] (array of strings):
Array of PSBTs
Combines multiple partially signed transactions into one transaction. The combined transaction may be another partially signed transaction or a fully signed transaction.