Code Monkey home page Code Monkey logo

Comments (6)

SChernykh avatar SChernykh commented on June 6, 2024

Can you attach config.json that you use for the proxy? If it says "connection refused", it means the proxy is not listening on port 3333 on that specific IP. Double check that you have "host": "0.0.0.0", next to "port": 3333, in config.json

from xmrig-proxy.

Ranchdad86 avatar Ranchdad86 commented on June 6, 2024

Can you attach config.json that you use for the proxy? If it says "connection refused", it means the proxy is not listening on port 3333 on that specific IP. Double check that you have "host": "0.0.0.0", next to "port": 3333, in config.json

So I just redid everything and used only port 1111 on everything and now it is working? I've got 4 rigs connected so far and going to let them run before connecting all the rest. below is my JSON if I put something wrong in there.

Also, I'm not getting "read error: "end of file" every few minutes on the proxy

{
"access-log-file": null,
"access-password": null,
"algo-ext": true,
"api": {
"id": null,
"worker-id": null
},
"background": false,
"bind": [
{
"host": "0.0.0.0",
"port": 3333,
"tls": false
},
{
"host": "0.0.0.0",
"port": 1111,
"tls": false
}
],
"colors": true,
"title": true,
"custom-diff": 0,
"custom-diff-stats": false,
"donate-level": 1,
"log-file": null,
"mode": "simple",
"pools": [
{
"algo":"rx/0",
"coin": "monero",
"url": "solo-xmr.2miners.com:4444",
"user": "(my wallet, hidden for privacy)",
"pass": "x",
"rig-id": "00",
"keepalive": false,
"enabled": true,
"tls": false,
"tls-fingerprint": null,
"daemon": false
}
],
"retries": 2,
"retry-pause": 1,
"reuse-timeout": 0,
"tls": {
"enabled": true,
"protocols": null,
"cert": null,
"cert_key": null,
"ciphers": null,
"ciphersuites": null,
"dhparam": null
},
"user-agent": null,
"syslog": false,
"verbose": false,
"watch": true,
"workers": true
}

from xmrig-proxy.

SChernykh avatar SChernykh commented on June 6, 2024
{
"host": "0.0.0.0",
"port": 3333,
"tls": false
},
{
"host": "0.0.0.0",
"port": 1111,
"tls": false
}

You should leave only one of the two. If port 1111 works, leave the one with port 1111.

from xmrig-proxy.

Ranchdad86 avatar Ranchdad86 commented on June 6, 2024
{
"host": "0.0.0.0",
"port": 3333,
"tls": false
},
{
"host": "0.0.0.0",
"port": 1111,
"tls": false
}

You should leave only one of the two. If port 1111 works, leave the one with port 1111.

Ok. Done. Any idea on the End of File error now? it's showing upstreams and miners and hash, and shows on the 2miners dashboard, but every few min it is suddenly stopping and saying "read error: "end of file""

from xmrig-proxy.

SChernykh avatar SChernykh commented on June 6, 2024

"end of file" is when the pool disconnects. Try another pool maybe, or another pool server.

from xmrig-proxy.

Ranchdad86 avatar Ranchdad86 commented on June 6, 2024

"end of file" is when the pool disconnects. Try another pool maybe, or another pool server.

Thank you. It hasn't done it for a while. I'll try another if it works. Been a long few days of issues between new BZminer release not working (apparently multiple people have the same issue with it getting stuck loading the config.txt), asic pool issues, etc. Thanks for responding so fast!

from xmrig-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.