Skip to content

Bitcoin wallet importer/exporter (original)

Notifications You must be signed in to change notification settings

3rdIteration/pywallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage: pywallet.py [options]

Options:
  --version                 show program's version number and exit
  -h, --help                show this help message and exit
  --dumpwallet              dump wallet in json format
  --importprivkey KEY       import private key from vanitygen
  --datadir DATADIR         wallet directory (defaults to bitcoin default)
  --walletfile FILENAME     use custom wallet file name. (defaults to wallet.dat)
  --testnet                 use testnet subdirectory and address type
  --password PASSWORD       password for the encrypted wallet

Dependencies:
  Python3
  bsddb (Can be installed via PIP, via APT (sudo apt install python3-bsddb3) or manual whl file download required for Windows)

Links:
  Windows whl file download: https://www.lfd.uci.edu/~gohlke/pythonlibs/#bsddb3

Example Usage (With bundled wallet files from BTCRecover)

python pywallet.py --datadir ./test-wallets --walletfile bitcoincore-0.20.1-wallet.dat --password btcr-test-password --dumpwallet

About

Bitcoin wallet importer/exporter (original)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%