diff options
| author | Johnathan Corgan <[email protected]> | 2015-09-29 10:48:45 -0700 |
|---|---|---|
| committer | Johnathan Corgan <[email protected]> | 2015-09-29 10:48:45 -0700 |
| commit | ab0b8be8579d6a8fca26ac9ee7f2cffbca8d72e9 (patch) | |
| tree | 67b153edf31184b736b48a4820bafbb31709f116 /doc/release-notes.md | |
| parent | zmq: require version 4.x or newer of libzmq (diff) | |
| download | archived-discoin-ab0b8be8579d6a8fca26ac9ee7f2cffbca8d72e9.tar.xz archived-discoin-ab0b8be8579d6a8fca26ac9ee7f2cffbca8d72e9.zip | |
zmq: update and cleanup build-unix, release-notes, and zmq docs
Signed-off-by: Johnathan Corgan <[email protected]>
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 85cdabc7e..70623a393 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -46,7 +46,7 @@ caching. A sample config for apache2 could look like: # optional enable digest auth # AuthType Digest # ... - + # optional bypass bitcoind rpc basic auth # RequestHeader set Authorization "Basic <hash>" # get the <hash> from the shell with: base64 <<< bitcoinrpc:<password> @@ -171,3 +171,11 @@ configured specifically to process scriptPubKey and not scriptSig scripts. - Removed bitrpc.py from contrib +Addition of ZMQ-based Notifcations +================================== + +Bitcoind can now (optionally) asynchronously notify clients through a +ZMQ-based PUB socket of the arrival of new transactions and blocks. +This feature requires installation of the ZMQ C API library 4.x and +configuring its use through the command line or configuration file. +Please see docs/zmq.md for details of operation. |