Commit Graph

413 Commits (0df11d24f5f525bc020c12d1edd0dbc59ea66010)

Author SHA1 Message Date
SChernykh 0df11d24f5 P2PServer: tweaked invalid timestamp logic
2 years ago
SChernykh a6c27a1e3f P2PServer: checks timestamps only for new blocks
2 years ago
SChernykh c090b0cf62 P2PServer: tweaked invalid timestamp logic
2 years ago
SChernykh 45660e3d96 Show wallet address in error messages and status
2 years ago
SChernykh 732190bb11 P2PServer: sanity check for timestamps
2 years ago
SChernykh 255d312ae0 SideChain: log blocks with the same id
2 years ago
SChernykh cc92ae7998 Retry get_block_headers_range RPC call if it fails
2 years ago
SChernykh 07b460147e P2PServer: added missing time check
2 years ago
SChernykh 6cf1b13500 p2pool v2.5
2 years ago
SChernykh 65a9574e52 Added `--p2p-external-port` command line parameter
2 years ago
SChernykh d081c8ea74 TCPServer: fixed data race during shutdown
2 years ago
SChernykh c029e5c39d Added macro for debug builds
2 years ago
SChernykh a917a9493c Randomize extra_nonce
2 years ago
SChernykh 02405bb8ff Workaround for duplicate sidechain IDs
2 years ago
SChernykh d8bb85a1d8 Fix: api didn't always save total hashes
2 years ago
SChernykh fd6b2360aa Fix: uv_close was called from wrong thread
2 years ago
SChernykh 3e655961e9
Merge pull request #206 from SChernykh/reduce_memory
2 years ago
SChernykh 077837054b Optimized TxOutput struct
2 years ago
SChernykh 45674ef554 Better cache cleanup
2 years ago
SChernykh eabf856dbd Removed redundant m_sideChainData
2 years ago
SChernykh 32ea0f2cf6 Clear crypto cache more often
2 years ago
SChernykh 6a66615f37 Removed redundant m_mainChainData
2 years ago
SChernykh 314a1ba39b p2pool v2.4
2 years ago
SChernykh 2daa7f9fea Fixed memory leak
2 years ago
SChernykh f0d576e1b0 Reduced memory usage for each PoolBlock
2 years ago
SChernykh 7468af0779 TCPServer: fix incoming connection counting
2 years ago
SChernykh 38a6d3e549 Limit max in/out peers to 450
2 years ago
SChernykh b81f1c4975 Require monerod v0.18
2 years ago
SChernykh ed78e9df6e More reliable file load/save
2 years ago
SChernykh f044149004 P2PServer fix: reset ping time on disconnect
2 years ago
SChernykh f126eb7611 P2PServer: added more logging
2 years ago
SChernykh afa9cf371e P2PServer: sync from the fastest peer if possible
2 years ago
SChernykh f813cf6d36 Fix: possible use after free on shutdown
2 years ago
SChernykh d80a06bc8e Added more error logging
2 years ago
SChernykh 947178f10a StratumServer: improved warning message
2 years ago
SChernykh e92cc7d50c Fix: don't use proxy for incoming connections
2 years ago
SChernykh 989a28a8ca TCPServer small fixes
2 years ago
SChernykh e4dd46b498 Added `--no-dns` command line parameter
2 years ago
SChernykh c49e8d4770 Merge branch 'proxy'
2 years ago
SChernykh 86156f3fec SOCKS5 proxy support
2 years ago
SChernykh fec826b10e Changed spammy warning to level 5
2 years ago
SChernykh d40bb61da8 p2pool v2.3
2 years ago
SChernykh 4733d42932 TCPServer: more informative error messages
2 years ago
SChernykh 6615fa67f5 API: fixed error messages
2 years ago
SChernykh dc4b88d08e API: use unique temp file names
2 years ago
SChernykh 4599d81a59 API: save to temp file first and then rename it
2 years ago
SChernykh 3ea5b575b7 JSON RPC: added more error checks
2 years ago
SChernykh bde5b19c77 CI: added sync test
2 years ago
SChernykh cc60ab3d63 StratumServer: added scoring system for clients
2 years ago
SChernykh 3802886722 Fixed "unknown command" message
2 years ago