denpamusic / laravel-bitcoinrpc

Bitcoin JSON-RPC Service Provider for Laravel.
https://laravel-bitcoinrpc.denpa.pro
MIT License
90 stars 39 forks source link

ZMQ implementation #34

Open StealthyXor opened 4 years ago

StealthyXor commented 4 years ago

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

Dolaned commented 1 year ago

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