cypherstack / stack_wallet

Stack Wallet, a multicoin, cryptocurrency wallet
https://stackwallet.com
GNU General Public License v3.0
198 stars 55 forks source link

SLIP39 Seeds #1005

Open sneurlax opened 2 days ago

sneurlax commented 2 days ago

New Trezor devices use 20-word SLIP39 seeds. This is annoying, but after having researched the protocol, I like that you can protect the same wallet with a single-share seed (1-of-1) and seamlessly upgrade your seed to use a set of corresponding keys which allow for M-of-N threshold wallet recovery (the 1-of-1 account, in this case). It's essentially BIP39 + Shamir's Secret Sharing. But of course, I don't want to use it without being able to recover my wallet in Stack Wallet in emergencies, hence this issue. Close if unwanted

detherminal commented 1 day ago

I like SLIP39, but Trezor support should be first IMO.