Skip to content

Bitcoin testnet rpc is binding to localhost  #16179

@emonazad

Description

@emonazad

Hello , Thanks for the efforts here . currently, i have installed couple of time and at different server bitcoind and i have even pull up github at server and compiled it still bitcoind rpc is binding to localhost even after i have added rpcallowip=0.0.0.0/0

i saw

root@arraymachinetest-desktop:~/.bitcoin# sudo netstat --ip -lpa|grep bitcoin
tcp 0 0 localhost:29000 0.0.0.0:* LISTEN 20921/bitcoind
tcp 0 0 localhost:18332 0.0.0.0:* LISTEN 20921/bitcoind
tcp 0 0 0.0.0.0:18333 0.0.0.0:* LISTEN 20921/bitcoind

i used this config file :

server=1
testnet=1
rpcallowip=0.0.0.0/0
port=18332
rpcport=18333
rpcuser=foo
rpcpassword=bar

it was working for me before . any solution for this ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions