You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Be paranoid and xor together a couple different random generators instead of just using one. Likely an unnecessarily paranoid step but can't hurt either.
- Output a private key for a bitcoin HD wallet instead of a single private key in WIF format.
- Add --scrypt parameter to use scrypt instead of PBKDF2 in BIP39 key derivation.
1.0.1
------
- Fix an issue where seeds that would generate private keys with trailing zeroes generate the wrong private keys, see https://gitlab.com/standard-mining/wallet-gen/-/issues/1
This was a bug in a dependency and we fixed it by moving to a different dependency library.