laravel-bitcoinrpc icon indicating copy to clipboard operation
laravel-bitcoinrpc copied to clipboard

ZMQ implementation

Open StealthyXor opened this issue 4 years ago • 1 comments

Hi,

Is there any way to contact you outside of Github? I would like to know where to implement:

bitcoind()->on('hashblock', function ($blockhash, $sequence)

The idea is that bitcoind sends eventdata over ZMQ to the service that is listening by your laravel-zmq package, correct? Where would I implement the 'event handlers' so to speak, to be able to act upon them?

Thanks you

StealthyXor avatar Sep 11 '20 20:09 StealthyXor

im also having issues with this @StealthyXor i put it in my service provider but now nothing happens with the app.

Dolaned avatar Mar 19 '23 12:03 Dolaned