Question for someone smarter than me. I don't understand, I'm running KeyHunt-Cuda but the output shows 661.92 Mk/s but for the T: 15,032,385,536. only 15 million. can someone explain it because the original key hunt was display correctly. maybe its just me not understanding what the T stands for. I though it was threads processed which would be a single key processed. correct me if I'm wrong please.
PS C:\KeyHunt-Cuda-main> .\KeyHunt-Cuda.exe -t 0 -g --gpui 0 --gpux 512,512 -m address --coin BTC --range 730fc235c00000000:730fc235fffffffff 1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9
KeyHunt-Cuda v1.07
COMP MODE : COMPRESSED
COIN TYPE : BITCOIN
SEARCH MODE : Single Address
DEVICE : GPU
CPU THREAD : 0
GPU IDS : 0
GPU GRIDSIZE : 512x512
SSE : YES
RKEY : 0 Mkeys
MAX FOUND : 65536
BTC ADDRESS : 1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9
OUTPUT FILE : Found.txt
Start Time : Sat Feb 22 13:25:47 2025
Global start : 730FC235C00000000 (67 bit)
Global end : 730FC235FFFFFFFFF (67 bit)
Global range : 3FFFFFFFF (34 bit)
GPU : GPU #0 Tesla T4 (40x64 cores) Grid(512x512)
[00:00:20] [CPU+GPU: 661.98 Mk/s] [GPU: 661.98 Mk/s] [C: 78.125000 %] [R: 0] [T: 13,421,772,800 (34 bit)] [F: 0]
=================================================================================
PubAddress: 1BY8GQbnueYofwSuFAT3USAhGjPrkxDdW9
Priv (WIF): p2pkh:KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qbP2K5cm35XKMND1X1KW
Priv (HEX): 730FC235C1942C1AE
PubK (HEX): 0212209F5EC514A1580A2937BD833979D933199FC230E204C6CDC58872B7D46F75
=================================================================================
[00:00:22] [CPU+GPU: 661.92 Mk/s] [GPU: 661.92 Mk/s] [C: 87.500000 %] [R: 0] [T: 15,032,385,536 (34 bit)] [F: 1]
That's displaying correctly, that is 15 billon not million multiply your Mk/s by the time so 661920000 * 22 = 14.56 billion this number is not exact because the speed fluctuates.
The T is for total keys checked.
So, if I'm understanding it the last 3 places are cut off or will they continue to be cut off as the number grows. The reason why I'm asking is to keep track of my place. What would the correct syntax to output it to a file and would the file have it cut off or would it be correct in the file?