You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 2.5 introduced graceful reload, pools and some other settings now can changed without proxy restart. 2 mechanism available:
File system watcher (via uv_fs_event_t) if config file changed or replaced proxy will automatically load new configuration after 500 ms delay.
Change config remotely via HTTP API.
File system watcher enabled by default, this feature can disabled via --no-watch command line option or "watch": false, config file option. If used multiple config files, only last will be watched. If config file not used at all this feature not available.
Options supports graceful reload:
All pools options.
colors.
debug.
verbose.
custom-diff, only for new connections.
api/worker-id
reuse-timeout
Monero v7 PoW
Added addition option variant to override algorithm variation on miner side, works only with xmrig miners, it's optional for better convenience. PoW changes not affect stratum protocol so no changes required.
API
Old endpoints now deprecated but still available, please update your monitoring tools.
Configuration
In version 2.5 introduced graceful reload, pools and some other settings now can changed without proxy restart. 2 mechanism available:
File system watcher enabled by default, this feature can disabled via
--no-watch
command line option or"watch": false,
config file option. If used multiple config files, only last will be watched. If config file not used at all this feature not available.Options supports graceful reload:
pools
options.colors
.debug
.verbose
.custom-diff
, only for new connections.api/worker-id
reuse-timeout
Monero v7 PoW
Added addition option
variant
to override algorithm variation on miner side, works only with xmrig miners, it's optional for better convenience. PoW changes not affect stratum protocol so no changes required.API
Old endpoints now deprecated but still available, please update your monitoring tools.
GET /1/summary
instead ofGET /
GET /1/workers
instead ofGET /workers.json
GET /1/config
🆕PUT /1/config
🆕 exampleIPv6
IPv6 now fully supported:
Other changes
coin
now deprecated, usealgo
instead, too many coins now, but only 2 algorithm, also new option unify proxy with miners.The text was updated successfully, but these errors were encountered: