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 ?
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 ?