bitcoin-cli: edit page (#13298)

Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Fazle Arefin
2024-07-26 04:27:55 +10:00
committed by GitHub
parent 86b0263b5c
commit d18350312d

View File

@@ -1,6 +1,6 @@
# bitcoin-cli # bitcoin-cli
> Command-line client to interact with the Bitcoin daemon via RPC calls. > Command-line client to interact with the Bitcoin Core daemon via RPC calls.
> Uses the configuration defined in `bitcoin.conf`. > Uses the configuration defined in `bitcoin.conf`.
> More information: <https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments>. > More information: <https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments>.
@@ -23,3 +23,15 @@
- Export the wallet information to a text file: - Export the wallet information to a text file:
`bitcoin-cli dumpwallet "{{path/to/file}}"` `bitcoin-cli dumpwallet "{{path/to/file}}"`
- Get blockchain information:
`bitcoin-cli getblockchaininfo`
- Get network information:
`bitcoin-cli getnetworkinfo`
- Stop the Bitcoin Core daemon:
`bitcoin-cli stop`