And you can check https://en.bitcoin.it/wiki/API_reference_(JSON-RPC) if you need example or have no idea how to do it.How are you trying to connect to it? Most programming language have a easy to use jsonrpc library, or even wrapper for bitcoin core api calls.
You need to change your rpcpassword to something random, and you should do the same for your rpcuser as well. If you don't, you will get robbed if you have any coin in your wallet used by bitcoin core.I have set up the .conf file:
server=1
rpcuser=bitcoin
rpcpassword=bitcoin
but I am completly lost what to do next, how to connect to it etc. Anyone?
If you are using PHP, then make a JSON-RPC call to your node through cURL.Hello everyone.
Is there any step-by-step for JSON-RPC?
I have set up the .conf file:
server=1
rpcuser=bitcoin
rpcpassword=bitcoin
but I am completly lost what to do next, how to connect to it etc. Anyone?