mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-06 23:46:22 +00:00
Merge pull request #43 from liusy182/patch-1
update a wrong command`bitcoin` to `bitcoind-cli`
This commit is contained in:
commit
4def998265
@ -150,7 +150,7 @@ setaccount "address" "account"
|
||||
settxfee amount
|
||||
signmessage "address" "message"
|
||||
```
|
||||
You can also type `bitcoin help [command]` to get even more extensive info on that command. For example:
|
||||
You can also type `bitcoin-cli help [command]` to get even more extensive info on that command. For example:
|
||||
```
|
||||
$ bitcoin-cli help getmininginfo
|
||||
getmininginfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user