Post
Topic
Board Development & Technical Discussion
Re: BIP 32 questions
by
Abdussamad
on 07/03/2015, 17:44:13 UTC
Another way to convert your custom string into an electrum wallet is to do a sha256sum md5sum of it. If you are on a nix system:

Code:
echo -n "some string"|md5sum

It will output a hexadecimal number. Then run electrum, select restore from seed and paste in the hex to create a wallet.

edit: 64 hex digits from sha256sum doesn't work in the latest version of electrum. It will only work if you have 32 hex digits i.e. an md5sum.