VidYen / VidYen-WordPress-Plugins

VidYen Plugins for WordPress
GNU General Public License v2.0
9 stars 2 forks source link

Upcoming XMR Fork #151

Closed VidYen closed 5 years ago

VidYen commented 5 years ago

It is imperative that I do this...

For the next week I need to be focusing on administrative things with the business and personal life, but when NotGiven updates I will be working on that...

That said... When this happens, I'm going to include support for pools that have the cn API like MoneroOcean. But I will only support MO if something goes wrong.

VidYen commented 5 years ago

Note:

In miner.js from Notgiven's fork, change:

var newWorker = new Worker("miner/worker.js");

To:

var newWorker = new Worker(get_worker_js());

The fucntion is created in the vyps.-vy256.php

          <script>
                  function get_worker_js()
            {
                return \"$vy256_solver_worker_url\";
            }

            </script>
VidYen commented 5 years ago

Ok. I have updated so the fork is a success. (mostly)