Post
Topic
Board Development & Technical Discussion
Re: Create a seed from a selection of words
by
unamic
on 15/06/2023, 19:26:55 UTC
I have understood a little more out there but only bip39 uses a Mnemonic seed? Because many wallets from different manufacturers are often compatible.
Assuming I have a 24 digit Mnemonic, example of the website you linked:
Code:
assault crane thumb neither seminar impulse solve record result cradle room deposit father video enforce mammal give chase despair analyst sorry tooth eyebrow sniff
the seed is out:
Code:
159c926acdc50682281d44a26be623813de155e4f567afc359d2ba7674e4cd9c311fc31e7af5d2c0b673c3a35eba3dd08a3d0097c524e3edee6b2d0acf49e096
Is this the entropy at the same time?

if i now add a 128 digit password:
Code:
^wUa0tw%&ZE$nv45cVd#iFUuamuUqmdYSa*i5&LTz*gv&W7kK9c8zZ$1H@ZzG#Ur0by4ZUE@^nw1gLUXTPKZCe0DtGknW62VrJwSocG3Y!SjOEwXT8ureahEZn8$8^Gr

the seed becomes:
Code:
fc7c9360aec42693cefdd0ad6275f4d9e7644c1f54a48c09f0c5b265cba154e9b249737c683d4c6c3cb79d9e6ee7bf50fd716dec5ed66bbb296fb9648ac46cef

In the hey area the f at the beginning is higher than the 1 so seen like this almost 8 times as strong, or how does this entropy calculate?

Background of my question is simply that I want to create a wallet that is as secure as possible but where also the address looks cool as generated by vanitygen.
If I wanted to create a wallet here now, how could I influence the entropy?
https://github.com/adrijano/Bitcoin-wallet-cracker

Ich könnte mir ja auch mit den Links die du gesendet hast offline eine walleterstellen aber ich kann den Quellcode nicht sehen und es könnte ja anbieter geben die millionen von wallets erstellen und speichern und nur diese erzeugt werden und mit dem anbieter verbunden sind, auch wenn man es offline generiert, wenn es aus vorgenerierten Seeds ist, bringt das ja alles nichts.

I could also use the links you sent to create a wallet offline but I can't see the source code and there could be providers who create and store millions of wallets and only these are generated and connected to the provider, even if you generate it offline, if it's from pre-generated seeds, it's all useless.