Is there an existing issue for this?
- I have searched the existing issues
Current behaviour
No message received in the sequence
feed when a transaction is added to the mempool.
Expected behaviour
We should receive a ZMQ notification when a new transaction enters the mempool. This works fine on mainnet.
Steps to reproduce
configure Bictoin Core with:
0[regtest]
1zmqpubrawtx=tcp://0.0.0.0:29332
2zmqpubhashtx=tcp://0.0.0.0:29332
3zmqpubsequence=tcp://0.0.0.0:29332
4zmqpubrawblock=tcp://0.0.0.0:29333
Connect to ZMQ and broadcast a transaction. Here is the code used: https://github.com/CounterpartyXCP/counterparty-core/blob/master/counterparty-core/counterpartycore/lib/follow.py
Relevant log output
No response
How did you obtain Bitcoin Core
Compiled from source
What version of Bitcoin Core are you using?
v27.0
Operating system and version
Ubuntu 22.04.4 LTS
Machine specifications
No response