-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

bitcoin-cli


> Command-line client to interact with the Bitcoin daemon via RPC calls.

> Uses the configuration defined in `bitcoin.conf`.

More information.


Send a transaction to a given address:

bitcoin-cli sendtoaddress "{address}" {amount}

Generate one or more blocks:

bitcoin-cli generate {num_blocks}

Print high-level information about the wallet:

bitcoin-cli getwalletinfo

List all outputs from previous transactions available to fund outgoing transactions:

bitcoin-cli listunspent

Export the wallet information to a text file:

bitcoin-cli dumpwallet "{path/to/file}"


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:15:16 2024