Post
Topic
Board Altcoin Discussion
Re: Last part of building coin.
by
MijntjeGoud
on 06/03/2014, 09:43:59 UTC
Bump

Or Pm if you are an altcoin developer. Price is 1 btc.

Did you set an always online ip address in your src/net.cpp?

Now it is trying to connect to ip addresses but they are not online and not connected to your server. You have to set an always online ip that is connected to your coin server. (that always online ip should have listen=1 in the config)

Than you can connect to that ip address. like: ./xxxxcoin (for linux xxxxcoind) -testnet -connect= instert always online ip)