Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdIteration committed Dec 11, 2020
1 parent f0a9f5d commit 43262b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

By default, seedrecover.py will check common Bitcoin derivation paths for BIP39 wallets and common Ethereum derivation paths for Ethereum wallets.

If you are trying to use BTCRecover with a supported altcoin, you will need to specify that in the command line via the --coin argument. (eg: seedrecover.py --coin LTC)
If you are trying to use BTCRecover with a supported altcoin, you will need to specify that in the command line via the --coin argument (eg: seedrecover.py --coin LTC) and select that you are trying to recover a standard BIP39/44 wallet. (Or specify --wallet-type BIP39 if running entirely from the command-line)

[You can click here to view a list of the cryptos that are supported via the --coin argument, along with the derivation paths they check.](common-derivation-pathlists)

Expand Down

0 comments on commit 43262b5

Please sign in to comment.