coin-hive icon indicating copy to clipboard operation
coin-hive copied to clipboard

throttle doesn't throttle

Open iamisti opened this issue 7 years ago • 2 comments

I'm using the following js resource: https://coinhive.com/lib/coinhive.min.js

And when mining, I'm trying to set the throttle level to a lower value from the initial value to:

miner.setThrottle(0.8);

But for me it just doesn't do anything. The value changes, I get the previously set value through the public method: miner.getThrottle() // comes back 0.8

but in reality, the hashing speed does not changes at all. Setting throttle does not affect anything at all. my phone is doing 13 H/s in a chrome browser, even when I set it to 0 or to 0.8.

I'm trying to use this throttle to stop draining the battery, even when I'm on a charger, but it doesn't work.

iamisti avatar Feb 01 '18 13:02 iamisti

Confirmed.

Pythonic-Rainbow avatar Apr 25 '18 12:04 Pythonic-Rainbow

I am having the same issue.

stitcher-atx avatar Aug 27 '18 04:08 stitcher-atx