1200wd / bitcoinlib

Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
http://bitcoinlib.readthedocs.io/
GNU General Public License v3.0
615 stars 204 forks source link

Export Private key? #242

Closed dvvvsh closed 2 years ago

dvvvsh commented 2 years ago

I'm very much a newb at this and for the life of me I can't figure out how to export a private key that I imported. I used the command line wallet (to import but when attempting to export I can't figure that out. Thanks in advance!

mccwdev commented 2 years ago

The private key can be found in the Wallet.main_key attribute