2023-05-19 15:20:07 -06:00
|
|
|
# Version 0.2.230519 Satoshi Quest
|
|
|
|
- Speed x2 in BSGS mode for main version
|
|
|
|
|
2023-05-07 14:22:21 -06:00
|
|
|
# Version 0.2.230507 Satoshi Quest
|
|
|
|
- fixed some variables names
|
|
|
|
- fixed bug in addvanity (realloc problem with dirty memory)
|
|
|
|
- Added option -6 to skip SHA256 checksum when you read the files (Improved startup process)
|
2023-05-15 19:21:59 -06:00
|
|
|
- Added warning when you Endomorphism and BSGS, THEY DON'T WORK together!
|
|
|
|
- Legacy version for ARM processor and other systems
|
2023-05-19 15:20:07 -06:00
|
|
|
- remove pub2rmd
|
2023-05-07 14:22:21 -06:00
|
|
|
|
2023-04-30 15:10:12 -06:00
|
|
|
# Version 0.2.230430 Satoshi Quest
|
|
|
|
- fixed typos in README
|
|
|
|
- Speed counter fixed for Compress search without endomorphism check https://github.com/albertobsd/keyhunt/tree/development#Speeds
|
|
|
|
|
2023-04-28 14:49:56 -06:00
|
|
|
# Version 0.2.230428 Satoshi Quest
|
|
|
|
- Merge of address and rmd160 speeds
|
|
|
|
- Added option for endomorphism
|
|
|
|
- Added SAVE bloom filter and table option for adddress, rmd160, minikeys and xpoint
|
|
|
|
- Improved Makefile options
|
2023-04-30 15:10:12 -06:00
|
|
|
- Updated random function to use the Linux RNG with the function getrandom
|
2023-04-28 14:49:56 -06:00
|
|
|
|
|
|
|
# Version 0.2.211117 SSE Trick or treat ¡Beta!
|
2021-11-17 18:35:52 +01:00
|
|
|
- Minikeys new sequential generator and x2 times more speed
|
|
|
|
- third bloom filter check for bsgs 20% less memory usage
|
|
|
|
|
2021-10-31 12:30:08 +01:00
|
|
|
# Version 0.2.211031 Trick or treat ¡Beta!
|
|
|
|
- Minikeys improvements in speed
|
|
|
|
- Test to try solve the https://github.com/albertobsd/keyhunt/issues/139 issue
|
|
|
|
|
|
|
|
# Version 0.2.211026 Chocolate ¡Beta!
|
|
|
|
- Solved https://github.com/albertobsd/keyhunt/issues/130
|
|
|
|
- Minikeys new generator improvements in speed
|
|
|
|
|
|
|
|
# Version 0.2.211024 Chocolate ¡Beta!
|
2021-10-25 19:38:06 +02:00
|
|
|
- Ethereum support
|
|
|
|
- Double speed for rmd160 mode
|
|
|
|
- Minikeys mode support
|
|
|
|
- Stride option
|
|
|
|
|
2021-10-21 21:05:13 +02:00
|
|
|
# Version 0.2.211018 Chocolate ¡Beta!
|
|
|
|
- Solved some bugs: https://github.com/albertobsd/keyhunt/issues/122 https://github.com/albertobsd/keyhunt/issues/111
|
|
|
|
- Files are going to be updated automatillyca
|
|
|
|
-- from keyhunt_bsgs_3_*.blm to keyhunt_bsgs_4*.blm
|
|
|
|
-- from keyhunt_bsgs_1_*.blm to keyhunt_bsgs_5*.blm
|
|
|
|
-- the program will notify you when time to delete the old files
|
|
|
|
|
2021-10-13 20:27:51 +02:00
|
|
|
# Version 0.2.211012 Chocolate ¡Beta!
|
|
|
|
- Fixed the slow bP table generation.
|
|
|
|
-- This fix make obsolete the files keyhunt_bsgs_0_*.blm
|
|
|
|
-- please delete those files, please do:
|
|
|
|
|
|
|
|
```
|
|
|
|
rm keyhunt_bsgs_0_*.blm
|
|
|
|
```
|
|
|
|
|
|
|
|
- Added multi vanitysearch for address mode
|
|
|
|
|
|
|
|
|
2021-10-11 07:09:41 +02:00
|
|
|
# Version 0.2.211007 Chocolate ¡Beta!
|
|
|
|
- BSGS improvements:
|
|
|
|
-- 10x more Speed
|
|
|
|
-- new submodes for BSGS, secuential (default), backward, both, random and dance
|
|
|
|
-- automatic file generation for bloom filter file and bPtable file.
|
|
|
|
-- Good bye to bPfile.
|
|
|
|
- Memory check periodically for bloom filters and bP Table
|
|
|
|
|
2021-04-20 17:22:04 +02:00
|
|
|
# Version 0.1.20210420 secp256k1
|
2021-04-16 15:55:28 +02:00
|
|
|
- Solved Issues 49, 50 51
|
|
|
|
See:
|
|
|
|
https://github.com/albertobsd/keyhunt/issues/51
|
|
|
|
https://github.com/albertobsd/keyhunt/issues/50
|
|
|
|
https://github.com/albertobsd/keyhunt/issues/49
|
2021-04-20 17:22:04 +02:00
|
|
|
- Solved Issues 56 https://github.com/albertobsd/keyhunt/issues/56
|
|
|
|
- Added mutex to the bloom filter for multithread writing
|
2021-04-16 15:55:28 +02:00
|
|
|
|
2021-04-15 05:06:19 +02:00
|
|
|
# Version 0.1.20210412 secp256k1
|
|
|
|
- Full migration from libgmp to secp256k1
|
|
|
|
- Change the way for keygeneration for modes xpoint, address, and rmd160
|
|
|
|
- Improve performance for xpoint mode, now is ten times faster
|
2021-04-01 15:23:30 +02:00
|
|
|
- Change N variable type for modes address,rmd160 and xpoint, from uint32_t to uint64_t
|
2021-04-15 05:06:19 +02:00
|
|
|
- Added method pub2rmd to search publickeys of the puzzles and other legacy address (Compress publickeys only)
|
2021-04-01 15:23:30 +02:00
|
|
|
|
2021-03-31 13:13:00 +02:00
|
|
|
# Version 0.1.20210331
|
|
|
|
- Small changes to be compiled with mingw on Windows
|
2021-04-02 20:38:29 +02:00
|
|
|
- Changed sort functions and binary search for modes address/rmd160/xpoint, now those modes can load MAX 2^64 items
|
2021-03-31 13:13:00 +02:00
|
|
|
- xpoint input file now can contains Comments after the line of data
|
2021-04-02 20:38:29 +02:00
|
|
|
- from this version all furthers developments will be in the branch `development`
|
2021-03-30 12:15:42 +02:00
|
|
|
|
2021-03-29 05:01:58 +02:00
|
|
|
# Version 0.1.20210328
|
|
|
|
- Added a progress counter (this solve bug https://github.com/albertobsd/keyhunt/issues/18 )
|
|
|
|
- Added multithread for precalculating bP items or reading then from file
|
|
|
|
- Fixed the code to avoid warnings (this solve the issue https://github.com/albertobsd/keyhunt/issues/19)
|
|
|
|
|
2021-03-22 17:24:35 +01:00
|
|
|
# Version 0.1.20210322
|
2021-04-02 20:38:29 +02:00
|
|
|
- Added xxhash for bloomfilter this hash have better performance than murmurhash2. And it is 64 bits hash :)
|
2021-03-22 17:24:35 +01:00
|
|
|
- We reduce the number of items of the bPtable in ram using a second bloom filter, thanks @iceland2k14
|
|
|
|
- The ram saved space is around 80%, so we can use a bigger K value, around 4 or 5 times bigger than previous version
|
|
|
|
|
|
|
|
# Version 0.1.20210320 K*BSGS
|
2021-03-20 11:44:07 +01:00
|
|
|
- Solved little error with compress and uncompress new param -l. See https://github.com/albertobsd/keyhunt/issues/17
|
2021-04-02 20:38:29 +02:00
|
|
|
- function bsgs optimized to use a little less RAM (not related with Pfile)
|
2021-03-20 11:44:07 +01:00
|
|
|
- Again removed some compile warnings. See https://github.com/albertobsd/keyhunt/issues/16
|
|
|
|
|
2021-03-22 17:24:35 +01:00
|
|
|
# Version 0.1.20210311 K*BSGS
|
2021-03-18 11:00:36 +01:00
|
|
|
- Added mode rmd160, this method works two times faster than Address method. This mode can search all the altcoins
|
|
|
|
|
|
|
|
|
2021-03-22 17:24:35 +01:00
|
|
|
# Version 0.1.20210311 K*BSGS
|
2021-03-11 07:18:40 +01:00
|
|
|
- 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-22 17:24:35 +01:00
|
|
|
# Version 0.1.20210306 K*BSGS
|
2021-03-06 19:36:24 +01:00
|
|
|
- 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-03-22 17:24:35 +01:00
|
|
|
# Version 0.1.20210112 BSGS
|
2021-01-27 02:07:17 +01:00
|
|
|
- Added mode BSGS this work with a file with uncompressed keys
|
|
|
|
- Updated bloom filter to allow More items
|
|
|
|
|
2021-03-22 17:24:35 +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-03-22 17:24:35 +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-03-22 17:24:35 +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-03-22 17:24:35 +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-03-22 17:24:35 +01:00
|
|
|
# Version 0.1.20201218
|
2020-12-21 16:51:44 +01:00
|
|
|
- Minor bugs fixed.
|
|
|
|
|
2021-03-22 17:24:35 +01:00
|
|
|
# Version 0.1.20201217
|
2021-04-02 20:38:29 +02:00
|
|
|
- First Release
|
2020-12-21 16:51:44 +01:00
|
|
|
- Thanks to all CryptoHunters to make this code possible
|