bitcoind is not working

1

 curl --user ryunishida:password --data-binary '{"jsonrpc": "1.0", 
 "id":"curltest", "method": "getinfo", "params": [] }' -H 'content-
 type: 
  text/plain;' http://127.0.0.1:18332/ -w '%{http_code}\n'

bitcoin/bitcoin.conf below

 rpcuser=ryunishida
 rpcpassword=password

 HOST=localhost
 server=1
 txindex=1
 rpcport=18332
 testnet=3

then i get 401

西田龍

Posted 2017-08-18T16:37:18.517

Reputation: 59

You mean .bitcoin/bitcoin.conf, right?Nick ODell 2017-08-18T18:55:02.730

Yes I meant that西田龍 2017-08-19T06:04:17.440

No answers