Have verified and confirmed the correct ports. ANY ideas?
P2P_PREFIX='fcd9b7dd'.decode('hex'),
P2P_PORT=12124,
ADDRESS_VERSION=57,
RPC_PORT=12123,
RPC_CHECK=defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
'craftcoin address' in (yield bitcoind.rpc_help()) and
not (yield bitcoind.rpc_getinfo())['testnet']
)),
....
Wow...you mean the only thing I was missing was the space between craftcoin and address?! Thank you so much!