keyhunt icon indicating copy to clipboard operation
keyhunt copied to clipboard

What are the values ​​for the stride option?

Open g4m613r opened this issue 3 years ago • 8 comments

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

g4m613r avatar Dec 09 '21 17:12 g4m613r

  • Any value that you want
  • The program will end
  • dont hide the thread output, this is don't use -q

albertobsd avatar Dec 09 '21 17:12 albertobsd

[+] 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 ?

g4m613r avatar Dec 09 '21 18:12 g4m613r

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

geokomplo avatar Dec 09 '21 18:12 geokomplo

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

albertobsd avatar Dec 13 '21 12:12 albertobsd

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

albertobsd avatar Dec 13 '21 12:12 albertobsd

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

g4m613r avatar Dec 13 '21 13:12 g4m613r

yes, something is wrong, thanks for report it.

albertobsd avatar Dec 13 '21 15:12 albertobsd

[+] 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

g4m613r avatar Apr 20 '22 19:04 g4m613r