Commit Graph

25 Commits

Author SHA1 Message Date
Dwerg 097947cde2
Gets private (Z address) private keys. 2018-03-05 01:30:05 +01:00
Dwerg 4405469497
Update README.md 2018-03-05 01:28:21 +01:00
Dwerg 7df98918e8
Delete config.ini 2018-03-05 01:27:10 +01:00
Dwerg fe840a83e6
Minor GUI fixes 2018-02-26 03:23:59 +01:00
Dwerg 03a1910992
Edited to reflect addition of GUI 2018-02-25 06:06:19 +01:00
Dwerg cf0fb22753
Update README.md 2018-02-25 06:05:16 +01:00
Dwerg 9978783f16
Readme updated to reflect addition of GUI. 2018-02-25 06:03:05 +01:00
Dwerg 6435d6e895
Added simple GUI + multiple keys search
Added a simple Tkinter GUI. Search function now takes input from a text box that accept multiple addresses.
Modified bat to close after execution, still displays error if Python is not found.
2018-02-25 06:00:12 +01:00
Dwerg 2376dc784b
Checks if wallet.dat and config.ini is in folder
Checks if wallet.dat and config.ini is in same folder as the script.
Small update to the bat file that tries 3 ways of running the script.
2018-02-21 15:39:57 +01:00
Dwerg 9e94022af5
More detailed comments
Add a few comments to avoid confusion to users.
2018-02-06 15:33:10 +01:00
Dwerg 12621aae9e
Added simple Python install check
Now tries to run the "python" command first, if it fails it tries default install path "C:\python27\python.exe".
Returns "Check Python install" if those 2 fail.
2018-02-06 13:41:02 +01:00
Dwerg aa4cb344b8
Added simple python install check
Now tries to run the "python" command first, if it fails it tries default install path "C:\python27\python.exe".
Returns "Check Python install" if those 2 fail.
2018-02-06 13:32:22 +01:00
Dwerg ebc6db30b5
Update config.ini 2018-02-06 13:04:08 +01:00
Dwerg b8d1bf4b5b
Added garlicoin 2018-01-23 01:09:41 +01:00
Dwerg eddb18b6da
Faster loading, slower search.
Hashing keys into addresses is now done when searching for a key or dumping everything. Thus loading the wallet is fast.
2018-01-23 01:07:51 +01:00
Dwerg 6a1674fe7e
Fixed text 2018-01-12 05:56:35 +01:00
Dwerg 2987477cc8
Merge pull request #1 from Dwerg/search-functions
Search functions
2018-01-12 03:12:21 +01:00
Dwerg b71f1b8358
Update README.md
Changed to inform about search function.
2018-01-12 03:03:50 +01:00
Dwerg 2d121d4888
Added specific search function
Now prompts user for which address to print the private key for and returns that single key if found.
Also puts that one address and key in foundkeys.txt.
2018-01-12 02:58:59 +01:00
Dwerg 10f12b9685
Update walletaid.py 2018-01-11 17:20:42 +00:00
Dwerg fdb8ce67b8
Update walletaid.py 2018-01-11 17:18:58 +00:00
Dwerg ea7491b5e2
Update README.md 2018-01-09 09:58:35 +01:00
Dwerg fc513fa543
Add files via upload 2018-01-09 09:45:51 +01:00
Dwerg 26e4c9389c
Add files via upload 2018-01-09 09:19:09 +01:00
Dwerg 7f60a3ed2e
Initial commit 2018-01-09 09:16:37 +01:00