SChernykh
bb8ff24db8
StratumServer: added avg effort and number of shares to status
2021-08-30 20:49:51 +02:00
SChernykh
4ac08ac10d
StratumServer: print current effort in status
2021-08-30 19:45:37 +02:00
SChernykh
891ee36e53
Force update average hashrates when print_status() is called
2021-08-30 17:50:09 +02:00
SChernykh
d1e94d6e1a
StartumServer: print average hashrate in status
2021-08-30 16:51:23 +02:00
SChernykh
a2f6e73122
JSONRPCRequest: more informative error messages
2021-08-30 14:28:23 +02:00
SChernykh
9120b86007
Fixed use of out of scope variable
2021-08-30 01:21:46 +02:00
SChernykh
1f6ed0542e
Merge pull request #5 from Gingeropolous/patch-1
...
update readme to remove cat
2021-08-29 20:35:13 +03:00
Gingeropolous
8d96c42451
update readme to remove cat
...
removed unnecessary cat. not the most important thing but i came across a website / blog once that made a point about getting rid of extra cats and i found it funny.
2021-08-29 13:28:02 -04:00
SChernykh
bb7720968f
Tweaked log levels
2021-08-29 19:20:36 +02:00
SChernykh
ed390e8b7b
Update README.md
2021-08-29 18:14:35 +02:00
SChernykh
dac74a8829
Update p2p_server.cpp
2021-08-29 17:42:49 +02:00
SChernykh
dd9166e91c
Update dataset at normal thread priority
2021-08-29 17:36:10 +02:00
SChernykh
456f5d356f
P2PServer: ban peers only after handshake finished and failed
2021-08-29 17:26:30 +02:00
SChernykh
541b3c653d
Enable 4-byte target format for diff up to 4 million
2021-08-29 08:46:23 +02:00
SChernykh
519b4b548d
Relax JSON parsing
...
Allow comments and trailing commas
2021-08-29 08:39:17 +02:00
SChernykh
759d2ecc82
Update config.json
2021-08-29 08:26:17 +02:00
SChernykh
8e29abd906
Small fixes
2021-08-29 00:13:53 +02:00
SChernykh
8a26498b66
Tweaked log levels
2021-08-28 23:34:46 +02:00
SChernykh
ff4d89868b
StratumServer: Use short target format (4 bytes) for diff <= ~2 million
2021-08-28 19:50:48 +02:00
SChernykh
4175f4c8bc
StratumServer: ban clients that send incorrect shares
2021-08-28 18:40:50 +02:00
SChernykh
c6d26b48e2
Update README.md
2021-08-28 18:19:27 +02:00
SChernykh
df59e81afe
New p2pool node for the test
2021-08-28 18:17:46 +02:00
SChernykh
9e438210d1
StratumServer: support custom fixed difficulty
...
Example (set fixed difficulty 10000)
`"user":"x+10000"` in config.json or
`-u x+10000` in command line
2021-08-28 17:23:16 +02:00
SChernykh
46ce4ebee7
check_pow: fixed carry calculation
2021-08-28 11:50:20 +02:00
SChernykh
9662428d33
Update README.md
2021-08-28 11:22:18 +02:00
SChernykh
0be078cb09
StartumServer: moved warnings to log level 4
2021-08-28 08:30:17 +02:00
SChernykh
14bb308794
P2PServer: clear m_missingBlockRequests when there is nothing missing
2021-08-27 21:09:35 +02:00
SChernykh
bbe69077c1
Update README.md
2021-08-27 19:54:41 +02:00
SChernykh
f9be0de8d2
P2PServer: ask peers about unknown blocks only once
2021-08-27 17:26:42 +02:00
SChernykh
81a12158fc
P2PServer: don't add banned peers back to the peer list
2021-08-27 16:36:06 +02:00
SChernykh
3804bfb0ba
Update README.md
2021-08-27 13:14:22 +02:00
SChernykh
24bd7dd3e7
Update README.md
2021-08-27 12:42:02 +02:00
SChernykh
c4828d455d
Update README.md
2021-08-27 12:11:01 +02:00
SChernykh
925c30ca8e
Mainnet test instructions
2021-08-27 12:10:25 +02:00
SChernykh
8304d81961
Prepare for mainnet test
2021-08-27 11:30:03 +02:00
SChernykh
27c2aab145
Check network type at startup
...
- Make network type part of consensus ID to avoid mixing p2pool nodes from mainnet and testnet/stagenet
- Check that wallet address matches the network type of monerod
2021-08-27 11:25:25 +02:00
SChernykh
afca83d6c2
BlockCache: check block size before storing it
2021-08-27 10:37:14 +02:00
SChernykh
2761ce5af7
Fixed a leak in ZMQReader
2021-08-27 10:32:31 +02:00
SChernykh
776b1f561c
Fixed use after free on p2pool shutdown
2021-08-27 10:13:33 +02:00
SChernykh
715c0d4e14
Reduced cache size a bit
2021-08-27 10:12:41 +02:00
SChernykh
8f1875315c
First test finished
2021-08-27 00:50:25 +02:00
SChernykh
3ea71d51e5
Fixed crash on startup
2021-08-27 00:41:09 +02:00
SChernykh
f77e0434c6
Fixed TCPServer startup
2021-08-27 00:19:01 +02:00
SChernykh
3f1ee9ce4b
TCPServer fixes
...
- Proper shutdown sequence, uv_close() must be called from the event loop thread
- Moved start_listening() to child class constructor because it must be ready before it can listen on sockets
- Added simple memory leak detector for Windows. Linux users can enjoy the leak sanitizer
2021-08-26 23:57:59 +02:00
SChernykh
27e85a922b
TCPServer: fixed more leaks on shutdown
2021-08-26 19:14:04 +02:00
SChernykh
4ba32277c1
Use p2pool-api branch for Monero
2021-08-26 15:36:40 +02:00
SChernykh
37f3312e1d
Submit received p2pool blocks to monerod when possible
2021-08-25 22:07:42 +02:00
SChernykh
125815b502
Made print_status() thread-safe
2021-08-25 21:00:06 +02:00
SChernykh
63e442dffd
print_status: fixed next payout display
2021-08-25 18:52:09 +02:00
SChernykh
0009eba307
Fix RandomX startup logic
...
Ensure that both RandomX caches initialize before stratum and p2p servers start.
2021-08-25 18:31:42 +02:00