-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v 0.10.0, derivation path as a range
- Loading branch information
PawelGorny
committed
Feb 22, 2021
1 parent
61d3b29
commit 159d425
Showing
6 changed files
with
106 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,9 +92,22 @@ Configuration file example (seed with 6 words, one word unknown, known possible | |
pitch | ||
hill | ||
|
||
|
||
</ol> | ||
|
||
It is possible to specify the derivation path as a range. For example "m/0/0-4" if you want to launch search on the first five addresses or "m/0/1-2'" if you want to search second and third hardened addresses. | ||
Example of search with a range: | ||
|
||
ONE_UNKNOWN | ||
bc1qg3m687gpwljqnzja233sf99aex79cmwr5ewhxh | ||
6 | ||
brother | ||
canal | ||
remove | ||
pitch | ||
hill | ||
m/0/2-7' | ||
|
||
|
||
Contact | ||
------- | ||
Contact email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
ONE_UNKNOWN | ||
#all together - hardened P2WPKH, 4th address the path | ||
bc1qg3m687gpwljqnzja233sf99aex79cmwr5ewhxh, P2WPKH | ||
#all together - hardened P2WPKH, 4th address of the path, search in range | ||
bc1qg3m687gpwljqnzja233sf99aex79cmwr5ewhxh | ||
6 | ||
brother | ||
canal | ||
remove | ||
pitch | ||
hill | ||
m/0/3' | ||
m/0/2-7' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#example with BIP84 | ||
ONE_UNKNOWN | ||
bc1qd4fe8fdkm666sl3nnx88rd8wugl07lft8mfhjs | ||
24 | ||
twelve | ||
early | ||
treat | ||
random | ||
theme | ||
belt | ||
display | ||
impulse | ||
rookie | ||
dignity | ||
real | ||
wedding | ||
dose | ||
situate | ||
leisure | ||
idle | ||
river | ||
knife | ||
december | ||
betray | ||
economy | ||
cloth | ||
mad | ||
m/84'/0'/0'/0/0-6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters