Merge pull request #44 from obarat/patch-1

Update 03_2_Knowing_Your_Bitcoin_Setup.md
This commit is contained in:
Shannon Appelcline 2018-07-25 16:14:31 -07:00 committed by GitHub
commit c755530402
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 ==