Metadata-Version: 2.0
Name: restore-tool
Version: 1.0.3
Summary: A simple tool to reconcile difference between backup and restore
Home-page: UNKNOWN
Author: David Yu
Author-email: david.yu@blockchaintech.net.au
License: UNKNOWN
Keywords: wallet restore reconcile
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click
Requires-Dist: python-bitcoinrpc

# Build Process
  - Run restore.py to run the script to reconcile the difference between local database and wallet.dat
  - First parameter should be path to addresses missed csv file
  - Second parameter should be rpc-user, Third parameter should be rpc-password'\
`` python3 restore.py /home/david/Desktop/node_1/lost_addr.csv bitcoin-rpc PaSS ``


