• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

RPC calls to testnet darkcoind are dropped

akhavr

Well-known member
Code:
$ curl http://user:[email protected]:19999/ 
curl: (52) Empty reply from server
$

Debug log shows:

Code:
2014-10-15 19:19:08 accepted connection 127.0.0.1:57647
2014-10-15 19:19:08 disconnecting node 127.0.0.1:57647

Here's darkcoind.conf:

Code:
rpcuser=user
rpcpassword=passwd
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
debug=rpc
logtimestamps=1
maxconnections=256

darkcoind compiled from current master on github

What I'm doing wrong?
 
Back
Top