From d51e3f21f778d6fc3ae6fed1d47503e0d41df522 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Tue, 21 Sep 2021 20:28:11 +0200 Subject: RPC and ZeroMQ APIs to support p2pool Adds the following: - "get_miner_data" to RPC API - "json-miner-data" to ZeroMQ subscriber contexts Both provide the necessary data to create a custom block template. They are used by p2pool. Data provided: - major fork version - current height - previous block id - RandomX seed hash - network difficulty - median block weight - coins mined by the network so far - mineable mempool transactions --- src/cryptonote_basic/events.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cryptonote_basic/events.h') diff --git a/src/cryptonote_basic/events.h b/src/cryptonote_basic/events.h index 6c6742215..3417ece8c 100644 --- a/src/cryptonote_basic/events.h +++ b/src/cryptonote_basic/events.h @@ -41,6 +41,8 @@ namespace cryptonote { cryptonote::transaction tx; crypto::hash hash; + uint64_t blob_size; + uint64_t weight; bool res; //!< Listeners must ignore `tx` when this is false. }; } -- cgit v1.2.3