Print merge mining status

This commit is contained in:
SChernykh
2024-06-03 17:31:18 +02:00
parent 4bc0b559cb
commit 9cd9055913
9 changed files with 72 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ public:
bool get_params(ChainParameters& out_params) const override;
void submit_solution(const BlockTemplate* block_tpl, const uint8_t (&hashing_blob)[128], size_t nonce_offset, const hash& seed_hash, const std::vector<uint8_t>& blob, const std::vector<hash>& merkle_proof, uint32_t merkle_proof_path) override;
void print_status() const override;
private:
static void loop(void* data);