Search found 45 matches

by hla
Sat Nov 28, 2015 10:53 pm
Forum: Official Namecoin softwares
Topic: Installing NCDNS
Replies: 10
Views: 81164

Re: Installing NCDNS

Rather than mucking up the NCDNS Discussion and Direction thread, I figured I'd continue this as a new thread... Reiterating, Downloaded ncdns.t-master from github. But the Make command on my Linux Mint machine fails. Here's the terminal session: john@john-ThinkPad-X300 ~/Downloads/ncdns.t-master $...
by hla
Sat Nov 28, 2015 1:14 am
Forum: Official Namecoin softwares
Topic: Installing NCDNS
Replies: 10
Views: 81164

Re: Installing NCDNS

Make sure your ncdns repository is up to date.

Code: Select all

ncdns.t$ ./bin/ncdns --xlog.severity=DEBUG
20151128011327 [INFO] ncdns.server: Listeners started
by hla
Fri Nov 27, 2015 6:32 pm
Forum: Official Namecoin softwares
Topic: Installing NCDNS
Replies: 10
Views: 81164

Re: Installing NCDNS

Try running with --xlog.severity=DEBUG
by hla
Thu Nov 26, 2015 2:16 pm
Forum: Official Namecoin softwares
Topic: Installing NCDNS
Replies: 10
Views: 81164

Re: Installing NCDNS

Yes. Here's a basic example:

Code: Select all

[ncdns]
bind="127.0.0.1:PORT"
namecoinrpcaddress="127.0.0.1:RPCPORT"
namecoinrpcusername="USERNAME"
namecoinrpcpassword="PASSWORD"
by hla
Thu Nov 26, 2015 1:44 pm
Forum: Official Namecoin softwares
Topic: ncdns Direction & Discussion Thread
Replies: 8
Views: 68094

Re: ncdns Direction & Discussion Thread

I've added a zonefile dumping tool to the ncdns repository. It's slower than namesync-powerdns-AXFR, though. There's no consensus on whether the non-DNS types should be exposed via DNS, and if so whether they should be CNAME or TXT. Similarly there's no consensus on whether CNAME and DNAME should ha...
by hla
Thu Nov 26, 2015 11:44 am
Forum: Official Namecoin softwares
Topic: ncdns Direction & Discussion Thread
Replies: 8
Views: 68094

Re: ncdns Direction & Discussion Thread

So, I was intending to have a lengthy IRC discussion about ncdns project direction and management, but that failed to materialize, so I'm just going to put some thoughts here. Point 1: We should try to evaluate the arguments that have been put forth about ncdns compared to NMControl. In particular,...
by hla
Mon Nov 23, 2015 7:58 pm
Forum: Official Namecoin softwares
Topic: nmcontrol on linux
Replies: 26
Views: 99788

Re: nmcontrol on linux

I've made a thread for ncdns. viewtopic.php?f=8&t=2454
by hla
Mon Nov 23, 2015 7:58 pm
Forum: Official Namecoin softwares
Topic: ncdns Direction & Discussion Thread
Replies: 8
Views: 68094

ncdns Direction & Discussion Thread

(It's about time a thread was created for this. I think Jeremy and sugarpuff have matters to discuss about ncdns and we keep failing to meet to do so. Not really "official", but this felt like the best forum; it can be moved if someone disagrees.) ncdns This is the discussion thread for ncdns, an au...
by hla
Sun Sep 20, 2015 11:48 pm
Forum: Project direction
Topic: Preferred language for NMControl-like things
Replies: 36
Views: 30203

Re: Preferred language for NMControl-like things

ncdns works fine on Windows. I run it on Windows.
by hla
Thu Sep 17, 2015 7:33 pm
Forum: Project direction
Topic: Preferred language for NMControl-like things
Replies: 36
Views: 30203

Re: Preferred language for NMControl-like things

domain-names.md is not the benchmark. Is ncdns ready to be deployed as a product (on Windows)? Yes. Interesting. I'd like to give it a try. 1. Install Go (1.4 or later should do fine). 2. git clone https://github.com/hlandau/ncdns.t 3. cd ncdns.t 4. make 5. mkdir etc 6. cp doc/ncdns.conf.example et...