Releases: Coding-Enthusiast/FinderOuter
Version 0.3.0
New feature added to find missing characters in mini private keys.
Some bug fixes in missing base-58 option
Improved reports
See Changelog for more details.
Version 0.2.0
Replace backend to Bitcoin.Net
library.
Add 2 new features to Missing Base-58 option.
See Changelog for more details.
Version 0.1.2
New feature is added to this release to handle hexadecimal private keys with missing characters. See changelog file for all changes.
Version 0.1.1
Main feature of this release is a special case for finding compressed private keys that have 3 missing characters at unknown locations. See changelog file for more information.
Version 0.1.0 (the initial release)
This is the initial beta release.
This application can run on any OS but this release is only configured to run on a 64-bit Linux operating system because it is strongly recommended that users run this app on a live Linux without network since it deals with private keys. It is a self-contained deployment so it has no dependencies (can run without .net core installed).
If you want to see other releases you can either compile the code yourself or open an issue and request it.
Unzip and run using ./FinderOuter
more info