
bitcoin-cli
List of commands for bitcoin-cli:
-
bitcoin-cli:tldr:32cd0 bitcoin-cli: Print high-level information about the wallet.$ bitcoin-cli getwalletinfotry on your machineexplain this command
-
bitcoin-cli:tldr:91ace bitcoin-cli: Send a transaction to a given address.$ bitcoin-cli sendtoaddress "${address}" ${amount}try on your machineexplain this command
-
bitcoin-cli:tldr:950e6 bitcoin-cli: Export the wallet information to a text file.$ bitcoin-cli dumpwallet "${filename}"try on your machineexplain this command
-
bitcoin-cli:tldr:9fc40 bitcoin-cli: Generate one or more blocks.$ bitcoin-cli generate ${num_blocks}try on your machineexplain this command
-
bitcoin-cli:tldr:a6342 bitcoin-cli: List all outputs from previous transactions available to fund outgoing transactions.$ bitcoin-cli listunspenttry on your machineexplain this command