Browse Source

Added getzmqnotifications command description.

idb-fix v0.16.3.1
The Kevacoin Project 4 years ago committed by GitHub
parent
commit
7c27f713e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      doc/zmq.md

13
doc/zmq.md

@ -76,6 +76,19 @@ notification `-zmqpubhashtx` the topic is `hashtx` (no null
terminator) and the body is the transaction hash (32 terminator) and the body is the transaction hash (32
bytes). bytes).
The command `getzmqnotifications` can be used to check what ZeroMQ notifications are enabled:
```
kevacoin-cli getzmqnotifications
[
{
"type": "pubkeva",
"address": "tcp://127.0.0.1:29000"
}
]
```
These options can also be provided in kevacoin.conf. The following is an sample These options can also be provided in kevacoin.conf. The following is an sample
kevacoin.conf file that supports ZeroMQ notification of Keva events: kevacoin.conf file that supports ZeroMQ notification of Keva events:

Loading…
Cancel
Save