in the OP its saying 1337...
or doesnt matter?
is the coin dead or attacked?
RPC (the way you connect to the client for mining and such) is 1337, P2P (the way the client communicates with other clients) is 1336.
addnode=andarazoroflove.org
maxconnections=1
If you want to only connect to andarazoroflove.org, use connect, not addnode.
#==================#
# Network Settings #
#==================#
## Run on test network instead of real network.
testnet=0
## Accept incoming connections
listen=1
## Enable UPnP negotiation with router/firewall to accept incoming connections
upnp=1
## Port to listen for P2P connections on.
port=1336
## List of peers to connect to as public nodes.
addnode=altcha.in
addnode=doubloons.net
addnode=andarazoroflove.org
#===================#
# JSON-RPC settings #
#===================#
## Accept incoming RPC connections
server=1
## Username and Password for HTTP BASIC authentication.
rpcuser=Jack
rpcpassword=fnord
## Listen for RPC connections on this TCP port.
rpcport=1337
## List of IPs allowed to connect through RPC.
#rpcallowip=10.1.*.*
rpcallowip=127.0.0.1