1
I am new to bitcoin network but I have spent significant time with ethereum.
For getting started with bitcoin I referred running a full node and Developer documentation- Regtest Mode. After installing bitcoin-qt and bitcoind, I was asked to change the password in bitcoin.conf. But I am unable to locate it in ~/<user>/.bitcoin.
pr.singh@GLTINTERN-W040:~/.bitcoin$ ls
bitcoind.pid blocks chainstate database db.log debug.log regtest wallet.dat
And so whenever I run any command like bitcoin-cli -regtest generate 101, I get error stating:
error: Could not locate RPC credentials. No authentication cookie could be found, and no rpcpassword is set in the configuration file (/home/pr.singh/.bitcoin/bitcoin.conf)
Am I missing anything? Also if you guys can provide a good tutorial to start development and testing in restest network, it will be quite helpful.
Thanks. I was following the exact same tutorials. I have created bitcoin.conf file myself, but I think it's a workaround. It should be generated automatically. – Prashant Prabhakar Singh – 2017-04-24T07:13:16.963