Replies: 1 comment 1 reply
-
Yes you can use a mnemonic seed phrase to create a Litecoin or Bitcoin wallet with bitcoinlib. passphrase = "lumber model sunny service license typical runway clean shuffle anchor fetch adjust"
w = Wallet.create("wallet_passphrase_import", keys=passphrase, network='bitcoin')
account_ltc1 = w.new_account('Account LTC', network='litecoin')
w.get_key()
w.info() USDT and Ethereum are not supported by bitcoinlib, but I assume they use the same BIP39 mnenomic word list. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use Bitcoin lib to extract Litecoin, Ethereum, and USDT Wallet Address from a mnemonic seed phrase?
Beta Was this translation helpful? Give feedback.
All reactions