Author

Topic: 0.05 Bounty - Python Script to Check Electrum (Read 436 times)

legendary
Activity: 1302
Merit: 1008
Core dev leaves me neg feedback #abuse #political
I think i basically I have it figured out  (with a bit of help from Dabura)... will have a solution posted in the electrum section soon!

legendary
Activity: 1302
Merit: 1008
Core dev leaves me neg feedback #abuse #political
What I want:

A stand-alone python script that can call
into the Electrum libraries. 

Input should be the secret seed.

Output should be the electrum master public key,
master private key, and the list of
first 100 addresses with their respective
pub and private keys.

Why I want this:  I want to be able to verify
for myself the operation of the brain wallet
I rely on.

I could code it myself but it would take
me a lot of time to get up to speed on the codebase,
and my time is better spent on other activities. 
I started looking at it, and its fun but its taking
me too long and I need to get back to my other endeavors.

I plan to release the code publicly for the benefit of all.

This script should be something I can drop into the
Electrum/lib folder and simply import bitcoin,account, wallet,
 
If there are other libraries I need to include with pip (ecdsa)
or simply standalone (aes.py), that is fine.

Only the first accurate submission wins the bounty.







Jump to: