109 Commits

Author SHA1 Message Date
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
AlbertoBSD
a0a60ede57 Solved bug with invalid publickeys and 0 publickeys 2021-03-11 07:18:40 +01:00
Luis Alberto
eef5ec011d
Update README.md
its -r not -b in some line of example
2021-03-10 23:49:44 -06:00
AlbertoBSD
7228e0f441 Accept Compressed publickeys for BSGS method 2021-03-10 19:12:47 +01:00
AlbertoBSD
f17c35773d remove ugly warnings for ubuntu shell on windows 10 2021-03-10 17:54:02 +01:00
Luis Alberto
83b5744f9f
Update README.md
Minor changes only in readme file
2021-03-10 08:33:00 -06:00
Luis Alberto
22cb4505cf
Update README.md 2021-03-10 01:22:58 -06: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
15af06e783 bPfile.c updated 2021-03-06 20:52:15 +01:00
AlbertoBSD
430405f53c Keyhunt updated with k factor, remove unused files about keccak 2021-03-06 19:36:24 +01:00
AlbertoBSD
127295b344 Merge branch 'main' of github.com:albertobsd/keyhunt into main 2021-01-30 08:38:49 +01:00
AlbertoBSD
54d2b0499b updated bsgs sorting process 2021-01-30 08:38:33 +01:00
Luis Alberto
77c02af092
Update README.md
Updated Readme to include information about the mode bsgs
2021-01-30 00:40:57 -06:00
AlbertoBSD
c04c5d9c34 mising unsigned long long int for bytes variable in bloom filter 2021-01-27 03:33:26 +01:00
AlbertoBSD
21039af45b mode bsgs for fast key search and bloom filter updated 2021-01-27 02:07:17 +01:00
AlbertoBSD
e6eb2f1ed1 updated bloomfilter to support more items in the bloom 2021-01-14 21:04:15 +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