Commit Graph

589 Commits (master)

Author SHA1 Message Date
SChernykh 8a222d5e75 TCPServer: check if loop thread is running before waiting for it
1 year ago
SChernykh fcb62894a5 p2pool v3.3
1 year ago
SChernykh c94b627808 TCPServer: use /64 prefix to ban IPv6 peers
1 year ago
SChernykh 98b2d2057c SideChain: fixed data race
1 year ago
SChernykh 98a9eb4f18 Console: fixed data race
1 year ago
SChernykh 76c3e89faf StratumServer: update api more often
1 year ago
SChernykh abf48fde02 Stratum API: added block reward share percent
1 year ago
SChernykh b498084388 SideChain: fixed a rare sync bug
1 year ago
SChernykh 75c156578c SideChain: tweaked precalculation during sync
1 year ago
SChernykh 51a075c0df P2PServer: fixed buf_size checks
1 year ago
SChernykh 8bf045974f BlockTemplate code refactoring
1 year ago
SChernykh 44d2005ab1 Console: returned stdin check to constructor
1 year ago
SChernykh 5f18eed14d Fixed compilation error
1 year ago
SChernykh 7a83fd2f30 Console: check stdin handle early at startup
1 year ago
SChernykh 6e258bb210 Refactored TCPServer to reduce code duplication
1 year ago
SChernykh 72adfd3126 Console: added local api
1 year ago
SChernykh 196b27f3b2 Console: read commands via localhost TCP
1 year ago
SChernykh 14ab9f462a Fixed command line parsing
1 year ago
SChernykh 93365973a7
Merge pull request #253 from hinto-janai/master
1 year ago
hinto.janai 950ecd6bbc
add `--version`
1 year ago
SChernykh 8420f5f1b1 TCPServer: reduced write buffer reallocations
1 year ago
SChernykh 6ef166ba33 Fixed cppcheck errors
1 year ago
SChernykh 2d76846d3c Removed unused <iostream>
1 year ago
SChernykh f6cc7abac9 Fixed cppcheck error
1 year ago
SChernykh 92827035e0 p2pool v3.2
1 year ago
SChernykh 5f7b8c3371 Fixed cppcheck false positives
1 year ago
SChernykh 03eddddc0e Cache: save data from previous Monero block too
1 year ago
SChernykh 080fbaa26c Util: adder PerfTimer
1 year ago
SChernykh f6a285de87 API: added PPLNS window size to pool stats
1 year ago
SChernykh 55e4ea0277 API: added sidechain diff and height to pool stats
1 year ago
SChernykh bb80fe12a0 Added a check for unstable hardware
1 year ago
SChernykh 5c67f0df20 P2PServer: truncate too long peers list in api
1 year ago
SChernykh 3697c079fa Fixed cppcheck error
1 year ago
SChernykh 2e6041dcf5 P2PServer: add local api data
1 year ago
SChernykh 645de31fe3 SideChain: stricter checks in `get_difficulty`
1 year ago
SChernykh eef90da7ae SideChain: stricter checks of alternative chains
1 year ago
SChernykh c0586a5089 Added `--no-igd` as an alias for `--no-upnp`
1 year ago
SChernykh b30018bb38 SideChain::update_depths() - reduced log level
1 year ago
SChernykh 6c45573976 Faster block verification
1 year ago
SChernykh b6c1b1a6d7 P2PServer: log time it took to relay a block
1 year ago
SChernykh d41a441e98 UPnP: remove port mapping on shutdown
1 year ago
SChernykh 86b6cf2d65 UPnP: handle port mapping conflicts
1 year ago
SChernykh fe7ef30650 Don't port forward Stratum port by default
1 year ago
SChernykh bb4c7f0298 Run UPnP discovery in the background
1 year ago
SChernykh a7db46d69b Fixed command line help output
1 year ago
SChernykh d4a57370ef Disable cmd params depending on compile flags
1 year ago
SChernykh 19cc044cab Added UPnP port forwarding
1 year ago
SChernykh c2d8c806d2 Removed fork code, only v2 is left
1 year ago
SChernykh de7bdba95f TCPServer: don't spam logs with 127.0.0.1 bans
1 year ago
SChernykh 6baf5247cb Fixed `parallel_run` logic on single CPU systems
1 year ago