albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
640 stars 349 forks source link

[Feature request] Search with multiple basekey #251

Closed neKmaI closed 11 months ago

neKmaI commented 1 year ago

Can you add a feature to add more basekey to rolling process. -nb 3, for example to random 3 basekey at one time.

albertobsd commented 1 year ago
./keyhunt -m address -f ./tests/66.txt -R -M -t 8 -b 66
[+] Version 0.2.230519 Satoshi Quest, developed by AlbertoBSD
[+] CPU: 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz
[+] Mode address
[+] Random mode
[+] Matrix screen
[+] Threads : 8
[+] Setting search for btc adddress
[+] N = 0x100000000
[+] Bit Range 66
[+] -- from : 0x20000000000000000
[+] -- to   : 0x40000000000000000
[+] Allocating memory for 1 elements: 0.00 MB
[+] Bloom filter for 1 elements.
[+] Loading data to the bloomfilter total: 0.03 MB
[+] Sorting data ... done! 1 values were loaded and sorted
Base key: 252075dc38fb1de08 thread 2
Base key: 31f53b65487ae1096 thread 1
Base key: 2107bffd5935178d3 thread 5
Base key: 28467777aa0a18163 thread 3
Base key: 2edb015c4054f7af0 thread 7
Base key: 3a94cb0ccafca762b thread 0
Base key: 39505499e93b384c1 thread 4
Base key: 31fe3e30ef0182743 thread 6

In the previous example each thread -t 8 use a different subrange, that is the default behaivor with each random thread.

Is that what are you looking for?