'24 Word Mnemonic Seed Phrase for Ledger Nano S usable on Trezor?
Can I use my 24-word mnemonic backup seed phrase that was created on my Ledger Nano S on other devices that use a 24-word seed phrase? An example would be the Trezor hardware wallet.
Solution 1:[1]
There shouldn't be any problem to use same 24 word passphrase on any Wallet, actually 24 words seed phrase is BIP39 mnemonic.
BIP39 seed phrase can be used to regenerate the private key of your wallet , private key can generate the public key and public key is used to generate ethreum address. So this feature is not specific to any wallet(ledger or trezor), it is the property of BIP39 mnemonic to encode the private key of your wallet. That's why you should keep your mnemonic pass phrase secretly .
For further information you can access the link :- https://silentcicero.gitbooks.io/pro-tips-for-ethereum-wallet-management/content/ethereum-wallet-basics/using-seed-phrases-to-create-ethereum-accounts.html
There is an online tool which you can use to regenerate all the information of your wallet using the seed phrase:-https://iancoleman.io/bip39/
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | vineet pant |
