Commit Graph

42 Commits (master)

Author SHA1 Message Date
SChernykh e82fe8cdc1 Fixed cppcheck errors
3 months ago
SChernykh 1e1c3ad6e9 Updated copyright
5 months ago
SChernykh 390cf0257e StratumServer: fixed data races on disconnect
8 months ago
SChernykh 2c5cfb6442 Fixed data races when using uv_async_send
9 months ago
SChernykh 76c4573c39 CI: cleanup build warnings
9 months ago
SChernykh c94b627808 TCPServer: use /64 prefix to ban IPv6 peers
1 year ago
SChernykh 6e258bb210 Refactored TCPServer to reduce code duplication
1 year ago
SChernykh 0ce1558f54 Fixed data races
1 year ago
SChernykh 03a3423da0 StratumServer: fixed data race
1 year ago
SChernykh 1c908c261d TCPServer: refactored memory allocation
1 year ago
SChernykh 975679ef87 Show actual worker difficulty in `workers` command
1 year ago
SChernykh a574e68bb7 StratumServer: check for bans before checking shares
1 year ago
SChernykh 451778d704 Optimized RNG usage
1 year ago
SChernykh ccc5117172 Track shares that failed to be added
1 year ago
SChernykh b346b93285 Updated copyright
1 year ago
SChernykh 2e747beda6 Added sidechain height to SHARE FOUND log
2 years ago
SChernykh a917a9493c Randomize extra_nonce
2 years ago
SChernykh fd6b2360aa Fix: uv_close was called from wrong thread
2 years ago
SChernykh 86156f3fec SOCKS5 proxy support
2 years ago
SChernykh cc60ab3d63 StratumServer: added scoring system for clients
2 years ago
SChernykh 990916ab62 StratumServer: added autodiff
2 years ago
SChernykh d4e362cd76 TCPServer: optimized Client struct size
2 years ago
SChernykh 1dd06cc509 Removed std::string to avoid memory allocation
2 years ago
SChernykh 0818d91f4f StratumServer: added console command `workers`
2 years ago
SChernykh a2afa29052 Updated copyright
2 years ago
SChernykh aada1bb5cc Use chrono::steady_clock for internal timestamps
2 years ago
SChernykh c21d052d7a Refactored RNG usage across the code
2 years ago
SChernykh cc6ce4a366 Reset stratum share counters after initial sync
2 years ago
SChernykh 9f449320b5 StartumServer: disconnect and ban inactive clients
2 years ago
WeebDataHoarder bc341918f6 Decode custom user from stratum client, display stratum client+user on SHARE FOUND and client mainchain found message
3 years ago
SChernykh 9e90e988fa Refactored array_size to make it always constexpr
3 years ago
SChernykh f3024d3556 StratumServer: submit Monero block as soon as possible
3 years ago
SChernykh c9faa92098 StratumServer: fixed "bad share" ban logic
3 years ago
SChernykh 52e5008bf4 Refactoring
3 years ago
Thomas Clarke 7742d163f7
API for stratum server statistics.
3 years ago
SChernykh 5c92920619 Default log level 3
3 years ago
SChernykh bb8ff24db8 StratumServer: added avg effort and number of shares to status
3 years ago
SChernykh 4ac08ac10d StratumServer: print current effort in status
3 years ago
SChernykh 891ee36e53 Force update average hashrates when print_status() is called
3 years ago
SChernykh d1e94d6e1a StartumServer: print average hashrate in status
3 years ago
SChernykh 9e438210d1 StratumServer: support custom fixed difficulty
3 years ago
SChernykh 510b7dbb85 Add files
3 years ago