I am running Bitcoin Core v016.2 on Ubuntu Server 16.04.03 and I have interesting problem. I can start and run bitcoind only if no rpcuser and rpcpassword is specified inside bitcoin.conf. If bitcoin.conf contains this two parameters set, it will start for a while and ends with that:
2018-09-18 16:00:04 Bitcoin Core version v0.16.2 (release build) 2018-09-18 16:00:04 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1 2018-09-18 16:00:04 Assuming ancestors of block 0000000000000000005214481d2d96f898e3d5416e43359c145944a909d242e0 have valid signatures. 2018-09-18 16:00:04 Setting nMinimumChainWork=000000000000000000000000000000000000000000f91c579d57cad4bc5278cc 2018-09-18 16:00:04 Using the ‘sse4’ SHA256 implementation 2018-09-18 16:00:04 Using RdRand as an additional entropy source Bitcoin server starting
That’s it. No daemon is running. Without rpcuser and rpcpassword there, it’s running fine, but communication with daemon is not posible due to authentication. Any idea ?
bitcoin.conf content: listen=1 server=1 daemon=1 txindex=1 testnet=0 rpcuser=admin rpcpassword=verylongrandompassword