Bitcoin Forum
May 12, 2024, 04:46:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: error: Host not found (authoritative)  (Read 1328 times)
bingo5555 (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 16, 2014, 05:31:18 AM
 #1

Hi all,

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)


Can anyone help me out?   Thanks in adv.


P.S   

xxxcoind.conf

server=1
daemon=1
listen=1
rpcuser=test
rpcpassword=test123
rpcallowip=192.168.11.*
rpcconnect=192.168.11.*
rpcport=9334
addnode=192.168.11.1
bind=192.168.11.129
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
bingo5555 (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 16, 2014, 07:40:35 AM
 #2

 Cry Cry Cry
pmconrad
Full Member
***
Offline Offline

Activity: 149
Merit: 102


View Profile WWW
March 16, 2014, 09:33:56 PM
 #3

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.

bingo5555 (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 18, 2014, 01:07:39 PM
 #4

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!
snoppy0066
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 18, 2014, 02:06:33 PM
 #5

Hey to what you change the IP?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!