I installed bitoind and synced it. But when i’m trying to connect from my php website i getting:
Unable to connect to http://user:[email protected]:18332/.
Also when i’m trying to see password through command
bitcoin-cli -stdinrpcpass getblockchaininfo
it returns
could not locate RPC credentials. No authentication cookie could be found, and RPC password is not set. See -rpcpassword and -stdinrpcpass. Configuration file: (/blockchain/.bitcoin/bitcoin.conf).
My bitcoin.conf file is setted and works nice
rpcuser=USER
rpcpassword=PASS
testnet=0
daemon=1
rpcport=18332
rpcallowip=*
server=1
datadir=/blockchain/.bitcoin
txindex=1










