Search found 255 matches

by moa
Sat Aug 10, 2013 1:00 pm
Forum: Official Namecoin softwares
Topic: reading the blockchain
Replies: 9
Views: 7784

Re: reading the blockchain

this topic probably should have gone in "Technical Support" ... I think you can use a few different RPC calls namecoind help specifically namecoind help name_filter and namecoind help name_scan and pipe the output to a file ... or wherever you want to do with it ... can't be any more specific than y...
by moa
Thu Aug 08, 2013 10:11 pm
Forum: General Discussion
Topic: GPG and OTR integration
Replies: 25
Views: 15856

Re: GPG and OTR integration

domob: biolizard: are you aware of the upcoming "payment protocol" that is being implemented for the bitcoin 0.9 satoshi client? Yes, I heard about it. And as you point out, namecoin seems like a perfect solution (as for many other problems :D). Verifying the X.509 certificate as is done already wi...
by moa
Thu Aug 08, 2013 11:02 am
Forum: General Discussion
Topic: GPG and OTR integration
Replies: 25
Views: 15856

Re: GPG and OTR integration

domob: biolizard: are you aware of the upcoming "payment protocol" that is being implemented for the bitcoin 0.9 satoshi client? http://www.pcworld.com/article/2046182/bitcoin-upgrade-aims-for-smoother-ecommerce.html It has crossed my mind earlier that the SSL comms they are going to be using will b...
by moa
Thu Aug 08, 2013 1:44 am
Forum: Technical Support
Topic: Problems with building namecoin-qt on Linux Mint 15
Replies: 5
Views: 5530

Re: Problems with building namecoin-qt on Linux Mint 15

Yes, looks like that was it... I removed daemon=1 and now it works, thanks. Strange that this configuration worked fine for Namecoin-Qt on Windows 7. Clearly it is not "working fine" on Windows since it is ignoring the conf file call to daemonise ... which on linux it attempts to and then crashes w...
by moa
Thu Aug 08, 2013 12:26 am
Forum: Technical Support
Topic: Problems with building namecoin-qt on Linux Mint 15
Replies: 5
Views: 5530

Re: Problems with building namecoin-qt on Linux Mint 15

Sounds like you might have

Code: Select all

daemon=1 
erroneously set in your namecoin.conf? Comment it out if so ... but "server=1" is needed for debug window rpc calls....
by moa
Wed Aug 07, 2013 11:58 am
Forum: Technical Support
Topic: Namecoin client is not in the repository
Replies: 5
Views: 4785

Re: Namecoin client is not in the repository

I've done an autotools toolchain build and .deb packages for namecoin in the past but nobody was interested so I shelved it .... unitl the directory structure (now with new namecoin-qt Make system also) gets straightened out properly (e.g. get rid of all the extraneous windows build crap) it doesn't...
by moa
Mon Aug 05, 2013 1:20 pm
Forum: General Discussion
Topic: [RFC] Signing files with the namecoin blockchain
Replies: 26
Views: 25214

Re: [RFC] Signing files with the namecoin blockchain

signee updates Unfortunately the client sends names to a new address on name_update. As the signature is currently bound to the address that held the signee name at the height of creating the signature entry the verification will break after a name_update on the signees. This can be solved by using...
by moa
Fri Aug 02, 2013 11:59 pm
Forum: Project direction
Topic: Why separate namespaces/TLD's for Tor/I2P are a bad idea
Replies: 20
Views: 15281

Re: Why separate namespaces/TLD's for Tor/I2P are a bad idea

I concur ... all good points.
by moa
Fri Aug 02, 2013 11:26 am
Forum: Project direction
Topic: [Brainstorming] Namecoin SPV
Replies: 33
Views: 125345

Re: [Brainstorming] Namecoin SPV

Wouldn't it only need the last 36,000 blocks since all name operations before then have expired/updated since then anyway?

Unless there is reason for knowing the prior name operations and not just the 'current' set of names?
by moa
Mon Jul 29, 2013 12:25 am
Forum: General Discussion
Topic: [RFC] Signing files with the namecoin blockchain
Replies: 26
Views: 25214

Re: [RFC] Signing files with the namecoin blockchain

domob: Sounds good, but maybe we could also use the more generic "hash/" I suggested. I think I read already that the "Holy Grail" guys discussed about putting hashes into the blockchain (supposedly for a similar feature but not to verify files but some OT datastructures or so), and then it may make...