1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`