from mnemonic import Mnemonic
mnemo = Mnemonic("english")
data = bytes.fromhex("0db59247dfa48d61e5809337423e5371")
mnemo.to_mnemonic(data)
4. Which resulted in this mnemonic seed
asset prosper music satisfy emotion rail noodle bar dance ball network tiny
When restoring the Trezor with the seed list it doesn't result in the same wallet. There's a chance I'm using the master secret incorrectly, in which case I would appreciate if you could guide me.
Thanks,
Noam.
2 I used the
shamir recover
to acquire the master secret, which resulted in the following master secretdata = bytes.fromhex("0db59247dfa48d61e5809337423e5371") mnemo.to_mnemonic(data)
asset prosper music satisfy emotion rail noodle bar dance ball network tiny