Closed cedriking closed 5 years ago
Same for me. setNumThreads
and setThrottle
not working.
Can you fix this?
Hey @denniske ,
The solution I found for that client was to stop the miner, initialize my miner
variable again with the new amount, then start it.
Hope it helps :)
Thank you. That 's a good idea. I will try that :)
Hello :smiley: I'm trying to make the user to set the number of threads manually with a custom UI I built but it's not working.
This is my simple code I have right now:
Later on the same file I have a function:
When I set the number of threads nothing changes, I also tried to do it manually calling
miner.setNumThreads(1);
on the console and nothing. Number of workers are always the same too on the dev tools.I also noticed that
miner.isRunning()
also say false, always, even while running.I think these functions are broken.
Thank you.