CoinFuMasterShifu / janusminer

MIT License
11 stars 9 forks source link

Threads parameter ignored when used alone #13

Open itsjcrane opened 6 months ago

itsjcrane commented 6 months ago

I've noticed in both hiveos stable and beta versions, if I have --threads=INT (10 for example) as the only parameter in the miner config, it will ignore the INT I've given and use all threads. But if I also use the --gpus=STRING (0 for example) in combination with --threads, it will use the number of threads I specified. I've confirmed across multiple rigs and HiveOS versions. Screenshot 2024-02-15 134317

CoinFuMasterShifu commented 6 months ago

Does this also happen if you don't start via HiveOS but directly in command line?