bitcoin-cli: edit page (#13298)

Co-authored-by: spageektti <git@spageektti.cc>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/28/head
Fazle Arefin 2024-07-26 04:27:55 +10:00 committed by GitHub
parent 86b0263b5c
commit d18350312d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 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`.
> More information: <https://en.bitcoin.it/wiki/Running_Bitcoin#Command-line_arguments>.
@ -23,3 +23,15 @@
- Export the wallet information to a text 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`