AleZ on Nostr: Messy pills HD Wallets - Mnemonic Seed (BIP 39 standard) From Entropy to Seed 1. ...
Messy pills
HD Wallets - Mnemonic Seed (BIP 39 standard)
From Entropy to Seed
1. Generate Entropy
2. Entropy to Mnemonic
3. Mnemonic to Seed
To create a mnemonic you first of all need to generate entropy, which is our source of randomness.
You can think of entropy is being a very large random number that nobody has ever generated before, or will ever generate in the future. It’s also best to think of this number as a series of bits (e.g. 10011010010001...), which is how computers store numbers.
(The entropy we generate must be a multiple of 32 bits, as that will allow us to split the entropy up in to even chunks and convert to words later on. Furthermore, the entropy should be between 128 and 256 bits, as that’s enough to make it impossible for two people to generate the same entropy)
Entropy: 11111011100010110101111111111001101010001001101110000010010100010110101011011111100000101111000100101101100010111100101101111101 💊
Published at
2023-03-06 20:41:18Event JSON
{
"id": "b6485feec348df7ce9980c732c311fce091e2a29233f340c318c8bead1faa470",
"pubkey": "16379b0f254b35517eefbd0bde3d628d938301c8f9ccaf1265969a97db4fc118",
"created_at": 1678135278,
"kind": 1,
"tags": [],
"content": " Messy pills \nHD Wallets - Mnemonic Seed (BIP 39 standard)\n\nFrom Entropy to Seed\n\n1.\tGenerate Entropy\n2.\tEntropy to Mnemonic\n3.\tMnemonic to Seed\n\nTo create a mnemonic you first of all need to generate entropy, which is our source of randomness.\nYou can think of entropy is being a very large random number that nobody has ever generated before, or will ever generate in the future. It’s also best to think of this number as a series of bits (e.g. 10011010010001...), which is how computers store numbers.\n(The entropy we generate must be a multiple of 32 bits, as that will allow us to split the entropy up in to even chunks and convert to words later on. Furthermore, the entropy should be between 128 and 256 bits, as that’s enough to make it impossible for two people to generate the same entropy)\nEntropy: 11111011100010110101111111111001101010001001101110000010010100010110101011011111100000101111000100101101100010111100101101111101 💊",
"sig": "38cbba16642d501fc58e5138e6e50459939e49244ca09a3d58f56c887825251a688c8a2b4978c870258d91d5bc655fbe5184c1a08f476605ef173a9916950a7e"
}