Bitcoin Forum

Bitcoin => Electrum => Topic started by: Kryptowerk on October 13, 2017, 12:36:24 PM



Title: private key to mnemotic seed wordlist (electrum compatible)
Post by: Kryptowerk on October 13, 2017, 12:36:24 PM
Hi decrypt experts,

my goal is to generate a seed for Elctrum that contains a private key that is already known.
So is there any way, if you have ONE private key, to find a seed for electrum that contains this one specific private key?

Thank you,
Kryptowerk


Title: Re: private key to mnemotic seed wordlist (electrum compatible)
Post by: AtheistAKASaneBrain on October 13, 2017, 12:40:50 PM
Hi decrypt experts,

my goal is to generate a seed for Elctrum that contains a private key that is already known.
So is there any way, if you have ONE private key, to find a seed for electrum that contains this one specific private key?

Thank you,
Kryptowerk

I don't think so, otherwise people would be able to steal your money.

Just create a new empty wallet, and TRANSACT your coins from wallet A to wallet B. Always avoid exporting private keys, seeds or anything that could compromise your money. So simply transact the coins after the fork (I assume this is due the fork) to another wallet, then export these keys, then dump segwit2x or whatever.


Title: Re: private key to mnemotic seed wordlist (electrum compatible)
Post by: LoyceV on October 13, 2017, 12:44:10 PM
my goal is to generate a seed for Elctrum that contains a private key that is already known.
You'll need a brute-force attack. With 2048 (https://github.com/spesmilo/electrum/blob/master/lib/wordlist/english.txt) possible words, and 12 words in total, that gives roughly 5*1039 possibilities. You won't find it.
As far as I know, having 1 derived private key doesn't help you find back the word seed, it wouldn't be as secure if that would be possible.


Title: Re: private key to mnemotic seed wordlist (electrum compatible)
Post by: Kryptowerk on October 13, 2017, 01:30:26 PM
my goal is to generate a seed for Elctrum that contains a private key that is already known.
You'll need a brute-force attack. With 2048 (https://github.com/spesmilo/electrum/blob/master/lib/wordlist/english.txt) possible words, and 12 words in total, that gives roughly 5*1039 possibilities. You won't find it.
As far as I know, having 1 derived private key doesn't help you find back the word seed, it wouldn't be as secure if that would be possible.

Alright, thanks guys. The reason I was asking: I have a physical bitcoin I would like to use as cold storage and it would be nice to memorize the priv key. However i realised it would be probably much easier to just momorize the seed such as used for Electrum.


Title: Re: private key to mnemotic seed wordlist (electrum compatible)
Post by: LoyceV on October 13, 2017, 03:13:49 PM
I have a physical bitcoin I would like to use as cold storage and it would be nice to memorize the priv key.
I assume a physical Bitcoin has a random private key, instead of derived from a seed. So this wouldn't work anyway.


Title: Re: private key to mnemotic seed wordlist (electrum compatible)
Post by: salihno71 on October 25, 2017, 01:07:27 PM
However i realised it would be probably much easier to just momorize the seed such as used for Electrum.

With memorizing anything, just bare in mind one thing: life can go in unpredictable ways and there is always a possibility that you might forget a word from the seed. It's safer to keep it stored somewhere safe, preferably on more than one place.