37 Commits

Author SHA1 Message Date
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
1060958437 Quick fix for Issue #49
https://github.com/albertobsd/keyhunt/issues/49
2021-04-16 04:42:56 +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
fe62107fb7 full migration from libgmp to secp256k1.
I get mixed result about the speed performance:
- bP Table creation is 4 or 5 times faster
- address and rmd160 get the same speed. WHY?
- xpoint get less speed. WTF?
- bsgs not implemented yet.

I need to move every mode to his own funtion to see if the xpoint speed get the double speed as spected.
If nothing of this works, i will only keep the changes about the bP table creation (the only good change at the momment)
2021-04-13 21:24:07 +02:00
AlbertoBSD
f24c60c08d bPtable create by secp256k1 first test 2021-04-03 02:27:40 +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
Chawye Hsu
92289ece61
fix: fix missing Sleep function on Windows and fix type warning
Signed-off-by: Chawye Hsu <chawyehsu@hotmail.com>
2021-03-31 01:11:53 +08: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
c056b4a554 version string corrected 2021-03-22 17:27:38 +01: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
7228e0f441 Accept Compressed publickeys for BSGS method 2021-03-10 19:12:47 +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
f4e9d4e6df remove creation of unused file ranges.txt 2021-03-08 23:37:03 +01:00
AlbertoBSD
8c6eb83b39 -b param fixed 2021-03-08 22:57:56 +01:00
AlbertoBSD
430405f53c Keyhunt updated with k factor, remove unused files about keccak 2021-03-06 19:36:24 +01:00
AlbertoBSD
54d2b0499b updated bsgs sorting process 2021-01-30 08:38:33 +01:00
AlbertoBSD
21039af45b mode bsgs for fast key search and bloom filter updated 2021-01-27 02:07:17 +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
9b85e6d0fc show in stdout the vanity address and fixed searchbinary function 2020-12-22 07:35:16 +01:00
AlbertoBSD
9920d13042 msg sorting inside the if 2020-12-21 17:02:32 +01:00
AlbertoBSD
59772f149a Fixed xpoint bug, added changelog 2020-12-21 16:51:44 +01:00
AlbertoBSD
eae5c7b263 Fixed read file in xpoint mode 2020-12-19 05:38:20 +01:00
AlbertoBSD
e1fd5ee385 Added a missing \n 2020-12-19 05:06:49 +01:00
AlbertoBSD
2577e6ae6e fixed -m option for xpoint 2020-12-19 04:49:40 +01:00
AlbertoBSD
aea52ce3e6 Add keccak-tiny, thanks David Leon Gil RIP 2020-12-18 07:22:43 +01:00
AlbertoBSD
1f1a9bd347 Added basecode, sha256, rmd160, bas58 and bloomfilter 2020-12-17 19:05:34 +01:00