Search found 707 matches

by khal
Mon Mar 03, 2014 10:45 am
Forum: Official Namecoin softwares
Topic: [ANN] libcoin rebase attempt
Replies: 49
Views: 38349

Re: [ANN] libcoin rebase attempt

Full blocks (34714) are now downloaded ! :)

Next steps are to test all this, mining included, which requires adding the testnet difficulty adjustment (I didn't see it in the bitcoin testnet code, strange).

Edit: code is there : https://github.com/khalahan/libcoin/com ... ointestnet
by khal
Mon Mar 03, 2014 10:23 am
Forum: Official Namecoin softwares
Topic: [ANN] libcoin rebase attempt
Replies: 49
Views: 38349

Re: [ANN] libcoin rebase attempt

Fix testnet POW ChainID check :
https://github.com/khalahan/libcoin/com ... ointestnet

Blocks after 22726 are now accepted.
I'm still download the remaining blockchain (on block 27500 for now).
by khal
Thu Feb 27, 2014 7:20 pm
Forum: General Discussion
Topic: fxopen introduces crypto accounts and offers deposits in nmc
Replies: 2
Views: 2695

Re: fxopen introduces crypto accounts and offers deposits in

Good new :p

I've reformatted the Exchanges page of the wiki : https://wiki.namecoin.info/index.php?title=Exchanges
Someone knows more about their service to add them ?
by khal
Thu Feb 27, 2014 6:16 pm
Forum: General Discussion
Topic: Davi Barker hassled by the TSA "for having Bitcoins"
Replies: 5
Views: 3393

Re: Davi Barker hassled by the TSA "for having Bitcoins"

Sad...

Avoid travelling with a computer too, several stories report they may browse its content.
by khal
Tue Feb 25, 2014 10:36 pm
Forum: General Discussion
Topic: Cryptonit.net supports dot-bit
Replies: 20
Views: 12585

Re: Cryptonit.net supports dot-bit

Hi brandom !

Great new, and thanks for your support in namecoin.

I would like to make the same suggest as domob about the fingerprint :p

Do you know about "id/", nameID & openID things for namecoin (this is not well documented yet) ?
by khal
Mon Feb 24, 2014 10:01 pm
Forum: Official Namecoin softwares
Topic: [ANN] libcoin rebase attempt
Replies: 49
Views: 38349

Re: [ANN] libcoin rebase attempt

Some new errors now : 12:44:49 DEBUG(node) [BlockFilter.cpp:40 virtual bool BlockFilter::operator()(Peer*, Message&)] received block ebdd671a8739da235db5 12:44:49 ERROR(node) [util.cpp:335 error] ERROR: Aux POW parent has our chain ID 12:44:49 ERROR(node) [util.cpp:335 error] ERROR: CheckProofOfWor...
by khal
Mon Feb 24, 2014 1:50 pm
Forum: Official Namecoin softwares
Topic: Verification routines in nmcontrol
Replies: 5
Views: 5042

Re: Verification routines in nmcontrol

Khal: Thanks for your opinion. I'll do it, just waiting for more input on the names of plugins and methods to create (as I don't want to just invent something myself). I admit that it may be a bit complex to follow where the code should go :p The most complex interactions are related to DNS, here a...
by khal
Mon Feb 24, 2014 1:05 pm
Forum: Official Namecoin softwares
Topic: Verification routines in nmcontrol
Replies: 5
Views: 5042

Re: Verification routines in nmcontrol

What do you think, do such verification routines have a place inside nmcontrol? Yes, it would help any new implementation and also concentrate efforts on a single point. We need to create pluginNamespaceID.py at least. For generic things which can be in several namespaces, like the "signer" field, ...
by khal
Sun Feb 23, 2014 3:23 pm
Forum: Official Namecoin softwares
Topic: [ANN] libcoin rebase attempt
Replies: 49
Views: 38349

Re: [ANN] libcoin rebase attempt

I've not yet heard back from Michael, so I'll start implementing things in my own repo for now and use "stock" libcoin. It will be easy to move the files later if Michael is fine with having support for name_* and so on in libcoin itself. @khal: Please let me know in case you already started with t...
by khal
Sun Feb 23, 2014 11:49 am
Forum: Official Namecoin softwares
Topic: [ANN] libcoin rebase attempt
Replies: 49
Views: 38349

Re: [ANN] libcoin rebase attempt

- find bitcoin features & patches that should not be used in namecoin I assume we will re-add them in the future? Most of the new Bitcoin features/patches since 0.3.x would be useful in Namecoin. Yes. Some will be activated on the next fork. Wow, great! Yes, presumably libcoin implements testnet di...