SChernykh
|
fe7ef30650
|
Don't port forward Stratum port by default
Added a command line parameter to enable it
|
2023-03-20 14:04:19 +01:00 |
|
SChernykh
|
bb4c7f0298
|
Run UPnP discovery in the background
|
2023-03-20 11:56:41 +01:00 |
|
SChernykh
|
146d29b627
|
Don't let user connect to a node without ZMQ
|
2023-03-10 15:02:07 +01:00 |
|
SChernykh
|
0ce1558f54
|
Fixed data races
|
2023-02-27 19:35:28 +01:00 |
|
SChernykh
|
25d083ef25
|
Show Monero node in status
|
2023-01-27 17:42:00 +01:00 |
|
SChernykh
|
001c9e937d
|
Fixed use of destroyed object
|
2023-01-24 08:19:13 +01:00 |
|
SChernykh
|
d4329ae594
|
Show file:line where panic() was called from
|
2023-01-14 12:37:08 +01:00 |
|
SChernykh
|
578baeae96
|
API: added pplnsWeight to pool stats
|
2023-01-13 16:01:35 +01:00 |
|
SChernykh
|
850eb8e6e0
|
Fixed submit_block
|
2023-01-09 22:27:06 +01:00 |
|
SChernykh
|
632f3faac5
|
Refactored keccak interface
- Allow calculating keccak hash in steps
- Only allow 32 and 200 byte final hashes
|
2023-01-08 13:06:20 +01:00 |
|
SChernykh
|
ccc5117172
|
Track shares that failed to be added
|
2023-01-07 15:50:02 +01:00 |
|
SChernykh
|
b346b93285
|
Updated copyright
|
2023-01-04 13:07:55 +01:00 |
|
SChernykh
|
baf5a64c51
|
Add high fee transactions immediately
|
2023-01-02 14:32:13 +01:00 |
|
SChernykh
|
a1ec97a221
|
Fixed submit_block error logging
|
2022-12-25 16:23:57 +01:00 |
|
SChernykh
|
d151ed9354
|
Miner: fixed share counter reset logic
|
2022-12-22 21:53:04 +01:00 |
|
SChernykh
|
edcb933874
|
Call get_miner_data again after startup is done
Startup sequence can take a while, so miner data can change - new transactions added, or a new block found by the network.
|
2022-12-18 11:46:18 +01:00 |
|
SChernykh
|
be18ad4177
|
Made payout messages more visible
|
2022-12-18 11:06:38 +01:00 |
|
SChernykh
|
4bb1982806
|
Added BlockTemplate tests
|
2022-11-24 21:38:15 +01:00 |
|
SChernykh
|
d0eea1bf91
|
Fixed libuv init/shutdown sequence
|
2022-11-14 23:35:59 +01:00 |
|
SChernykh
|
53ba29b288
|
Optimized crypto cache memory allocation
|
2022-11-13 17:30:47 +01:00 |
|
SChernykh
|
cc92ae7998
|
Retry get_block_headers_range RPC call if it fails
|
2022-11-02 11:36:29 +01:00 |
|
SChernykh
|
d8bb85a1d8
|
Fix: api didn't always save total hashes
|
2022-10-09 18:17:01 +02:00 |
|
SChernykh
|
45674ef554
|
Better cache cleanup
|
2022-10-04 20:04:41 +02:00 |
|
SChernykh
|
32ea0f2cf6
|
Clear crypto cache more often
|
2022-10-04 14:37:55 +02:00 |
|
SChernykh
|
6a66615f37
|
Removed redundant m_mainChainData
|
2022-10-03 18:42:32 +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
|
f813cf6d36
|
Fix: possible use after free on shutdown
Console commands could access destroyed objects
|
2022-09-08 16:16:00 +02:00 |
|
SChernykh
|
e4dd46b498
|
Added --no-dns command line parameter
|
2022-09-04 18:10:14 +02:00 |
|
SChernykh
|
86156f3fec
|
SOCKS5 proxy support
|
2022-09-03 22:35:38 +02:00 |
|
SChernykh
|
3c697c2d7e
|
Fixed potential deadlock
Can't lock `m_minerLock` inside SideChain update
|
2022-07-14 13:15:35 +02:00 |
|
SChernykh
|
9d692d5194
|
ConsoleCommands: check if console is available
|
2022-07-07 08:32:37 +02:00 |
|
SChernykh
|
4ec0fe8d96
|
Fixed JSON RPC handling during shutdown
|
2022-07-05 14:34:22 +02:00 |
|
SChernykh
|
deaf47155f
|
Miner: reset share counter when synchronized
|
2022-06-30 12:13:17 +02:00 |
|
SChernykh
|
9f4388843a
|
Fixed error messages
|
2022-06-10 07:48:47 +02:00 |
|
SChernykh
|
8b681d6efb
|
Added memory hooks for CURL
|
2022-06-07 16:02:08 +02:00 |
|
SChernykh
|
a35d4b2701
|
Change llhttp to libcurl
|
2022-06-06 15:08:37 +02:00 |
|
SChernykh
|
05b0973a23
|
More reliable p2pool shutdown logic
|
2022-06-03 18:28:10 +02:00 |
|
SChernykh
|
b191962d32
|
Handle startup errors without calling abort()
|
2022-05-23 09:37:11 +02:00 |
|
SChernykh
|
eb3a3872eb
|
Fixed missing blocks download logic
|
2022-05-12 08:49:34 +02:00 |
|
SChernykh
|
5cea7be405
|
Allow only one pending get_miner_data
|
2022-05-12 01:09:59 +02:00 |
|
SChernykh
|
710e55422a
|
Ignore duplicate get_miner_data
|
2022-05-11 16:10:10 +02:00 |
|
SChernykh
|
6c6ef1c1b8
|
Restart ZMQ connection if it looks dead
|
2022-05-11 13:50:47 +02:00 |
|
SChernykh
|
54acfee036
|
Merge pull request #144 from SChernykh/view_tags
v15 hardfork changes
|
2022-04-27 19:56:42 +02:00 |
|
SChernykh
|
2a77695832
|
Fixed data races in miner
|
2022-04-09 18:25:12 +02:00 |
|
SChernykh
|
2c70bf8616
|
View tags support
See http://github.com/monero-project/monero/pull/8061
|
2022-04-09 00:56:42 +02:00 |
|
SChernykh
|
7522111bb7
|
Fixed data races
|
2022-04-09 00:38:15 +02:00 |
|
SChernykh
|
93cd9a659a
|
Code cleanup
|
2022-04-07 19:11:20 +02:00 |
|
SChernykh
|
7fe032915f
|
Ignore SIGPIPE
|
2022-03-30 21:53:52 +02:00 |
|
SChernykh
|
a2afa29052
|
Updated copyright
|
2022-03-30 14:42:26 +02:00 |
|