shamir39 icon indicating copy to clipboard operation
shamir39 copied to clipboard

Shamir 39 Tool: Add option to use satoshilabs word list?

Open seachem opened this issue 5 years ago • 1 comments

I was experimenting with inputing the Shamir shares (20 word list) produced by Trezor into your tool however there is a word not used ("academic") in your tool that they use. Would it be possible to add an option/switch to use their wordlist to reconstruct shares in the combine list? Their list is located at https://github.com/satoshilabs/slips/blob/master/slip-0039/wordlist.txt

This would be helpful as an escape hatch to restore a wallet in case Trezor/satoshilabs ever disappears.

seachem avatar Apr 14 '21 16:04 seachem

Bip39/shamir39 use 2048 word list (11 bit per word), but slip39 use 1024 (10 bit per word). Therefore it is no way just replace word list.

Ratio2 avatar May 24 '21 08:05 Ratio2