I am new to this bitcoin world, I have installed bitcoin core on my centos server.
Bitcoin daemon is running fine. And commands like getinfo works fine on bitcoin-core.cli. But the same command getinfo does not work with easybitcoin.
My bitcoin.conf file looks like:
prune=4096
txindex=0
rpcuser=user
rpcpassword=password
rpcport=8332
server=1
Inshort, commands are working with cli but not with easybitcoin. Please help.