0
I was trying to interact with bitcoin network with JSON RPC commands, So I referred to the bitcoin wiki page https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#Java it shows to run the bitcoin using 'bitcoind -daemon' command. but another page of bitcoin wiki https://en.bitcoin.it/wiki/Running_Bitcoin suggest running the node using './bitcoind' command.so What is the difference between the two commands?
so the bitcoin -daemon command also download the blockchain data in the background, right? – Akshay Dev – 2018-09-04T07:20:09.607
bitcoin -daemonruns bitcoin node in the background. – Зелёный – 2018-09-04T07:20:39.683@Akshay Operationally, the two are identical. The only difference is whether it runs in the background or not. – Pieter Wuille – 2018-09-04T17:36:45.620