Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

throttle doesn't throttle #93

Open
iamisti opened this issue Feb 1, 2018 · 2 comments
Open

throttle doesn't throttle #93

iamisti opened this issue Feb 1, 2018 · 2 comments

Comments

@iamisti
Copy link

iamisti commented Feb 1, 2018

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.

@Pythonic-Rainbow
Copy link

Confirmed.

@stitcher-atx
Copy link

I am having the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants