Skip to content

vdamas/cesc-pywallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 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)
  --testnet            use testnet subdirectory and address type
  --cryptoescudo       use cryptoescudo address type 
  --password=PASSWORD  password for the encrypted wallet

How to use with a Cryptoescudo wallet:
  Copy the wallet file to a temp directory and if the name is other than wallet.dat rename it to wallet.dat 
  python pywallet.py --datadir [path to temp directory] --cryptoescudo --dumpwallet

Dependencies:
  bsddb (python 2.7.2 msi includes bsddb by default)

Links:
  http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi

About

Cryptoescudo wallet importer/exporter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%