Thank you for replying.
I see. So I should just run either one? If I have bitcoin-qt running, does that means I am also functioning as a node too?
But if I were to run bitcoin-qt, I cannot seem to parse commands to bitcoin-cli?
sorry to jump in, but if your running the qt wallet create a bitcoin.conf file in either or both data dir with the following options
server=1
listen=1
daemon=1
rpcuser=changeme
rpcpassword=changeme
port=8333
this should give you access to bitcoin-cli commands from command prompt or terminal
Thank you for replying.
I see. So I should just run either one? If I have bitcoin-qt running, does that means I am also functioning as a node too?
But if I were to run bitcoin-qt, I cannot seem to parse commands to bitcoin-cli?
Yes, run only one, so to speak. The daemon has got to start always. When you run QT, it runs the daemon on the background.
Now you use whatever suits you best. For regular usage bitcoin-qt is the most used. You are working as a node as long as you have your Bitcoin ports forwarded.
To push commands, create a .conf as said
Thanks. Will run only the daemon in the future. Need to sort out my messed up system.
no worries, good luck mate