1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-30 09:02:54 -05:00

Solo mining: added support for FCMP++ hardfork

This commit is contained in:
SChernykh
2025-10-05 13:00:21 +02:00
parent 255565b533
commit da683d8c3e
3 changed files with 15 additions and 2 deletions

View File

@@ -148,6 +148,8 @@ private:
Buffer m_hashes;
Buffer m_minerTxMerkleTreeBranch;
uint8_t m_rootHash[kHashSize]{};
uint8_t m_carrotViewTag[3]{};
uint8_t m_janusAnchor[16]{};
};