0
0
I am new here. I really want to know how scryptcoins work so i wanted to create and altcoin to learn on something.
I learned c++ years ago so i know i have some basic knowledge but sometimes i get stuck, and i need help.
Now i have a problem. I created my coin. I wanted to start on testnet on local network beetwen 2 pcs.
Server PC:
./xxxd -testnet -listen=1 -server=1 -connect=
Client PC
./xxxd -testnet -connect=
Than tried getinfo:
Conenctions: 0
The two pc can ping each other.
I tried other ways like:
Server PC:
./xxxd -testnet -connect=
Client PC
./xxxd -testnet -connect=
Server PC:
./xxxd -testnet -listen=1 -server=1 -connect=:
Client PC
./xxxd -testnet -connect=:
In getinfo they didn't have any connections. I searched forums, topic and found nothing.
If you can help me, please write down your oppinion.
>debug log: server (with -daemon)
connected <clientip>:<port send version message: version 71001, blocks=0, us=<mainip>:<port>, them=0.0.0.0:0, peer=<clientip>:<port> socket closed disconnecting node <clientip>:<port>
ENDOFSERVERDEBUG######START client debug
connected <serverpeerip>:<port> send version message: version 71001, blocks=0, us=<mainip>:<port>, them=0.0.0.0:0, peer=<serverpeerip>:<port> socket closed disconnecting node <serverpeerip>:<port>
– milito – 2014-04-26T09:45:28.167