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?
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