Has anyone else noticed that the difficulty on the EU server and the US server are different?
I switched my miners over to the EU server yesterday (except for 1) and they were mining on different difficulties. So I assume different coins.
However, the EU server seems much more stable.
Anyone else have any insight?
Look on last post on page 180, top of 181, and H2o's response in the middle of 181.
If you're referring to this:
There are currently some network issues with coin switching. It occasionally doesn't switch, and hangs for 20 seconds or so. This seems to happen once in every 5 switches or so.
I'm working on a fix, but in the mean time if you want a workaround, and you can are ok with recompiling cgminer, you can:
in
https://github.com/ckolivas/cgminer/blob/master/util.cchange:
Code:
const int tcp_keepidle = 45;
const int tcp_keepintvl = 30;
to:
Code:
const int tcp_keepidle = 5;
const int tcp_keepintvl = 4;
These occur twice in the file.
Thanks to `Kevin on IRC for this.
It doesn't explain the difference between EU/US