json rpc – Why is my bitcoind daemon not listening on RPC port at 8332?

0
2


I’ve learn the same put up which had no reply at this location. I’m making an attempt to make use of bitcoin-cli from a bunch that totally different from the host that runs bitcoind. I additionally can be proud of with the ability to use curl to challenge rpc requests. I’ve had a lot success with getting bitcoind and bitcoin-cli to speak inside the similar host, however activating the rpc port for exterior communication has confirmed to be past troublesome if not not possible, and I’m looking for your assist.

I’ve began bitcoind with the next configuration file:

server=1
rpcuser=jared
rpcpassword=1234
rpcport=8332
rpcallow=192.168.*.*
gen=0
prune=600

(Word, the password will likely be modified after the system is working)

I’ve confirmed that the system is performing on the native machine utilizing bitcoin-cli to get the next:

{
    "model" : 110200,
    "protocolversion" : 70002,
    "blocks" : 183745,
    "timeoffset" : -1,
    "connections" : 8,
    "proxy" : "",
    "issue" : 1583177.84744401,
    "testnet" : false,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00005000,
    "errors" : ""
}

And from one other host on the community, I’ve used nmap to scan the ports to show:

Beginning Nmap 6.47 ( http://nmap.org ) at 2015-12-19 15:20 PST
Nmap scan report for c161.attlocal.web (192.168.1.68)
Host is up (0.0014s latency).
Not proven: 997 closed ports
PORT     STATE SERVICE
22/tcp   open  ssh
80/tcp   open  http
8333/tcp open  unknown

Within the query referenced above, the person was in a position to trigger the rpc port to open by eradicating the rpcallow strains from his configuration file. He commented them out, and the issue mounted itself. I’ve additionally tried this and never had any luck.

I even have tried utilizing rpcallow of ‘192.168.1.*’, ‘192.168.0.0/16’, ‘192.168.1.0/24’ and as soon as tried utilizing rpcbind, which seems to be associated to an older model of bitcoind as it’s not listed within the man pages for bitcoin.conf.

My system is operating the next OS:

Distributor ID: Ubuntu
Description:    Ubuntu 15.10
Launch:    15.10
Codename:   wily

Any and all assistance is appreciated! Form regards, and thanks.

LEAVE A REPLY

Please enter your comment!
Please enter your name here