Update 03_2_Knowing_Your_Bitcoin_Setup.md

This commit is contained in:
obarat 2018-07-01 20:07:48 -04:00 committed by GitHub
parent 13dc3b70d9
commit 65893f2bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ You shouldn't mess with most of these files and directories — particularly not
## Know Your Bitcoin-cli Commands ## Know Your Bitcoin-cli Commands
Most of your early work will be done with the `bitcoin-cli` command, which offers an easy interface to `bitcoind`. If you ever want more information on its usage, just run it with the `help` argument. Without any other arguments, it shows you ever possible command: Most of your early work will be done with the `bitcoin-cli` command, which offers an easy interface to `bitcoind`. If you ever want more information on its usage, just run it with the `help` argument. Without any other arguments, it shows you every possible command:
``` ```
$ bitcoin-cli help $ bitcoin-cli help
== Blockchain == == Blockchain ==