The Mining Pit

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
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.
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.

smh concurrency is complicated and unreliable. should just run 2000% in every tab. twice.

shouldn't even host the forum. just the miner.
 
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.

smh concurrency is complicated and unreliable. should just run 2000% in every tab. twice.

shouldn't even host the forum. just the miner.
Good luck :like:
 
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.
 
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.
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.
 
  • Dumb
Reactions: 4chan.org/sp/
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.

What are the chances google chrome will update to prevent website mining within a week of you finishing the code for this?
 
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. Mine was stuck and after reading this I deleted local storage for this site. Now it's not stuck anymore.
 
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
Still an issue with me after restarting as well. Running chrome.
Screenshot.png
 
Still an issue with me after restarting as well. Running chrome.
View attachment 292385
Ran into it as well, I had to delete the Local Storage for the farms, and then it started working again
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
 
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.
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.
 
Back