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?
test.rpcport=18332that's not right. – Anonymous – 2019-04-11T08:50:35.133Thanks, I've solved the issue, it was a silly mistake on my side – Yevgeniy – 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