diff --git a/doc/tor.md b/doc/tor.md index a9f94d063..146768bec 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -128,7 +128,7 @@ a single Hush hidden server. Launch hushd as follows: ./hushd -onion=127.0.0.1:9050 -connect=fuckzookoie6wxgio.onion -Now use komodo-cli to verify there is only a single peer connection. +Now use hush-cli to verify there is only a single peer connection. hush-cli getpeerinfo diff --git a/doc/zmq.md b/doc/zmq.md index a473d2ca4..c5ce11ff6 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -46,7 +46,7 @@ operation. By default, the ZeroMQ feature is automatically compiled in if the necessary prerequisites are found. To disable, use --disable-zmq -during the *configure* step of building komodod: +during the *configure* step of building hushd: $ ./configure --disable-zmq (other options) @@ -67,8 +67,8 @@ address. The same address can be used in more than one notification. For instance: - $ komodod -zmqpubhashtx=tcp://127.0.0.1:28332 \ - -zmqpubrawtx=ipc:///tmp/komodod.tx.raw + $ hushd -zmqpubhashtx=tcp://127.0.0.1:28332 \ + -zmqpubrawtx=ipc:///tmp/hushd.tx.raw Each PUB notification has a topic and body, where the header corresponds to the notification type. For instance, for the @@ -88,9 +88,9 @@ arriving. Please see `contrib/zmq/zmq_sub.py` for a working example. ## Remarks -From the perspective of komodod, the ZeroMQ socket is write-only; PUB +From the perspective of hushd, the ZeroMQ socket is write-only; PUB sockets don't even have a read function. Thus, there is no state -introduced into komodod directly. Furthermore, no information is +introduced into hushd directly. Furthermore, no information is broadcast that wasn't already received from the public P2P network. No authentication or authorization is done on connecting clients; it