Forrest logo
back to context overview

bitcoin-cli

List of commands for bitcoin-cli:

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