mirror of https://github.com/CrimsonTome/tldr.git
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
parent
86b0263b5c
commit
d18350312d
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue