Skip to content

Releases: FahsSani/Roll2Mnemonic

Roll2Mnemonic v2.2

23 Apr 21:08
Compare
Choose a tag to compare

Code Refinement: Conducted code updates and optimizations to enhance the script's performance.
BIP85 Generator: Generate BIP85 Child Keys from your own Mnemonic Seed Phrase or using seeds generated with the tools above, then specify the numbers of words and number of Child Keys using the index number.

Roll2Mnemonic v2.0

30 Sep 16:18
d03e133
Compare
Choose a tag to compare
  1. Enhanced User Interface: Implemented a user-friendly interface to streamline navigation and improve overall user experience.
  2. Bitcoin Testnet Integration
  3. Entropy Enhancement:
    • Dice-based Entropy: Employed a 1,000-sided dice roll, repeated 10,000 times for each binary number, then choosing one at random from the list.
    • Hexadecimal-based Entropy: Users can now input a value between 10,000 and 10,000,000 to generate a Hex entropy list, then choosing one at random, with detailed visibility into the generated entropy.
  4. Bitcoin Public Key: View/hide public keys easily by toggling the visibility of Bitcoin public keys.
  5. QR Code Generation: Implemented a QR code generator to simplify the sharing of Bitcoin addresses or other relevant data, improving convenience for users.
  6. Code Refinement: Conducted code updates and optimizations to enhance the script's performance.

Initial Release v1.0

13 Sep 11:27
f0d980e
Compare
Choose a tag to compare

Initial Release