Search found 255 matches

by moa
Sat Jul 18, 2015 10:06 pm
Forum: Official Namecoin softwares
Topic: Porting v0.3.80 namecoin-qt "Manage Names" tab to namecore
Replies: 11
Views: 52610

Re: Porting v0.3.80 namecoin-qt "Manage Names" tab to nameco

I can help with building/testing/debugging and probably some juicy NMC bounty. Also have a look at phelix' nameGUI activities. Actually I don't mind if we had two GUIs at our disposal. One "official" Qt reference GUI, and another one more flexible and easily extensible Python RPC GUI. I don't think...
by moa
Sat Jul 18, 2015 7:15 am
Forum: Official Namecoin softwares
Topic: How to do a depends build for namecore
Replies: 3
Views: 26814

Re: How to do a depends build for namecore

Oh yeah, any time you want to build the latest namecore using the framework you set up above:

go into namecore dir, pull the latest code and clean the tree:

Code: Select all

cd namecore
git pull
git clean -dfx
Now repeat steps 4) and 5) in the OP.
by moa
Sat Jul 18, 2015 6:44 am
Forum: Official Namecoin softwares
Topic: How to do a depends build for namecore
Replies: 3
Views: 26814

How to do a depends build for namecore

This should work on any linux or OSX and builds the full suite of namecoind, namecoin-cli, namecoin-tx and namecoin-qt. It downloads all the dependencies it needs as source, checks the hash of the dependency source and builds them from source locally. I assume you have already cloned the github sour...
by moa
Sat Jul 18, 2015 5:59 am
Forum: Official Namecoin softwares
Topic: Maximum P2P message size
Replies: 10
Views: 10136

Re: Maximum P2P message size

I think you should try to keep with the Bitcoin limit for message length.

I too would prefer you mess as little as possible with the Bitcoin code for namecore. Great work so far. As much as we can modularize the namecoin extensions to Bitcoin Core the better.
by moa
Sat Jul 18, 2015 5:49 am
Forum: Official Namecoin softwares
Topic: Porting v0.3.80 namecoin-qt "Manage Names" tab to namecore
Replies: 11
Views: 52610

Porting v0.3.80 namecoin-qt "Manage Names" tab to namecore

Is there any work on-going to achieve this?

I can help with building/testing/debugging and probably some juicy NMC bounty.
by moa
Sat Jul 18, 2015 5:27 am
Forum: Official Namecoin softwares
Topic: Deterministic Builds for Namecoin Core (Help Wanted!)
Replies: 3
Views: 5345

Re: Deterministic Builds for Namecoin Core (Help Wanted!)

I've been doing depends builds for namecoin/namecore since the code was posted on github. Seems to test (make check) and run fine.
by moa
Sat Jul 18, 2015 5:23 am
Forum: Official Namecoin softwares
Topic: Officially releasing Namecore
Replies: 57
Views: 169330

Re: Officially releasing Namecore

tl;dr: If you install namecore on top of the old client's data directory then you'll run into severe problems. I don't think this is necessarily the case. I'm currently running v0.3.80 namecoin/namecoinq-release branch and namecoin/namecore branch against the same data directory, not simultaneously...
by moa
Wed Feb 19, 2014 7:47 am
Forum: General Discussion
Topic: SAD NEWS Mikhail Sindeyev (thecoder) has Died Suddenly
Replies: 13
Views: 10297

Re: SAD NEWS Mikhail Sindeyev (thecoder) has Died Suddenly

Condolences to his family. And snailbrain.

thecoder was talented with a big future ... long live thecoder.
by moa
Sun Dec 29, 2013 8:57 pm
Forum: Tools, GUI & other softwares
Topic: [ANN] Fundraiser for NMC MultiBit Port
Replies: 39
Views: 29785

Re: [ANN] Fundraiser for NMC MultiBit Port

You are probably aware that there is already a java gui for namecoin, albeit stagnant project ... there may be some stuff in there you can use e.g. ... http://sourceforge.net/projects/namecoinj/ http://dot-bit.org/forum/viewtopic.php?f=9&t=379 P.S ... and enough with the 'peanut gallery' pissing con...
by moa
Sun Dec 29, 2013 8:43 pm
Forum: General Discussion
Topic: Storing Contracts in the Name Registry
Replies: 9
Views: 7050

Re: Storing Contracts in the Name Registry

Yes. You could easily store the hash of a ricardian contract in a namecoin name (or value) fields. You could also use the namecoin private-public key pair associated with the storage of the name/hash for the signing of the ricardian contracts who's hash is stored at that name .... many interesting p...