-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
enhancementImprovements to existing features / behaviourImprovements to existing features / behaviour
Description
Is your feature request related to a problem? Please describe.
bitcoind supports using the same port / PUB socket for greater than 1 type of ZMQ topic:
https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md
However, LND does not support this:
failed to load config: ValidateConfig: unable to load RPC credentials for bitcoind: zmqpubrawblock and zmqpubrawtx must be set to different addresses
Describe the solution you'd like
It would be great if LND could support this to minimize the number of distinct port numbers needing to be tracked
Describe alternatives you've considered
Obviously using separate ports
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementImprovements to existing features / behaviourImprovements to existing features / behaviour