dumpprivkey
and dumpwallet
) with Mainnet wallets.estimatepriority
, getgenerate
) and two (gettransaction
, walletpassphrase
) have an additional parameter for Hydra. See also https://bitcoin.org/en/developer-reference#remote-procedure-calls-rpcs.getconnectioncount
, getpeerinfo
, addnodes
, getnetworkinfo
getstakinginfo
, getwalletinfo
, getnetworkinfo
listaddressgroupings
, sendtoaddress
, sendmany
, sendmanywithdupes
crearterawtransaction
, signrawtransaction
, combinerawtransactoins
, sendrawtransaction
createcontract
, callcontract
, sendtocontract
, getaccountinfo
, getstorage
, searchlogs
, waitforlogs
importprivkey
. This command can be issued by opening a 2nd command line window (where the first window is scanning), in which case the command will stop the scan and return "true".importaddress
to add the multisig address on each signing wallet.importaddress
for watchonly p2sh address support. Use of account is DEPRECATED). See also validateaddress
.getnewaddress
command with address type "p2sh-segwit" or "bech32".-deprecatedrpc=addwitnessaddress
to run the command:addmultisigaddress
.signrawtransaction
and sendrawtransaction
. Returns a hex-encoded raw transaction. If you are sending coins make sure to create a change address so the change can be returned; any difference between the input values and output values will be taken as the transaction fee.createrawtransaction
above.walletpassphrase
, walletlock
and walletpassphrasechange
. After this command runs, the wallet will shut down.echo
and echojson
is that echojson
has argument conversion enabled in the client-side table in Hydra-cli and the GUI. There is no server-side difference. Here we echo the parameters used to setup a multisig address.echo
and echojson
is that echojson
has argument conversion enabled in the client-side table in Hydra-cli and the GUI. There is no server-side difference. Here we echo the parameters used to setup a multisig address.estimatesmartfee
for better estimates. Estimates the approximate fee per kilobyte needed for a transaction to begin confirmation within nblocks blocks.gethexaddress
to convert a base58 pubkeyhash to a hex address.signrawtransaction
for that.generate 1
to publish waiting transactions in the next block, or generate 600
to initialize a new regtest blockchain.listaddressgroupings
shows the result:addnode
command.getblockchaininfo
commandfromhexaddress
to convert a hex address to base58 pubkeyhash.-getinfo
. The wallet below has 8 peer connections, and is unlocked for a long time ("unlocked until" is Unix epoch time in seconds). Use getpeerinfo
to check computer clock compared to "timeoffset" for other peers in the network.getpeerinfo
to check computer clock "timeoffset" to other peers in the network, not this value from getnetworkinfo
.