82 Commits

Author SHA1 Message Date
Alberto
beabfd6fbe some fixes, check CHANGELOG.md 2023-04-30 15:10:12 -06:00
Alberto
c450ed7a90 Fixed README.md 2023-04-28 14:59:30 -06:00
Alberto
8500942468 Read CHANGELOG.md to see the updates 2023-04-28 14:49:56 -06:00
Alberto
b046f213b5 Solved but in vanity function for compress without endomorphism 2023-04-25 10:06:05 -06:00
Alberto
5a6d8a4195 Merget address mode and rmd160 now both of them have the same speed 2023-04-25 06:10:07 -06:00
Alberto
81eedca107 removed bufferflow in writekey function 2023-04-24 22:39:11 -06:00
Alberto
1a7b798025 Testing changes, vanity search mode added, endomorphism and a new Makefile 2023-04-24 13:42:26 -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
848e61e5dd solved https://github.com/albertobsd/keyhunt/issues/130 2021-10-26 22:20:15 +02:00
Luis Alberto
cb03b7ebd4
Update README.md
remove the 3 examples for minikeys
2021-10-26 11:12:59 -05:00
AlbertoBSD
09f91f13d9 better speed for minikeys 2021-10-26 11:14:45 +02:00
AlbertoBSD
340228c60e more testing with mingw 2021-10-26 04:06:36 +02:00
AlbertoBSD
17f5dccb05 nothing new just testing mingw compatibility 2021-10-26 02:30:33 +02: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
Luis Alberto
e743446a7e
Merge pull request #109 from 233m/main
repair readme
2021-10-14 08:58:42 -05:00
Alexander
f1a8a6f169 repair readme 2021-10-14 12:18:08 +03:00
AlbertoBSD
0d5c00dd1f Version 0.2.211012 Chocolate ¡Beta! - Fixed the slow bP table generation. 2021-10-13 20:27:51 +02:00
Luis Alberto
44105165af
Update README.md 2021-10-11 08:54:59 -05:00
AlbertoBSD
6086ddd5e9 0.2.211007 Chocolate ¡Beta! 2021-10-11 07:09:41 +02:00
Luis Alberto
42938fdc9b
Merge pull request #106 from albertobsd/revert-105-development
Revert "Development"
2021-10-07 23:13:19 -05:00
Luis Alberto
62546d3599
Revert "Development" 2021-10-07 23:12:47 -05:00
Luis Alberto
d23743ad9e
Merge pull request #105 from albertobsd/development
Development
2021-10-07 23:00:59 -05:00
AlbertoBSD
cfe9c8a43e Merge remote-tracking branch 'origin/main' into development 2021-10-08 05:51:37 +02: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
Luis Alberto
a75a7bbe23
Merge pull request #57 from albertobsd/development
Development
2021-04-20 10:23:06 -05: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
Luis Alberto
fbd8fb81f5
Merge pull request #52 from albertobsd/main
Copy main to development
2021-04-16 08:43:07 -05:00
AlbertoBSD
1060958437 Quick fix for Issue #49
https://github.com/albertobsd/keyhunt/issues/49
2021-04-16 04:42:56 +02:00
Luis Alberto
d1ca255633
Merge pull request #43 from albertobsd/secp256k1
Secp256k1
2021-04-14 22:11:09 -05: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
36fa623451 issue 26 2021-04-01 15:24:36 +02:00
AlbertoBSD
6a92828f7f Deleted custombloom due drop performance, 2021-04-01 15:23:30 +02:00
AlbertoBSD
f204f0d91f Recover half of the loss speed in issue 26 2021-03-31 21:06:33 +02:00
AlbertoBSD
05482850ed read CHANGELOD.md 2021-03-31 13:13:00 +02:00
Luis Alberto
1ea00d9e19
Merge pull request #23 from chawyehsu/windows
support build on mingw for Windows
2021-03-30 13:21:53 -06: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
Chawye Hsu
63b5018c7d
fix: use C99 standard types instead of certain Unix types
Signed-off-by: Chawye Hsu <chawyehsu@hotmail.com>
2021-03-31 01:10:32 +08:00
AlbertoBSD
5b6c2b9266 custombloom and file with comments for xpoint mode 2021-03-30 12:15:42 +02:00
Luis Alberto
f994d9b40a
Tips! 2021-03-30 03:32:25 -06: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