mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
doc: update PyZMQ installation instructions, ZeroMQ link
This commit is contained in:
parent
a0a422c34c
commit
36f8e0cce7
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Block and Transaction Broadcasting with ZeroMQ
|
# Block and Transaction Broadcasting with ZeroMQ
|
||||||
|
|
||||||
[ZeroMQ](http://zeromq.org/) is a lightweight wrapper around TCP
|
[ZeroMQ](https://zeromq.org/) is a lightweight wrapper around TCP
|
||||||
connections, inter-process communication, and shared-memory,
|
connections, inter-process communication, and shared-memory,
|
||||||
providing various message-oriented semantics such as publish/subscribe,
|
providing various message-oriented semantics such as publish/subscribe,
|
||||||
request/reply, and push/pull.
|
request/reply, and push/pull.
|
||||||
|
@ -39,8 +39,9 @@ For version information, see [dependencies.md](dependencies.md).
|
||||||
Typically, it is packaged by distributions as something like
|
Typically, it is packaged by distributions as something like
|
||||||
*libzmq3-dev*. The C++ wrapper for ZeroMQ is *not* needed.
|
*libzmq3-dev*. The C++ wrapper for ZeroMQ is *not* needed.
|
||||||
|
|
||||||
In order to run the example Python client scripts in contrib/ one must
|
In order to run the example Python client scripts in the `contrib/zmq/`
|
||||||
also install *python3-zmq*, though this is not necessary for daemon
|
directory, one must also install [PyZMQ](https://github.com/zeromq/pyzmq)
|
||||||
|
(generally with `pip install pyzmq`), though this is not necessary for daemon
|
||||||
operation.
|
operation.
|
||||||
|
|
||||||
## Enabling
|
## Enabling
|
||||||
|
|
Loading…
Add table
Reference in a new issue