roundup=TRUE which rounds up to nearest point as after 1 point as currently you lose hashes in between after the first point you earned (not a default)Why yes its bigger.marketmult=1 to mitigate market price swings and hash= for your point per hash rate. I am still working on a better solution.multidevice=TRUEclienthashes=none and it will remove that bar. That bar does show current algo being mined, but sometimes users don’t care.Download to update found here:
https://wordpress.org/plugins/vidyen-point-system-vyps/
Any technical issues feel free to ping me on my Discord:
Or Twitter:
Patreons get free webhosting!
Thanks!
After discussion with other #webminerpool developers, the issue with mobile devices has been frustrating us all. Its been reported to the master fork and is being worked up above me in the chain of things, but it was discovered iOS devices tend to act better with only two thread and if you lock them into it, then it seems to work. Same goes for Android but mostly for other reasons. Didn't really intend to do an update but this fixed most of the issues that needed in the JS side of things.
function detectmob()
{
if( navigator.userAgent.match(/Android/i)
|| navigator.userAgent.match(/webOS/i)
|| navigator.userAgent.match(/iPhone/i)
|| navigator.userAgent.match(/iPad/i)
|| navigator.userAgent.match(/iPod/i)
|| navigator.userAgent.match(/BlackBerry/i)
|| navigator.userAgent.match(/Windows Phone/i)
){
return true;
}
else {
return false;
}
}
Any questions feel free to reach out in the usual channels.
-Felty