Merge #160: Fix keypool refill instructions in docs
483b589Fix keypool refill instructions in docs (Jonas Nick) Pull request description: The current instructions both give the same results, so I presume the first should be non-internal. ACKs for commit 483b58: achow101: ACK483b589eebTree-SHA512: 0c01de587c86e7b1df3e8781f83dab8f906ed0f89864f33f83992e0f724ceb3216e4aeee21a1d00c1ef74021c4975b823b0f20fe13b6ef7c0c6c2b61da5f9d8d
This commit is contained in:
commit
892b552bb3
@ -286,7 +286,7 @@ e51392c82e13bbfe714c73361aff14ac1a1637abf37587a562844ae5a4265adf
|
||||
When the keypools run out, they can be refilled by using the `getkeypool` commands as done in the beginning, but with different starting and ending indexes. For example, to refill my keypools, I would use the following `getkeypool` commands:
|
||||
|
||||
```
|
||||
$ ./hwi.py -f 8038ecd9 getkeypool --wpkh --keypool --internal 1000 2000
|
||||
$ ./hwi.py -f 8038ecd9 getkeypool --wpkh --keypool 1000 2000
|
||||
$ ./hwi.py -f 8038ecd9 getkeypool --wpkh --keypool --internal 1000 2000
|
||||
```
|
||||
The output can be imported with `importmulti` as shown in the Setup steps.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user