MoneroOcean / xmr-node-proxy

Cryptonote/Forknote/Cryptonight/Light/Heavy coin proxy for nodejs-pool
76 stars 61 forks source link

Need for precision on the backup pool. #29

Closed alexdaums closed 6 years ago

alexdaums commented 6 years ago

Hello,

At this moment I mine for "supportxmr" to empty my accumulated currency. Then back to MO which is much more dynamic.

This morning supportxmr had a problem and I think the backup pool (MO) was not working properly. Here are my log files at the time of the problem. If anyone can explain to me why there is very little share to MO when supportxmr is down? proxy-error-1.log proxy-out.log

MoneroOcean commented 6 years ago

Can you please show your config (with masked wallet)? Is it possible that gulf.moneroocean.stream is not listed as backup pool (with 0 share)? These small shares still submitted to gulf.moneroocean.stream are likely dev donation pool shares.

alexdaums commented 6 years ago

My config file. config.txt

MoneroOcean commented 6 years ago

I see. Likely dev donation pool (also gulf.moneroocean.stream) conflicted and overridden the main pool. I fixed that by changing donation pool name to donations..moneroocean.stream. Please run ./update.sh to fix that.

alexdaums commented 6 years ago

Not good

2018-05-08 16:17 +02:00: [MASTER] Plain pool socket connect error from donations.moneroocean.stream: Error: read ECONNRESET 2018-05-08 16:17 +02:00: [MASTER] Pool socket error from donations.moneroocean.stream: Error: read ECONNRESET 2018-05-08 16:17 +02:00: [MASTER] Pool socket closed from donations.moneroocean.stream 2018-05-08 16:17 +02:00: [MASTER] Plain pool socket connect error from donations.moneroocean.stream: Error: read ECONNRESET 2018-05-08 16:17 +02:00: [MASTER] Pool socket error from donations.moneroocean.stream: Error: read ECONNRESET 2018-05-08 16:17 +02:00: [MASTER] Pool socket closed from donations.moneroocean.stream 2018-05-08 16:17 +02:00: [MASTER] Plain pool socket connect error from donations.moneroocean.stream: Error: read ECONNRESET 2018-05-08 16:17 +02:00: [MASTER] Pool socket error from donations.moneroocean.stream: Error: read ECONNRESET

MoneroOcean commented 6 years ago

Hopefully it will automatically fix itself after some time after you will have DNS server update. At least it works on my system already.

MoneroOcean commented 6 years ago

Proxy works fine despite this error?

alexdaums commented 6 years ago

DNS OK. XNP works fine.

MoneroOcean commented 6 years ago

What IP donations.moneroocean.stream resolves to from your system?

ping donations.moneroocean.stream ?

alexdaums commented 6 years ago

ping donations.moneroocean.stream PING monerooceans.stream (54.37.158.183) 56(84) bytes of data. 64 bytes from 183.ip-54-37-158.eu (54.37.158.183): icmp_seq=1 ttl=53 time=41.4 ms 64 bytes from 183.ip-54-37-158.eu (54.37.158.183): icmp_seq=2 ttl=53 time=38.4 ms 64 bytes from 183.ip-54-37-158.eu (54.37.158.183): icmp_seq=3 ttl=53 time=39.0 ms

MoneroOcean commented 6 years ago

Hm, do not why it does not work in this case. Lets wait till tomorrow. Maybe it is some OVH provider glitch on my side.

alexdaums commented 6 years ago

No error when i set "developerShare": 0, But Always the same error when i set "developerShare": 1,

2018-05-08 17:18 +02:00: [MASTER] Plain pool socket connect error from donations.moneroocean.stream: Error: read ECONNRESET
2018-05-08 17:18 +02:00: [MASTER] Pool socket error from donations.moneroocean.stream: Error: read ECONNRESET
2018-05-08 17:18 +02:00: [MASTER] Pool socket closed from donations.moneroocean.stream
2018-05-08 17:18 +02:00: [MASTER] Plain pool socket connect error from donations.moneroocean.stream: Error: read ECONNRESET
2018-05-08 17:18 +02:00: [MASTER] Pool socket error from donations.moneroocean.stream: Error: read ECONNRESET
2018-05-08 17:18 +02:00: [MASTER] Pool socket closed from donations.moneroocean.stream
MoneroOcean commented 6 years ago

Yeah, no idea at this moment. Can you please try it tomorrow as well?

alexdaums commented 6 years ago

I'm really sorry! But I found the problem and it's coming from my network. It was my firewall stormshield that was blocking the connection. I ask myself the question is that it is the word "donations" that causes the block?

So it's okay for me. It works fine.

MoneroOcean commented 6 years ago

Hm, interesting. I will rename it to some other name :) Thanks for report!

alexdaums commented 6 years ago

Try devshares.moneroocean.stream

MoneroOcean commented 6 years ago

OK. Changed name. Please check.

alexdaums commented 6 years ago

With "devshare" it works perfectly! The firewall is not blocking.

MoneroOcean commented 6 years ago

Big thanks for testing this :)