SChernykh
b9a9be2795
Update robin-hood-hashing
2022-11-04 10:35:25 +01:00
SChernykh
19414b061b
Refactored BackgroundJobTracker
2022-11-04 10:20:32 +01:00
SChernykh
74b5ab1798
Force update block template after 30 seconds
...
To get new transactions in
2022-11-04 07:47:07 +01:00
SChernykh
83cda110aa
P2PServer: tweaked invalid timestamp messages
2022-11-03 21:19:48 +01:00
SChernykh
6f87546492
Update README.md
2022-11-03 19:55:25 +01:00
SChernykh
1f7c89a95c
Fixed Coverity issues
2022-11-03 19:24:15 +01:00
SChernykh
0df11d24f5
P2PServer: tweaked invalid timestamp logic
2022-11-03 16:14:56 +01:00
SChernykh
a6c27a1e3f
P2PServer: checks timestamps only for new blocks
2022-11-03 15:20:38 +01:00
SChernykh
0a5fa12ce5
Update wallet_tests.cpp
2022-11-03 14:29:57 +01:00
SChernykh
c090b0cf62
P2PServer: tweaked invalid timestamp logic
2022-11-03 13:52:29 +01:00
SChernykh
45660e3d96
Show wallet address in error messages and status
2022-11-03 11:38:43 +01:00
SChernykh
732190bb11
P2PServer: sanity check for timestamps
2022-11-03 08:51:06 +01:00
SChernykh
b667f88d0e
Updated cppzmq
2022-11-02 15:10:16 +01:00
SChernykh
255d312ae0
SideChain: log blocks with the same id
2022-11-02 12:49:12 +01:00
SChernykh
cc92ae7998
Retry get_block_headers_range RPC call if it fails
2022-11-02 11:36:29 +01:00
SChernykh
ae9905e4c7
CI: removed Ubuntu 18.04
2022-11-02 09:45:59 +01:00
SChernykh
38469c26ff
Updated curl to 7.86.0
2022-11-02 08:47:54 +01:00
SChernykh
07b460147e
P2PServer: added missing time check
2022-11-01 16:07:13 +01:00
SChernykh
6cf1b13500
p2pool v2.5
2022-10-31 17:39:33 +01:00
SChernykh
4a8d4ab8d9
Updated github actions
2022-10-28 14:32:49 +02:00
SChernykh
65a9574e52
Added --p2p-external-port
command line parameter
2022-10-28 14:06:26 +02:00
SChernykh
6eacb677a4
Update README.md
2022-10-20 10:36:52 +02:00
SChernykh
d081c8ea74
TCPServer: fixed data race during shutdown
2022-10-18 18:41:58 +02:00
SChernykh
0342e7ffb5
Enabled parallel compilation
2022-10-13 21:41:08 +02:00
SChernykh
c029e5c39d
Added macro for debug builds
2022-10-13 11:21:40 +02:00
SChernykh
a917a9493c
Randomize extra_nonce
...
To guarantee that hashing blobs will be different between different p2pool nodes, even if they mine to the same wallet address and don't have transactions to shuffle within the block template.
2022-10-11 11:33:58 +02:00
SChernykh
02405bb8ff
Workaround for duplicate sidechain IDs
...
Place transactions in the block template in random order, so two different p2pool nodes mining to the same wallet will get different sidechain IDs with high probability if there's more than 2-3 transactions in mempool.
2022-10-10 21:50:33 +02:00
SChernykh
d8bb85a1d8
Fix: api didn't always save total hashes
2022-10-09 18:17:01 +02:00
SChernykh
fd6b2360aa
Fix: uv_close was called from wrong thread
2022-10-07 16:02:08 +02:00
SChernykh
3e655961e9
Merge pull request #206 from SChernykh/reduce_memory
...
Reduced memory usage
2022-10-06 20:01:55 +03:00
SChernykh
077837054b
Optimized TxOutput struct
2022-10-04 21:03:56 +02:00
SChernykh
45674ef554
Better cache cleanup
2022-10-04 20:04:41 +02:00
SChernykh
eabf856dbd
Removed redundant m_sideChainData
2022-10-04 15:49:58 +02:00
SChernykh
32ea0f2cf6
Clear crypto cache more often
2022-10-04 14:37:55 +02:00
SChernykh
47f40c0be3
Fixed curl include directory
2022-10-03 20:05:33 +02:00
SChernykh
6a66615f37
Removed redundant m_mainChainData
2022-10-03 18:42:32 +02:00
SChernykh
314a1ba39b
p2pool v2.4
2022-09-30 17:52:33 +02:00
SChernykh
2daa7f9fea
Fixed memory leak
2022-09-28 22:43:38 +02:00
SChernykh
f0d576e1b0
Reduced memory usage for each PoolBlock
2022-09-28 16:50:30 +02:00
SChernykh
be76c58264
Fixed MSYS2 build
2022-09-26 01:02:26 +02:00
SChernykh
8245f232d4
Updated dependencies
2022-09-25 19:45:52 +02:00
SChernykh
7468af0779
TCPServer: fix incoming connection counting
2022-09-22 11:28:38 +02:00
SChernykh
38a6d3e549
Limit max in/out peers to 450
...
To avoid hitting default open files limit (1024)
2022-09-20 10:39:55 +02:00
SChernykh
3022588e35
Run tests in debug config on Windows
2022-09-14 18:30:59 +02:00
SChernykh
b81f1c4975
Require monerod v0.18
2022-09-14 14:45:10 +02:00
SChernykh
ed78e9df6e
More reliable file load/save
2022-09-13 18:48:00 +02:00
SChernykh
f044149004
P2PServer fix: reset ping time on disconnect
2022-09-13 16:14:54 +02:00
SChernykh
f126eb7611
P2PServer: added more logging
2022-09-13 11:12:08 +02:00
SChernykh
afa9cf371e
P2PServer: sync from the fastest peer if possible
2022-09-13 10:51:15 +02:00
SChernykh
f813cf6d36
Fix: possible use after free on shutdown
...
Console commands could access destroyed objects
2022-09-08 16:16:00 +02:00