StratumServer: submit Monero block as soon as possible

1-3 ms saved when a block is found
This commit is contained in:
SChernykh
2021-10-13 18:57:21 +02:00
parent 61ac90f1d5
commit f3024d3556
4 changed files with 56 additions and 26 deletions

View File

@@ -121,6 +121,7 @@ private:
uint32_t m_extraNonce;
uint64_t m_target;
hash m_resultHash;
difficulty_type m_sidechainDifficulty;
enum class Result {
STALE,