bitcoind localhost port 18332: Connection refused Ubuntu 18

0

Trying to connect to testnet using curl from localhost on ubuntu server. Tried lots of combinations of bitcoin.conf and ports.

Here's my config:

server=1
daemon=1
testnet=1
rpcuser=user
rpcpassword=pswd
test.rpcport=18332
rpcconnect=127.0.0.1
rpcbind=127.0.0.1:18332

Any ideas?

Yevgeniy

Posted 2019-04-11T08:13:21.630

Reputation: 1

test.rpcport=18332 that's not right.Anonymous 2019-04-11T08:50:35.133

Thanks, I've solved the issue, it was a silly mistake on my sideYevgeniy 2019-04-11T09:06:26.403

1Please either delete the question or post an answer explaining how you solved your problem, thanks.RedGrittyBrick 2019-04-11T14:08:55.063

No answers