50 Commits

Author SHA1 Message Date
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
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
Luis Alberto
dfa219852a
Update README.md
Read the readme please.
2020-12-18 12:21:30 -06: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
Luis Alberto
37eba63a7a
Initial commit 2020-12-16 10:37:10 -06:00