mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
dumpwallet typo fix
This commit is contained in:
parent
13dc3b70d9
commit
8d8c347100
@ -65,6 +65,7 @@ $ bitcoin-cli importwallet backup.dat
|
|||||||
Sometimes, you might want to actually look at the private keys associated with your Bitcoin addresses. Perhaps you want to be able to sign a message or spend bitcoins from a different machine. Perhaps you just want to back up certain important private keys.
|
Sometimes, you might want to actually look at the private keys associated with your Bitcoin addresses. Perhaps you want to be able to sign a message or spend bitcoins from a different machine. Perhaps you just want to back up certain important private keys.
|
||||||
|
|
||||||
To look at _all_ the keys in your wallet, type `bitcoin-cli ~/dumpwallet mywallet.txt`.
|
To look at _all_ the keys in your wallet, type `bitcoin-cli ~/dumpwallet mywallet.txt`.
|
||||||
|
To look at _all_ the keys in your wallet, type `bitcoin-cli dumpwallet ~/mywallet.txt`.
|
||||||
```
|
```
|
||||||
$ bitcoin-cli dumpwallet ~/mywallet.txt
|
$ bitcoin-cli dumpwallet ~/mywallet.txt
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user