pc1 bat file : wallet-qt.exe -connect=ippc2:25442
conf pc1 :
rpcpassword=password
daemon=1
server=1
listen=1
gen=0
connection=1
rpcport=25540
maxconnections=300
rpcallowip=127.0.0.1
pc2 bat file : wallet-qt.exe -connect=ippc1:25442
conf pc2:
rpcpassword=password
daemon=1
server=1
listen=1
gen=0
connection=1
rpcport=25540
maxconnections=300
rpcallowip=127.0.0.1
source net.cpp : http://pastebin.com/nM37hF2L
source protocol : http://pastebin.com/9HvwB1jY
source bitcoinrpc : http://pastebin.com/zqd2BceM
Please help
You need -testnet
Nervermind, just realized that you probably added that as a placeholder.