Dr.Crypto
Member
- Daemon and CLI tool can't connect to testnet/regtest instances (wrong port?)
 - Daemon and CLI tool can't authenticate via RPC (wrong whatever?)
 
What do you mean, they cannot connect?
I haven't extensively tested them but here is what I get when I CPU-mine for the 101 first blocks in regtest mode:
		Code:
	
	➜  src git:(tree-0.9.3) ✗ ./bitcoin-cli -datadir=../datadir/darkcoil getinfo
{
    "version" : 90300,
    "protocolversion" : 71000,
    "walletversion" : 61000,
    "balance" : 500.00000000,
    "blocks" : 101,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00000000,
    "testnet" : false,
    "keypoololdest" : 1418137744,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}
	
				