mutalisk999 / btc_wallet_dump_tool

dump private key from btc wallet dat file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

btc_wallet_dump_tool

dump private key from btc wallet dat file

module requirement

  • flask

  • pycryptodome

  • ecdsa

https://github.com/warner/python-ecdsa
  • bsddb3
whl for win: https://www.lfd.uci.edu/~gohlke/pythonlibs/

How to Use

  • Use in a flask service
    # Run flask service
    python3 btc_wallet_server.py
  • Use in a command line (strongly recommend)
    python btc_wallet_cmd.py --dat-file=[path of btc wallet data file] --pass=[wallet pass]
    
    # example:
    python btc_wallet_cmd.py --dat-file=C:\\btc_data\\wallet.dat --pass=12345678

About

dump private key from btc wallet dat file

License:MIT License


Languages

Language:Python 100.0%