/txradar

Simply pumps out tuples of (node id, tx hash) over ZMQ_PUB socket.

Primary LanguageC++

Make sure you have libbitcoin installed.

  $ make
  $ ./txradar

Check out define.hpp to change the ports and other settings.

To see only txradar output use:

  $ ./txradar 2>&1 | grep txradar

Also:

  $ python test/listen.py