Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MoneroOcean- xmrig won't connect to Monero p2pool #104

Open
Santahr opened this issue Mar 13, 2022 · 4 comments
Open

MoneroOcean- xmrig won't connect to Monero p2pool #104

Santahr opened this issue Mar 13, 2022 · 4 comments

Comments

@Santahr
Copy link

Santahr commented Mar 13, 2022

Describe the bug
127.0.0.1 read error: "connection reset by peer"

To Reproduce
xmrig.exe -o 127.0.0.1
or xmrig.exe -o address of p2pool

Expected behavior
Vanilla xmrig works!

@Spudz76
Copy link

Spudz76 commented Mar 14, 2022

Assuming p2pool is intolerant of extra junk in the login packet (algo-perf) when it should be simply ignoring unknown extensions.

@Spudz76
Copy link

Spudz76 commented Mar 14, 2022

Nope, looks like it does ignore extra junk, so perhaps you've left "tls": true on the pool definition.

Note that config.json always wins over command line options.

@Santahr
Copy link
Author

Santahr commented Mar 14, 2022

** To Reproduce **
"pools": [
{
"algo": null,
"coin": null,
"url": "gulf.moneroocean.stream:20128",
"user": "wallet add",
"pass": "x",
"rig-id": "name",
"nicehash": false,
"keepalive": true,
"enabled": false,
"tls": true,
"tls-fingerprint": null,
"daemon": false,
"socks5": null,
"self-select": null,
"submit-to-origin": false
},
{
"coin": "monero",
"algo": "rx/0",
"url": "127.0.0.1:3333",
"enabled": true,
"tls": false,
"keepalive": true,
"nicehash": false
}
],

END Results :

read error: "connection reset by peer"

@realsetvin
Copy link

I dont think there is a strong desire to correct this issue considering the intended purpose of this miner

just build your own xmrig from source. Follow the instructions

https://xmrig.com/docs/miner/build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants