Guest User

Untitled

a guest
Jan 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import sys
  2. from pyethapp.accounts import Account
  3.  
  4. if __name__ == '__main__':
  5. path = sys.argv[1]
  6. account = Account.load(path)
  7. print("GIVF ME ALL YOUR SECRET CODEZ:")
  8. account.unlock(raw_input())
  9. print account.privkey.encode('hex')
Add Comment
Please, Sign In to add comment