Post
Topic
Board Altcoin Discussion
Re: error: Host not found (authoritative)
by
bingo5555
on 18/03/2014, 13:07:39 UTC
I am trying to compile an altcoin in my AMware hosted Ubuntu.  The xxxcoind already generated and it seemed was working fine.  But the problem is when I tried to get the current altcoin address by entering   xxxcoind getaccountaddress "" ,  It showed me the error message:error: Host not found (authoritative)

rpcconnect=192.168.11.*

rpcconnect instructs the client to connect to this address. Since 192.168.11.* is not an IP address it tries to resolve this as a hostname. Obviously, this fails.


You Rock Man! problem solved.  Thank you so much!