36 Commits

Author SHA1 Message Date
Alberto
cef65fee4e Speed x2 for BSGS mode main 2023-05-19 15:20:07 -06:00
Alberto
a94643171a added keyhunt_legacy.cpp legacy version, check README.md 2023-05-15 19:21:59 -06:00
Alberto
6d3c95e74b Added warning for BSGS and Endomorphism, they don't work together 2023-05-08 16:41:03 -06:00
Alberto
3a33e85c55 added option -6 to skip checksums, check CHANGELOG.md 2023-05-07 14:22:21 -06:00
Alberto
beabfd6fbe some fixes, check CHANGELOG.md 2023-04-30 15:10:12 -06:00
Alberto
8500942468 Read CHANGELOG.md to see the updates 2023-04-28 14:49:56 -06:00
AlbertoBSD
338184301c - Minikeys new sequential generator and x2 times more speed
- third bloom filter check for bsgs 20% less memory usage
2021-11-17 18:35:52 +01:00
AlbertoBSD
9f33eda235 trying to solve issue https://github.com/albertobsd/keyhunt/issues/139 2021-10-31 12:30:08 +01:00
AlbertoBSD
93b5aaf2ad ethereum, minikeys, stride,rmd double speed 2021-10-25 19:38:06 +02:00
AlbertoBSD
a69ec16ab7 See the CHANGELOG.md 2021-10-21 21:05:13 +02:00
AlbertoBSD
0d5c00dd1f Version 0.2.211012 Chocolate ¡Beta! - Fixed the slow bP table generation. 2021-10-13 20:27:51 +02:00
AlbertoBSD
6086ddd5e9 0.2.211007 Chocolate ¡Beta! 2021-10-11 07:09:41 +02:00
Luis Alberto
62546d3599
Revert "Development" 2021-10-07 23:12:47 -05:00
AlbertoBSD
2a613bf8a7 Version 0.1.20210423 secp256k1
- separated functions for each mode
- new function GetPublicKeyRaw in the secp256k1.cpp
- change -e param to use as error rate for bloom filter
- test available to use k factor for bloom filter size, this will help a little for speed for address, rmd160 and xpoint
2021-04-23 16:30:40 +02:00
AlbertoBSD
0cb614f0db Solved Issue 56 , added mutex to bloom filter add function fro multhread add 2021-04-20 17:22:04 +02:00
AlbertoBSD
7fdf0d6239 - 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-16 15:55:28 +02:00
AlbertoBSD
b7d363cebc - Change the way for keygeneration for modes xpoint, address, and rmd160
- Improve performance for xpoint mode, now is ten times faster
2021-04-15 05:06:19 +02:00
AlbertoBSD
d5072f1b77 Added method pub2rmd to find publickeys of puzzles 2021-04-02 20:38:29 +02:00
AlbertoBSD
6a92828f7f Deleted custombloom due drop performance, 2021-04-01 15:23:30 +02:00
AlbertoBSD
05482850ed read CHANGELOD.md 2021-03-31 13:13:00 +02:00
AlbertoBSD
5b6c2b9266 custombloom and file with comments for xpoint mode 2021-03-30 12:15:42 +02:00
AlbertoBSD
37920b0000 multithread for generate or read bP points, see CHANGELOG 2021-03-29 05:01:58 +02:00
AlbertoBSD
b8f6434bdc change murmurhash2 to xxhash. Added a second bloomfilter for bsgs, less RAM more speed 2021-03-22 17:24:35 +01:00
AlbertoBSD
519cbfd78e bsgs optimization, bug fixed and warning removed, check CHANGELOG 2021-03-20 11:44:07 +01:00
AlbertoBSD
8c455b543e Added mode rmd160, and param -l to seach exclusive compress or uncompress address/hash or bot (default behaivor) 2021-03-18 11:00:36 +01:00
AlbertoBSD
a0a60ede57 Solved bug with invalid publickeys and 0 publickeys 2021-03-11 07:18:40 +01:00
AlbertoBSD
49836e059e bloom filter update to solve some limits, error percent update in keyhunt 2021-03-10 08:19:15 +01:00
AlbertoBSD
430405f53c Keyhunt updated with k factor, remove unused files about keccak 2021-03-06 19:36:24 +01:00
AlbertoBSD
21039af45b mode bsgs for fast key search and bloom filter updated 2021-01-27 02:07:17 +01:00
AlbertoBSD
f8cdc495e9 Added TODO file 2020-12-29 10:10:14 +01:00
AlbertoBSD
48ec4480fc Aling of some output text 2020-12-29 09:04:14 +01:00
AlbertoBSD
8fbde4745d Change quicksort to introsort 2020-12-29 04:50:03 +01:00
AlbertoBSD
ab292a0f8d Added new tool hexcharstoraw to create binary file from a hexadecimal text file 2020-12-23 08:52:12 +01:00
AlbertoBSD
24eb4bef0a missing thanks to Ujang 2020-12-22 07:38:38 +01:00
AlbertoBSD
9b85e6d0fc show in stdout the vanity address and fixed searchbinary function 2020-12-22 07:35:16 +01:00
AlbertoBSD
59772f149a Fixed xpoint bug, added changelog 2020-12-21 16:51:44 +01:00