aboutsummaryrefslogtreecommitdiff
path: root/ZMQ.md
diff options
context:
space:
mode:
authorSChernykh <sergey.v.chernykh@gmail.com>2021-09-21 20:28:11 +0200
committerSChernykh <sergey.v.chernykh@gmail.com>2021-09-21 20:28:11 +0200
commitd51e3f21f778d6fc3ae6fed1d47503e0d41df522 (patch)
treeebc97f56e2818ae6f0313fbbc3bc1fdb5294552b /ZMQ.md
parentMerge pull request #7906 (diff)
downloadmonero-d51e3f21f778d6fc3ae6fed1d47503e0d41df522.tar.xz
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
Diffstat (limited to 'ZMQ.md')
-rw-r--r--ZMQ.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ZMQ.md b/ZMQ.md
index 9128ff2ad..a7006f486 100644
--- a/ZMQ.md
+++ b/ZMQ.md
@@ -25,6 +25,8 @@ allows for filtering on: (1) format, (2) context, and (3) event.
Includes previously unseen transactions in a block but _not_ the
`miner_tx`. Does not "re-publish" after a reorg. Includes `do_not_relay`
transactions.
+ * `miner_data` - provides the necessary data to create a custom block template
+ Available only in the `full` context.
The subscription topics are formatted as `format-context-event`, with prefix
matching supported by both Monero and ZMQ. The `format`, `context` and `event`