I've been fucking around trying to make my own (well, copying the litecoin source) cryptocurrency for shits and giggles, I'm not a programmer (well, I'm learning, also why I'm doing this),
I'm basically to the point where I need to connect a second computer to my development computer in order to start mining testnet coins. I cannot for the life of me get them to connect to each other, my ./coin getinfo command (I'm running Ubuntu on both of the computers) always shows 0 connections and therefore I cannot start mining from my second computer. I have port-forwarded all the ports (P2P, Testnet, RPC).
The laptop is being used as the development PC, and initially was connected to my network via wifi, but now I even connected it to the router directly to see if it changed anything, and even though it gave it a new IP address, I still can't connect them.
Any help would be appreciated. Sorry if some of it doesn't make sense, I don't know entirely what I'm doing.
UPDATE: I CAN'T CONNECT ON THE MAIN NET...BUT IT LET ME CONNECT ON TESTNET!?Still don't know what the problem is. I cannot compile on my development computer using
make -f makefile.unix USE_UPNP=-
The compiler will complain about various UPNP problems, and I don't know how to fix it. I installed miniupnpc and am still having a problem compiling it that way. But when I compiled them for testnet mining, I did not use the USE_UPNP=- tag, and was able to connect them for -testnet mining. Do I need USE_UPNP=- on the end in order for them to connect together on the main RPC port?
Just using the normal
./coin -connect=xxx.xxx.x.x
command does not connect them, BUT I am able to ping the computers from the command line!! Anyone have any damn idea what the problem is!? I portforwarded all the ports, and like I said the firewall is inactive!