cculianu / Fulcrum

A fast & nimble SPV Server for BCH, BTC, and LTC
Other
343 stars 77 forks source link

ZeroMQ libarary on macOS #134

Open Francisco-DAnconia opened 2 years ago

Francisco-DAnconia commented 2 years ago

How can I know if ZeroMQ communication is functioning with Fulcrum?

I build Fulcrum in a virtual machine and then move it to my node machine. Within the VM, I installed MacPorts, then built zmq into /opt/local. (FWIW I did have to add the qmake flags)

MacPorts installed zmq 4.3.4 (libzmq.5.2.4.dylib)

The build output included:

On the node machine, zmq 4.3.4 was installed via brew in /usr/local/…

When I launch Fulcrum I see:

Is Fulcrum successfully using ZeroMQ communication? Or is there something else to look for/check?

Thanks

cculianu commented 2 years ago

Yes that warning is a BS message from the OS about the zmq library. 99.99% of the time, it's safe to ignore and yes it should be working if running the binary reveals it uses that version,.