Commit Graph

488 Commits (d79fefe546fdfdf18e58299dc7e1c86f96b2abe6)
 

Author SHA1 Message Date
SChernykh ff4d89868b StratumServer: Use short target format (4 bytes) for diff <= ~2 million
3 years ago
SChernykh 4175f4c8bc StratumServer: ban clients that send incorrect shares
3 years ago
SChernykh c6d26b48e2
Update README.md
3 years ago
SChernykh df59e81afe
New p2pool node for the test
3 years ago
SChernykh 9e438210d1 StratumServer: support custom fixed difficulty
3 years ago
SChernykh 46ce4ebee7 check_pow: fixed carry calculation
3 years ago
SChernykh 9662428d33 Update README.md
3 years ago
SChernykh 0be078cb09 StartumServer: moved warnings to log level 4
3 years ago
SChernykh 14bb308794 P2PServer: clear m_missingBlockRequests when there is nothing missing
3 years ago
SChernykh bbe69077c1
Update README.md
3 years ago
SChernykh f9be0de8d2 P2PServer: ask peers about unknown blocks only once
3 years ago
SChernykh 81a12158fc P2PServer: don't add banned peers back to the peer list
3 years ago
SChernykh 3804bfb0ba
Update README.md
3 years ago
SChernykh 24bd7dd3e7
Update README.md
3 years ago
SChernykh c4828d455d
Update README.md
3 years ago
SChernykh 925c30ca8e
Mainnet test instructions
3 years ago
SChernykh 8304d81961 Prepare for mainnet test
3 years ago
SChernykh 27c2aab145 Check network type at startup
3 years ago
SChernykh afca83d6c2 BlockCache: check block size before storing it
3 years ago
SChernykh 2761ce5af7 Fixed a leak in ZMQReader
3 years ago
SChernykh 776b1f561c Fixed use after free on p2pool shutdown
3 years ago
SChernykh 715c0d4e14 Reduced cache size a bit
3 years ago
SChernykh 8f1875315c
First test finished
3 years ago
SChernykh 3ea71d51e5 Fixed crash on startup
3 years ago
SChernykh f77e0434c6 Fixed TCPServer startup
3 years ago
SChernykh 3f1ee9ce4b TCPServer fixes
3 years ago
SChernykh 27e85a922b TCPServer: fixed more leaks on shutdown
3 years ago
SChernykh 4ba32277c1 Use p2pool-api branch for Monero
3 years ago
SChernykh 37f3312e1d Submit received p2pool blocks to monerod when possible
3 years ago
SChernykh 125815b502 Made print_status() thread-safe
3 years ago
SChernykh 63e442dffd print_status: fixed next payout display
3 years ago
SChernykh 0009eba307 Fix RandomX startup logic
3 years ago
SChernykh 276cc5f0fd Fix Mac compilation
3 years ago
SChernykh fa3146a8f3 Reverted force close TCP connections
3 years ago
SChernykh 230d3e4780 Fixed socket leak after a failed connection
3 years ago
SChernykh d246ee1552 Enabled block cache for Mac
3 years ago
SChernykh 46b7c3e755 TCPServer: stop reading before closing connection
3 years ago
SChernykh 662865ad70 Reduced startup spam at log levels <= 5
3 years ago
SChernykh 68a4765f95 Force close TCP connections
3 years ago
SChernykh 924fd4b7bd TCPServer: better tracking of used sockets
3 years ago
SChernykh a38a7be73f p2pool: submit block from the main thread only
3 years ago
SChernykh 8f93adf7a1 Refactored signal handler
3 years ago
SChernykh d8efb27374 Restrict uv_default_loop() to main thread
3 years ago
SChernykh dbf18c34a4 Fixed wrong uv loop in p2pserver::flush_cache()
3 years ago
SChernykh fcb9e25fb1 Print background jobs in status
3 years ago
SChernykh 7ab3c22114 Give only 5 seconds for new connections to complete handshake
3 years ago
SChernykh 336349e189 Show hashrate estimate in status
3 years ago
SChernykh 8f2493edfc Log message fixes
3 years ago
SChernykh a27577f735 Added log level 6 to reduce spam on level 5
3 years ago
SChernykh 09aedd9f9a Drop idle connections
3 years ago