forked from madacol/btcrecover
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Usability fixes (Added coin argument, added derivation path files and…
… removed TK dependancey) *Added derivation paths files to all supported files (And unit tests to match) *Added "--coin" argument to easily specify operation with altcoins *Added better error messages and checks to allow seedrecover to run on systems without tk. *Improved default search phases for seed recovery to include 2 "big typos" (so a swapped word)
- Loading branch information
1 parent
cceb12a
commit f7b2d15
Showing
9 changed files
with
282 additions
and
99 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
m/44'/5'/0'/0 #Default BIP44 P2PKH |
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,3 @@ | ||
m/44'/20'/0'/0 #BIP44 (Legacy) | ||
m/49'/20'/0'/0 #BIP49 (Segwit) | ||
m/84'/20'/0'/0 #BIP84 (Native Segwit) |
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 @@ | ||
m/44'/3'/0'/0 #BIP44 (Legacy) |
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,3 @@ | ||
m/44'/17'/0'/0 #BIP44 (Legacy) | ||
m/49'/17'/0'/0 #BIP49 (Segwit) | ||
m/84'/17'/0'/0 #BIP84 (Native Segwit) |
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,3 @@ | ||
m/44'/22'/0'/0 #BIP44 (Legacy) | ||
m/49'/22'/0'/0 #BIP49 (Segwit) | ||
m/84'/22'/0'/0 #BIP84 (Native Segwit) |
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,3 @@ | ||
m/44'/28'/0'/0 #BIP44 (Legacy) | ||
m/49'/28'/0'/0 #BIP49 (Segwit) | ||
m/84'/28'/0'/0 #BIP84 (Native Segwit) |
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 @@ | ||
m/44'/144'/0'/0 #BIP44 (Legacy) |