- #153 Fixed issues with dwarfpool.com.
- #25 Use 2 decimal places in API hashrate.
- #147 Fixed comparability with monero-stratum.
- Fixed OS X build.
- New internal event based architecture to easily extend proxy features.
- Added HTTP API.
- Added per worker statistics, available in HTTP API and terminal.
- Added command line option
--no-workers
and config optionworkers
. - Added option
access-log-file
, to write to file log information about connection/disconnection of miners. - Added limited support to override pool diff, global via option
custom-diff
or per workerWORKER_ID+DIFF
. - Added option
coin
, set it toaeon
if use proxy for AEON (cryptonight-lite). - Added donation, default 2% configurable down to 1% as promised before, no fee if you use only one pool connection (up to 256 workers).
- #19 Use ratio instead of efficiency in connections report.
- Optimized performance, stability and memory usage.
- libjansson replaced to rapidjson.
- Added config file support.
- Added support for 32bit version.
- Added
--user-agent
option, to set custom user-agent string for pool. For examplecpuminer-multi/0.1
. - Force reconnect if pool block miner IP address. helps switch to backup pool.
- Better error message when detected incompatible miner, copy original nicehash behavior.
- Fixed terminal issues after exit on Linux and OS X.
- #5 Fixed OX X support.
- #6 Fixed
--no-color
option.
- First public release.