Changing stratum URL without restart #1165
Unanswered
batmanbytes
asked this question in
Q&A
Replies: 3 comments
-
# System restart action
curl -X POST http://YOUR-BITAXE-IP/api/system/restart |
Beta Was this translation helpful? Give feedback.
0 replies
-
The miner is not designed to switch to a new pool on the fly. Maybe worth an issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
This ties in with n > 2 of number of pools, and reordering of pool configurations. #1187 However, I'm not sure if this warrants the complexity. It's quite involved to restart a new stratum connection, and getting the fallback pool to work was quite tricky. Another related issue is #734. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering: is it possible to change the URL of the pool I'm mining, without restarting the Bitaxe? I'm in a situation where I want it to change to mining to another pool with the slightest delay possible. Restarting it takes 5-10 seconds at least.
I used the following call, but it simply changes the text field in the UI; the miner does not switch mining to the new pool:
I need to restart it for any changes to apply.
Beta Was this translation helpful? Give feedback.
All reactions