micahstubbs / lightpay

Atomic swaps for the Lightning Payment Network
https://lightpay.it/
MIT License
17 stars 2 forks source link

configure bcoin to use zmq #16

Open micahstubbs opened 6 years ago

micahstubbs commented 6 years ago

so that it can talk to the lnd lightning node

zmqpubrawblock=tcp://127.0.0.1:28332
    zmqpubrawtx=tcp://127.0.0.1:28332
micahstubbs commented 6 years ago

If ZMQ were enabled this is how LND could use it for its chain daemon

    [bitcoind]
    bitcoind.rpcpass=password
    bitcoind.rpcuser=bitcoinrpc
    bitcoind.zmqpath=tcp://127.0.0.1:28332