VYPS WordPress Plugin updated to 2.3.3

in #monero5 years ago

Update roundup!

anim_cyberworker.gif

Changelog

2.3.3

  • Fix: If mobile is detected with the browser, threads are locked to 2 threads. This has been tested with 7 different phones (Thanks @digi3d ) to resolve mobile mining issues on iPhone and Android.
  • Fix: CSS fix for VY256 to be more theme compatible
  • Add: Shortcode 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)
  • Add: Earned function to allow to show total earned over all time rather than a sum of current. (Useful for book keeping)
  • Fix: Logo and branding adjustment. Why yes its bigger.
  • Fix: Less emphasis on the hash rate as changed wording to ‘Effort’ and moved the Current Algo to the hash rate bar.

2.3.2

  • Revert: Switched back to hash as core count. Yes, it will make everyone who got used to it angry, but I got push back over shares as it was hard to understand. Use the marketmult=1 to mitigate market price swings and hash= for your point per hash rate. I am still working on a better solution.
  • Add: More instructions on multi device mining.
  • Add: Added device drop down option in consent for multi device miner. You get 6 devices and user must remember it. multidevice=TRUE
  • Add: If you do not like the client hashes, you can set clienthashes=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:

https://discord.gg/6svN5sS

Or Twitter:

https://twitter.com/Felty256

Patreons get free webhosting!

VidYen Patreon

Thanks!

Developer rambling.

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

Sort:  

Congratulations @vidyen! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

You received more than 100 upvotes. Your next target is to reach 250 upvotes.

You can view your badges on your Steem Board and compare to others on the Steem Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Do not miss the last post from @steemitboard:

3 years on Steem - The distribution of commemorative badges has begun!
Happy Birthday! The Steem blockchain is running for 3 years.
Vote for @Steemitboard as a witness to get one more award and increased upvotes!