Pavol Rusnak
Pavol Rusnak
> Hardware Wallet: Trezor model one Firmware version 1.10.3 @Einoow the issue has been fixed in Metamask 10.8.0 but you need to update your firmware to version 1.10.4
Unfortunately, this is a very poor choice from a user experience perspective. It defeats the only reason the recovery seeds exist in the first place - to allow recovery to...
> Once the Android app has migrated and uses the same new engine as the iOS app, the same seed will generate the same wallet on both environment and channels...
Thanks for your explanation! @dpad85
There is a lot of code reuse, you can refactor it like this to avoid the code reuse: ``` python d = os.path.join(os.path.dirname(__file__), f"wordlist/{language}.txt") if not(os.path.exists(d) and os.path.isfile(d)): d =...
You should set `self.language` to `None` if custom wordlist is provided.
@HashEngineering looking forward to see the results. Not having a mnemonic backup is the only thing blocking me from using this wallet.
Current method requires a digital storage of the backup. I want to write the backup down on paper (by hand) on a piece of paper (non-digital backup). It's really a...
Is birthdate really so important? I mean, if you create a wallet now, it will probably save you same cycles but only for short period of time (as blockchain grows...
Please don't. I think it's better to encode this as YYYYMM or YYYYWW than introducing something non standard. I am working on a new standard which can encode this, though.