Page 2 of 2

Re: Installing NCDNS

Posted: Sun Nov 29, 2015 7:20 pm
by hla
Most likely it isn't managing to contact namecoind. Wireshark might help.

Try adding this to backend.go, after line 350:

Code: Select all

log.Errore(err, "failed to query namecoin")
I need to add more logging.