-
Notifications
You must be signed in to change notification settings - Fork 36
Backup pools #11
Comments
Yes, I have had a few problems with my pool going down as well. This is
very high on my todo list but I'm busy working on another project at the
moment.
…On Tue, Aug 22, 2017 at 8:07 PM, kiwina ***@***.***> wrote:
It be great to add backup pools
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIsrB0cZEYNqyBIx_7kyxGPlPui4gPV9ks5sa20kgaJpZM4O_VNs>
.
|
I haven't released a new version yet, but I wrote a simple failover update: b481d09 Here's the preview update compiled if you or anyone else is unable to compile it themselves. You can use an existing JSON with it and it should add/update missing variables. Or you can start with a fresh/new one but just running it. |
Great already using it but haven't had a chance to see if it actually switches |
I've had it work. Switched me to a different pool automatically, then I checked and saw my rigs weren't connected in my pool rig list. I may add an option to switch back to the main pool at some point. |
There's something not quite right with this, I've tried 1 pool and the same pool entered twice but for some reason it doesn't recover after internet issues. I dont have logging enabled and i cant check but i find that just restarting the proxy will be enough, the miners dont need to be restarted. It seems like the proxy drops the connection to the pool and cant recover. last hour: 234 shares submitted Last few lines of my journal say Sep 21 16:12:06 MP MinerProxy.exe[2212]: [NONE] 4:12:06 PM: Accept failed with 10024 |
A new connection is made to the pool for every new miner, the pool failover
changes if the last few attempts didn't succeed.
…On Thu, Sep 21, 2017 at 2:23 AM, hogze94 ***@***.***> wrote:
There's something not quite right with this, I've tried 1 pool and the
same pool entered twice but for some reason it doesn't recover after
internet issues. I dont have logging enabled and i cant check but i find
that just restarting the proxy will be enough, the miners dont need to be
restarted.
It seems like the proxy drops the connection to the pool and cant recover.
last hour: 234 shares submitted
two hours ago: 2464 shares submitted
three hours ago: 5364 shares submitted
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIsrBzygcbwPX_HC7xaxfCfaMFuLoVaGks5skgD6gaJpZM4O_VNs>
.
|
Interesting that the logs dont have the miner name, it just says NONE. And error 10024 is related to sockets
|
Try restarting your computer -- that looks like a pretty low level windows
socket error. I've never encountered that message, and the few searches I
just did was unhelpful. I've got several MinerProxy instances running with
anywhere from 1 to 100 connections simultaneously, sometimes chaining
between one MinerProxy to another at a remote location (intricate web of
redundancy) and I've not had any issues. If I had to guess, I'd say this
issue is machine specific. If I find anything else out about this I'll
reply to this thread, but more information is needed before we can begin to
solve this.
…On Thu, Sep 21, 2017 at 9:06 PM, hogze94 ***@***.***> wrote:
Interesting that the logs dont have the miner name, it just says NONE. And
error 10024 is related to sockets
WSAEMFILE10024 Too many open files.Too many open sockets. Each
implementation may have a maximum number of socket handles available,
either globally, per process, or per thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIsrB8nyPdPZGgGGG1g8H2wFlNpRqRvlks5skwgCgaJpZM4O_VNs>
.
|
It be great to add backup pools
The text was updated successfully, but these errors were encountered: