vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.3k stars 861 forks source link

can't replicate electrum behaviour #43

Closed avances123 closed 10 years ago

avances123 commented 10 years ago

I create seed as

seed = sha256("my 12 word list")[:32]
print electrum_mpk(seed)

And it doesn't match my master public key in electrum gui. I got the sha256[:32] method from random_electrum_seed method.

vbuterin commented 10 years ago

Is there still a problem?

On Thu, Oct 2, 2014 at 12:56 PM, Fabio Rueda notifications@github.com wrote:

Closed #43 https://github.com/vbuterin/pybitcointools/issues/43.

— Reply to this email directly or view it on GitHub https://github.com/vbuterin/pybitcointools/issues/43#event-173364444.

avances123 commented 10 years ago

Not sure then I closed. I read about seed versions. Mine is 4. Will inform and reopen when sure.