2021-03-18 11:00:36 +01:00
|
|
|
#Version 0.1.20210311 K*BSGS
|
|
|
|
- Added mode rmd160, this method works two times faster than Address method. This mode can search all the altcoins
|
|
|
|
|
|
|
|
|
2021-03-11 07:18:40 +01:00
|
|
|
#Version 0.1.20210311 K*BSGS
|
|
|
|
- Solved some bug when the publickeys in the input file was invalid but the program keeps running with 0 publickeys
|
|
|
|
- Now publickeys can be compressed, not only uncompressed
|
|
|
|
|
2021-03-06 19:36:24 +01:00
|
|
|
#Version 0.1.20210306 K*BSGS
|
|
|
|
- Added K factor for BSGS
|
|
|
|
- Added bPfile.c to generate a precalculated file
|
|
|
|
- Remove unused files about keccak and sha3
|
2021-03-10 08:19:15 +01:00
|
|
|
- Change Bloom filter limits and % of error from 0.001 to 0.00001 in bloomfilter.
|
2021-03-06 19:36:24 +01:00
|
|
|
|
2021-01-27 02:07:17 +01:00
|
|
|
#Version 0.1.20210112 BSGS
|
|
|
|
- Added mode BSGS this work with a file with uncompressed keys
|
|
|
|
- Updated bloom filter to allow More items
|
|
|
|
|
|
|
|
|
2020-12-29 10:10:14 +01:00
|
|
|
#Version 0.1.20201228
|
2020-12-29 04:50:03 +01:00
|
|
|
- Change Quicksort to Introsort, this solve some edge cases of quicksort.
|
|
|
|
- Introsort is avaible to keyhunt and hexcharstoraw. worst case. O(N log N).
|
2020-12-29 09:04:14 +01:00
|
|
|
- Aling of some output text
|
2020-12-29 04:50:03 +01:00
|
|
|
|
2021-01-27 02:07:17 +01:00
|
|
|
#Version 0.1.20201223
|
2020-12-23 08:52:12 +01:00
|
|
|
- Added new tool hexcharstoraw to create a raw binary file for xpoint from a text-hexadecimal file
|
|
|
|
- Added option -w to work with raw binary file, this file contains xpoint in binary format fixed to 32 bytes
|
|
|
|
|
2021-01-27 02:07:17 +01:00
|
|
|
#Version 0.1.20201222
|
2020-12-22 07:38:38 +01:00
|
|
|
- Fixed some ugly bug in the searchbinary function thanks to Ujang
|
2020-12-22 07:35:16 +01:00
|
|
|
- Added to stdout the vanitykeys found with -v option
|
|
|
|
|
2021-01-27 02:07:17 +01:00
|
|
|
#Version 0.1.20201221
|
2020-12-21 16:51:44 +01:00
|
|
|
- Fixed search by xpoint.
|
|
|
|
- Added -e option to skip the sort process whe the file is already sorted.
|
|
|
|
- Fixed debugcount when upto N is less than debugcount.
|
|
|
|
- Changed "-R upto" to "-R" and added "-n upto" option.
|
|
|
|
|
2021-01-27 02:07:17 +01:00
|
|
|
#Version 0.1.20201218
|
2020-12-21 16:51:44 +01:00
|
|
|
- Minor bugs fixed.
|
|
|
|
|
2021-01-27 02:07:17 +01:00
|
|
|
#Version 0.1.20201217
|
2020-12-21 16:51:44 +01:00
|
|
|
- First Realease
|
|
|
|
- Thanks to all CryptoHunters to make this code possible
|