Closed platinum4 closed 4 years ago
Is you change BenchmarkSeconds
to 300 for Yr32?
Yes the benchmarking works fine at 300 seconds I mean when it's actually mining
did you change 300 seconds after the benchmark?
Where? What setting? Can you show me in code and what file?
Any miner have config...
You can change BenchmarkSeconds for all miner or each algo of miner.
cpuminer-yespower-3884.config.txt
"Algorithms": [
{
"ExtraArgs": null,
"BenchmarkSeconds": 0,
"Enabled": true,
"Algorithm": "yespower"
},
{
"ExtraArgs": null,
"BenchmarkSeconds": 0,
"Enabled": true,
"Algorithm": "yespowerr8"
},
{
"ExtraArgs": null,
"BenchmarkSeconds": 0,
"Enabled": true,
"Algorithm": "yespowerr16"
},
{
"ExtraArgs": null,
"BenchmarkSeconds": 0,
"Enabled": true,
"Algorithm": "yespowerr24"
},
{
"ExtraArgs": null,
"BenchmarkSeconds": 0,
"Enabled": true,
"Algorithm": "yespowerr32"
}
],
"ExtraArgs": null,
"BenchmarkSeconds": 120,
"Enabled": true
}
That is just for benchmarking I am talking about actual mining, yescryptr32 can take up to 5-10 minutes to get to full speed as it loads GPUs up
the reading of the miner's speed occurs before the end of benchmarkseconds
Hi, for Yescryptr32 it takes awhile for 6 card rig to get to full speed, and because of this, it is always about 70% in stats file of total hashrate (2Kh/s hashrate, stats will read 1.45Kh/s) This happens because it takes first few rounds of hashrates too often. I tried changing setting in config to 300s but it did nothing really, plus, I only want to lengthen hashrate calc time for two algos, can this be done?