Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: ourcoin on May 08, 2014, 05:58:29 AM



Title: solve
Post by: ourcoin on May 08, 2014, 05:58:29 AM
solve, please close the thread thanks


Title: Re: please help, cant connet to network
Post by: shorena on May 08, 2014, 03:02:34 PM
i try connet to testnet network it can connect. then i try connect to main network it cant connect.
pc1 bat file : wallet-qt.exe -connect=ippc2:25442

conf pc1 :
Code:
rpcuser=usename
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:
Code:
rpcuser=usename
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 and -connect= needs an IP. ippc2 does not look like an IP to me. Do you have a local nameserver that translates these or where does that come from?
Nervermind, just realized that you probably added that as a placeholder.