-r 1 mean every 1 Million keys(done searching 1 Million keys) the program will regenerate new random start point.
-r 10 mean every 10 Millions keys...
...etc
Test 1: random with 100 Millions keys :
after 41 minutes i stopped it, no privkey found!!! The same with -r 1 and -r 10!
The keyunt.exe (not CUDA) -R random option works much better and it gives ALWAYS a result in 0-10 minutes.
C:\Keyhunt>
KeyHunt-Cuda.exe -t 4 --gpui 0 -m addresses --coin BTC --range f7051f279dcf0000:f7051f27d969c800 -i puzzle64.bin
-r 100KeyHunt-Cuda v1.08
COMP MODE : COMPRESSED
COIN TYPE : BITCOIN
SEARCH MODE : Multi Address
DEVICE : CPU
CPU THREAD : 4
SSE : YES
RKEY : 100 Mkeys
MAX FOUND : 65536
BTC HASH160s : puzzle64.bin
OUTPUT FILE : Found.txt
Loaded : 1 Bitcoin addresses
Bloom at 00000201CFEF8EB0
Version : 2.1
Entries : 2
Error : 0.0000010000
Bits : 57
Bits/Elem : 28.755175
Bytes : 8 (0 MB)
Hash funcs : 20
Start Time : Sun Oct 2 13:32:14 2022
Base Key : Randomly changes on every 100 Mkeys
Global start : F7051F279DCF0000 (64 bit)
Global end : F7051F27D969C800 (64 bit)
Global range : 3B9AC800 (30 bit)
[00:
41:21] [CPU+GPU: 2.68 Mk/s] [GPU: 0.00 Mk/s] [C: 0.000000 %] [R: 68] [T: 7,057,741,824 (33 bit)] [F: 0]
BYE
Test 2:
without random it finish the keyspace in less than 2 minutes (like told in a previous post)
C:\Keyhunt>
KeyHunt-Cuda.exe -t 4 --gpui 0 -m addresses --coin BTC --range f7051f279dcf0000:f7051f27d969c800 -i puzzle64.bin
KeyHunt-Cuda v1.08
COMP MODE : COMPRESSED
COIN TYPE : BITCOIN
SEARCH MODE : Multi Address
DEVICE : CPU
CPU THREAD : 4
SSE : YES
RKEY : 0 Mkeys
MAX FOUND : 65536
BTC HASH160s : puzzle64.bin
OUTPUT FILE : Found.txt
Loaded : 1 Bitcoin addresses
Bloom at 0000029AB4EF7200
Version : 2.1
Entries : 2
Error : 0.0000010000
Bits : 57
Bits/Elem : 28.755175
Bytes : 8 (0 MB)
Hash funcs : 20
Start Time : Sun Oct 2 14:14:03 2022
Global start : F7051F279DCF0000 (64 bit)
Global end : F7051F27D969C800 (64 bit)
Global range : 3B9AC800 (30 bit)
[00:0
1:23] [CPU+GPU: 3.02 Mk/s] [GPU: 0.00 Mk/s] [C: 25.447232 %] [R: 0] [T: 254,472,192 (28 bit)] [F: 0]
=================================================================================
PubAddress: 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
Priv (WIF): p2pkh:KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qZ6FxoaD5r1kYegmtbaT
Priv (HEX): F7051F27B09112D4
PubK (HEX): 03100611C54DFEF604163B8358F7B7FAC13CE478E02CB224AE16D45526B25D9D4D
=================================================================================
[00:01:25] [CPU+GPU: 3.02 Mk/s] [GPU: 0.00 Mk/s] [C: 26.080065 %] [R: 0] [T: 260,800,512 (28 bit)] [F: 1]
BYE
C:\Keyhunt>