albertobsd / keyhunt

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

What are the values ​​for the stride option? #158

Open g4m613r opened 2 years ago

g4m613r commented 2 years ago

What are the values ​​for the stride option? How do I know when a stride has finished working? How can I see progress?

albertobsd commented 2 years ago
g4m613r commented 2 years ago

[+] Version 0.2.211117 SSE Trick or treat ¡Beta!, developed by AlbertoBSD [+] Setting search for BTC adddress. [+] Mode rmd160 [+] Search both compress and uncompress [+] Threads : 4 [+] Stats output every 5 seconds [+] Stride : 1000000000000000 [+] Opening file tests/address [+] N = 0x100000000 [+] Range [+] -- from : 0x8000000000000000 [+] -- to : 0xffffffffffffffff [+] Allocating memory for 7437529 elements: 141.86 MB [+] Bloom filter for 7437529 elements. [+] Loading data to the bloomfilter total: 25.49 MB [+] Bloomfilter completed [+] Sorting data ... done! 7437529 values were loaded and sorted [+] Total 2312872960 keys in 630 seconds: ~3 Mkeys/s (3671226 keys/s)

does not stop stride works like this 1000000000000000+1000000000000000+1000000000000000+1000000000000000 = 4000000000000000 ?

albertobsd commented 2 years ago

If you want to use hexadecimal numbers for the stride then you need to append a 0x at the beginning

albertobsd commented 2 years ago

Do we need to enter 100000000 as a decimal number? So, does the software want decimal value from us?

It accept both formats, if you add 0x at the begging is hexadecimal, if not it is decimal number

g4m613r commented 2 years ago

thanks It works. but does not stop. I read that this will be fixed.

albertobsd commented 2 years ago

yes, something is wrong, thanks for report it.

g4m613r commented 2 years ago

[+] Loading data to the bloomfilter total: 2.47 MB [+] Bloomfilter completed [+] Sorting data ... done! 721852 values were loaded and sorted Base key: 17db284cf76fb2fe18625f42055d0275c1275c308da1f474293cf7720ab84828 thread 1 Base key: 17db284cf76fb2fe18625f42055d0275c1275c308da1f474293cf7720ab84828 thread 0 Base key: 55d8b5ff4d7762372523afc5592bfe0f2400b99a03169ecf9578ea321c9e12c0 thread 2 Base key: c8f6411731f6793b714152bb810cb72d6f411f03f07e9bde30b73ccf1dd276ea thread 3 sometimes there are duplicates. could you add the option -s /dev/urandom to get my entropy source