-
Notifications
You must be signed in to change notification settings - Fork 338
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
Get the current pool through the API / Change the priority of the pool if there are more than two. #40
Comments
Good idea, in TODO now xmrig/xmrig#106 |
May be added the ability to split hash into different pools and coins. For examples, after 100 shares move from pool A (xmr) to pool B (another cryptonight coin)? |
I was thinking the ability to use split mining between two different wallets. |
Bump, I would like this as well! |
In dev branch added graceful reload support, also config file with pools now available via API and config change via API is planed, more details: #119 |
Now config can be changed via HTTP API too, via Example: "api": {
"port": 4466,
"access-token": "SECRET",
"worker-id": null,
"ipv6": true,
"restricted": false
} Curl example:
|
old thread I know but is there any examples for how to curl our way to switching pools via php and the api? lets say the objective is simply to set the first pool in the pools array to enabled: false |
Can you add the ability to get the current pool through the API and also to change the priority of the pool if there are more than two?
The text was updated successfully, but these errors were encountered: