You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
About
Simply pumps out tuples of (node id, tx hash) over ZMQ_PUB socket.