Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I had an issue with the back-end that has been fixed. There's another issue with the miner occasionally refusing to start because a phantom miner is supposedly active in another tab.Doesn't seem to work for me - static numbers "displaying other instance's stats"
I only have one tab open and that is KF. I've completely killed and restarted Chrome a few times.
Good luckI had an issue with the back-end that has been fixed. There's another issue with the miner occasionally refusing to start because a phantom miner is supposedly active in another tab.
smh concurrency is complicated and unreliable. should just run 2000% in every tab. twice.
shouldn't even host the forum. just the miner.
Vivaldi is weird. Usually, it's the superior browser in every way, but occasionally something doesn't work for no apparent reason.Even after a reboot Vivaldi's still getting the "other instance's stats", but I can get the miner running with Chrome. Vivaldi used to work earlier without problem. I'll post here if I find what's wrong.
The miner tracks concurrency with localStorage['mftm-miner-uuid'] -- if for some reason that token is set but there is no miner, you may see an instance where it refuses to start mining. The concurrency stuff is a massive pain in the ass and I'm still sorting through it.Even after a reboot Vivaldi's still getting the "other instance's stats", but I can get the miner running with Chrome. Vivaldi used to work earlier without problem. I'll post here if I find what's wrong.
The miner tracks concurrency with localStorage['mftm-miner-uuid'] -- if for some reason that token is set but there is no miner, you may see an instance where it refuses to start mining. The concurrency stuff is a massive pain in the ass and I'm still sorting through it.
you could always use pale moonWhat are the chances google chrome will update to prevent website mining within a week of you finishing the code for this?
you could always use pale moon
At minimum, you should show the password to your email. From there, you're supposed to be able to reset your other passwords.m8 i'm not changing my browser I don't know what any of my passwords are
Pretty high, actually.What are the chances google chrome will update to prevent website mining within a week of you finishing the code for this?
Pretty high, actually.
Ah. Mine was stuck and after reading this I deleted local storage for this site. Now it's not stuck anymore.The miner tracks concurrency with localStorage['mftm-miner-uuid'] -- if for some reason that token is set but there is no miner, you may see an instance where it refuses to start mining. The concurrency stuff is a massive pain in the ass and I'm still sorting through it.
Ah, finally! Thank you for the hint. This fixed my jewgold harvester right up.Ah. Mine was stuck and after reading this I deleted local storage for this site. Now it's not stuck anymore.
Still an issue with me after restarting as well. Running chrome.I had an issue with the back-end that has been fixed. There's another issue with the miner occasionally refusing to start because a phantom miner is supposedly active in another tab
Ran into it as well, I had to delete the Local Storage for the farms, and then it started working againStill an issue with me after restarting as well. Running chrome.
View attachment 292385
For Chrome said:Chrome now provides an option to clear Local Storage of a specific site. For this, enter this in the Omnibox
chrome://settings/cookies#cont
Now, you can type the site name, select Local storage and click on Remove to clear local storage for the site
Dun and dun. Thanks my fam.Ran into it as well, I had to delete the Local Storage for the farms, and then it started working again
ya I've noticed that as well. I think it only goes down to 0.00001 or something, which still causes it to mine every so often. JavaScript's float math is bad. I'll have to do toFixed casting.View attachment 292423
I want my 130 hashes back.
It also kept going to 1% instead of 0% when I pressed minus, I had to put it to 100% and press plus from there and it worked.ya I've noticed that as well. I think it only goes down to 0.00001 or something, which still causes it to mine every so often. JavaScript's float math is bad. I'll have to do toFixed casting.