I hereby claim:
- I am justinpobrien on github.
- I am justinpobrien (https://keybase.io/justinpobrien) on keybase.
- I have a public key ASAvX0Z3LbUVwHMFq-45imqdSJ-GKa6NZ7aHYO3Qw-GorQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
from bitmerchant.wallet import Wallet | |
from mnemonic import Mnemonic | |
# put in whatever Trezor generates for you here (or backup from this empty/insecure one as a test) | |
mnemonic = 'clean health food open blood network differ female lion eagle rough upon update zone antique defense venture uncover mobile charge actress film vocal enough' | |
passphrase = '' # empty string or whatever you actually choose | |
path = "m/44'/0'/0'/0/0" # whatever shows up on the UI for that account (everything will start with m/44'/0' since it's bip44) | |
child = Wallet.from_master_secret(Mnemonic('english').to_seed(mnemonic, passphrase)).get_child_for_path(path) | |
child.to_address() # '18K9axbPpwqZgngB58nuwsYevL2z6ey4YG' (confirm this matches what Trezor is showing you) |
Verifying that +justinpobrien is my openname (Bitcoin username). https://onename.com/justinpobrien |