Bitcoind daemon: error connecting to the server?
I am trying to create a new Bitcoin address and store it in a shell variable $NEW_ADDRESS. When I run this command: $NEW_ADDRESS=$(./bitcoin-cli getnewaddress) I get the following errors: error: Could not connect to the […]
