Search found 10 matches

by grewalsatinder
Wed Jul 06, 2016 12:24 am
Forum: Official Namecoin softwares
Topic: NMControl vs DNSChain
Replies: 6
Views: 35375

Re: NMControl vs DNSChain

Personally I prefer ncdns: https://github.com/hlandau/ncdns It follows standards much more closely than NMControl and (I think) DNSChain. At the moment, ease of install is somewhat worse than NMControl, which is why it's not yet available at https://namecoin.org (and also probably makes it less sui...
by grewalsatinder
Fri Jul 01, 2016 2:57 am
Forum: Official Namecoin softwares
Topic: NMControl vs DNSChain
Replies: 6
Views: 35375

Re: NMControl vs DNSChain

Personally I prefer ncdns: https://github.com/hlandau/ncdns It follows standards much more closely than NMControl and (I think) DNSChain. At the moment, ease of install is somewhat worse than NMControl, which is why it's not yet available at https://namecoin.org (and also probably makes it less sui...
by grewalsatinder
Sun Jun 19, 2016 11:34 pm
Forum: Official Namecoin softwares
Topic: NMControl vs DNSChain
Replies: 6
Views: 35375

Re: NMControl vs DNSChain

Personally I prefer ncdns: https://github.com/hlandau/ncdns It follows standards much more closely than NMControl and (I think) DNSChain. At the moment, ease of install is somewhat worse than NMControl, which is why it's not yet available at https://namecoin.org (and also probably makes it less sui...
by grewalsatinder
Wed Jun 08, 2016 9:56 pm
Forum: Technical Support
Topic: How to compile Namecoin-Core static binaries?
Replies: 3
Views: 6636

Re: How to compile Namecoin-Core static binaries?

If you look at your error you'll see which library is missing (libzmq, libboost, etc.) so install them (mostly *-dev packages) and simplify your options (don't use --with-miniupnpc --enable-upnp-default). You can refer to bitcoin build docs for details. Yes mate, I understand I need to install thos...
by grewalsatinder
Sat Jun 04, 2016 1:00 pm
Forum: Technical Support
Topic: How to compile Namecoin-Core static binaries?
Replies: 3
Views: 6636

How to compile Namecoin-Core static binaries?

Hi, I tried compiling Namecoin-Core static binaries with: ./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768" --with-miniupnpc --disable-shared --enable-upnp-default But after compile the binaries still shows some shared libraries to be present. satinder@ubuntu:~/nmc$ ./na...
by grewalsatinder
Wed Jun 01, 2016 11:56 pm
Forum: General Discussion
Topic: Need Namecoin's correct genesishash and other info to run it
Replies: 2
Views: 4917

Re: Need Namecoin's correct genesishash and other info to ru

I've not checked the values, partly because I'm not 100% sure what they should be for Iguana, but all of that information should be in the code: https://github.com/namecoin/namecoin-core/blob/master/src/chainparams.cpp Thanks mate! I'm using following code with iguana now: { "agent": "iguana", "met...
by grewalsatinder
Wed Jun 01, 2016 4:33 am
Forum: General Discussion
Topic: Need Namecoin's correct genesishash and other info to run it
Replies: 2
Views: 4917

Need Namecoin's correct genesishash and other info to run it

Hi, I'm trying to run Namecoin with Iguana , and I need some namecoin related information correct. Can you please correct any of the information from this JSON string which is not correct? { "agent": "iguana", "method": "addcoin", "newcoin": "NMC", "active": 1, "maxpeers": 128, "services": 0, "poll"...
by grewalsatinder
Wed Jun 01, 2016 4:18 am
Forum: Tools, GUI & other softwares
Topic: ANTPY - Atomic Name Trading Pythonscript
Replies: 19
Views: 68613

Re: ANTPY - Atomic Name Trading Pythonscript

Hi Phelix, What's the update on this project? What features and functions it has so far? I see there are py scripts on your repo which are around an year old or so. Is this project stuck somewhere in some process? What are the glitches which needs solving? Why you think it's good for command line, I...
by grewalsatinder
Mon May 09, 2016 9:00 am
Forum: Official Namecoin softwares
Topic: NMControl vs DNSChain
Replies: 6
Views: 35375

NMControl vs DNSChain

I have tested and used DNSChain, and I like it. :) Today I tested NMControl, which works as well. What I like about NMControl is lightweight on system and no need of having any DNS Service installed on system to point DNS settings to 127.0.0.1:53, which is the case with DNSChain. What other differen...
by grewalsatinder
Mon May 09, 2016 8:55 am
Forum: Official Namecoin softwares
Topic: Does NMControl support AAAA .bit queries ?
Replies: 1
Views: 19801

Does NMControl support AAAA .bit queries ?

I just tested NMControl on my MacbookPro, and was able to visit nx.bit website. But that's IPv4.

What if I set my .bit domain with IPv6 address as per NMC specifications, will that resolve that IPv6 with AAAA queries towards .bit domain?

Example: dig AAAA mydomain.bit

Satinder