[BTC signet v22.0] websocket not working as expect #32848

issue saravadeanil openend this issue on July 1, 2025
  1. saravadeanil commented at 1:10 pm on July 1, 2025: none

    Hi, I am running bitcoin signet node v22.0 with below parameters. I am unable to get any response on websocket port.

     0            - '-chain=signet'
     1            - >-
     2              -addnode=178.63.103.48,135.181.75.145,71.80.46.121,195.201.164.54,65.21.171.164,135.180.99.74,188.34.165.181,185.148.37.152
     3            - '-rest'
     4            - '-txindex'
     5            - '-disablewallet'
     6            - '-server'
     7            - '-rpcbind=0.0.0.0'
     8            - '-rpcport=38332'
     9            - '-rpcallowip=0.0.0.0/0'
    10            - '-rpcthreads=512'
    11            - '-rpcworkqueue=4096'
    12            - '-rpcuser=example'
    13            - '-rpcpassword=example'
    14            - '-dbcache=2048'
    15            - '-zmqpubrawtx=tcp://*:38333'
    16            - '-deprecatedrpc=addresses'
    17            - '-printtoconsole'
    

    Any idea what can be the reason?

  2. fanquake commented at 2:10 pm on July 1, 2025: member
    Is this v22.0 or v26.0: #32762 (comment)? Please only open issues when using a maintained version of Bitcoin Core, which is currently 27.x, 28.x or 29.x.
  3. saravadeanil commented at 2:14 pm on July 1, 2025: none

    @fanquake Thanks for checking I am using v22.0 for signet node.

    0signet-1-0:~/bitcoin# bitcoind --version
    1Bitcoin Core version v22.0.0
    

    I was able to fix the initial sync issue by addnode referring #32762 (comment)

  4. sipa commented at 2:16 pm on July 1, 2025: member
    Bitcoin Core has no websocket support whatsoever.
  5. maflcko commented at 2:35 pm on July 1, 2025: member
    Is this still an issue with a recent version of Bitcoin Core? If yes, what are the steps to reproduce?
  6. saravadeanil commented at 3:05 pm on July 1, 2025: none

    I am trying to perform rawtx using websocket.

    It think it works on bitcoin testnet & mainnet network with version v22.0.0.

    I am wondering why it’s not working with signet.

  7. sipa commented at 3:07 pm on July 1, 2025: member
    Can you elaborate on what you’re using? Because as I mentioned, Bitcoin Core has no websocket support. You may be using JSON-RPC, or ZMQ, or a P2P connection…
  8. saravadeanil commented at 3:08 pm on July 1, 2025: none

    @sipa Sorry for the confusion, I am using zmqpubrawtx port on testnet & mainnet network.

    Same doesn’t work with signet for me.

  9. maflcko commented at 5:01 pm on July 1, 2025: member

    It think it works on bitcoin testnet & mainnet network with version v22.0.0.

    I am wondering why it’s not working with signet.

    What are the exact steps to reproduce the working case and the failing case. What is the error message?

    Without any details there is nothing that can be done here.

  10. maflcko added the label RPC/REST/ZMQ on Jul 1, 2025
  11. maflcko added the label Questions and Help on Jul 1, 2025

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2025-07-07 21:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me