[ANN] Namecoin v3.50 : faster & better

Namecoin, NMControl
khal
Site Admin
Posts: 708
Joined: Mon May 09, 2011 5:09 pm
os: linux

[ANN] Namecoin v3.50 : faster & better

Post by khal »

A new version of namecoin is available ! :)

Project : http://dot-bit.org/
Files : http://dot-bit.org/files/

Improved performances :

* New index for names, created at first startup
* Faster name_scan (3x)
* Faster name_list (11x !)

New rpc commands :

* sendtoname : sendtoname <namecoinname> <amount> [comment] [comment-to]
- allow you to send namecoin to last owner of a name

* name_show : name_show <name>
- show only one name (same as name_scan "xx" 1) or nothing of name is not found

* name_filter : name_filter [regexp] [maxage=36000] [from=0] [nb=0] [stat]
- filter names with regular expressions, height of a name (to get only names from last X blocks), to count names, etc
Examples :
* list all unexpired names
namecoind name_filter

* list all names in the d/ namespace
namecoind name_filter "^d/" 0

* list names modified last 150 blocks
namecoind name_filter "^d/" 150

* count names modified last 150 blocks
namecoind name_filter "^d/" 150 0 0 stat

* list 20 names from number 100
namecoind name_filter "" 0 100 20

Other

* name_scan now only returns the minimum of data (8MB instead of 16MB)
* if index of names (nameindexfull.dat) is deleted, it'll be recreated at startup.
* default rpc port updated to not conflict with bitcoin
* config file renamed to namecoin.conf (it's never too late...). Still works with original name. Same for pid file.


Some really useful changes !
NamecoinToBind will be updated soon to benefit from this.

Check it out ! :P
NamecoinID: id/khal
GPG : 9CC5B92E965D69A9
NMC: N1KHAL5C1CRzy58NdJwp1tbLze3XrkFxx9
BTC: 1KHAL8bUjnkMRMg9yd2dNrYnJgZGH8Nj6T

Register Namecoin domains with BTC
My bitcoin Identity - Send messages to bitcoin users
Charity Ad - Make a good deed without paying a cent

cosurgi
Posts: 19
Joined: Thu Aug 04, 2011 12:12 pm
os: linux

Re: [ANN] Namecoin v3.50 : faster & better

Post by cosurgi »

Please update IRC topic and this: http://dot-bit.org/forum/viewtopic.php?f=2&t=151

khal
Site Admin
Posts: 708
Joined: Mon May 09, 2011 5:09 pm
os: linux

Re: [ANN] Namecoin v3.50 : faster & better

Post by khal »

Done, thanks.
NamecoinID: id/khal
GPG : 9CC5B92E965D69A9
NMC: N1KHAL5C1CRzy58NdJwp1tbLze3XrkFxx9
BTC: 1KHAL8bUjnkMRMg9yd2dNrYnJgZGH8Nj6T

Register Namecoin domains with BTC
My bitcoin Identity - Send messages to bitcoin users
Charity Ad - Make a good deed without paying a cent

Schwede65
Posts: 2
Joined: Mon Feb 27, 2012 11:23 pm
os: windows

Re: [ANN] Namecoin v3.50 : faster & better

Post by Schwede65 »

is there an updated windows-version 3.50?

does this new version work with NamecoinGUI?

khal
Site Admin
Posts: 708
Joined: Mon May 09, 2011 5:09 pm
os: linux

Re: [ANN] Namecoin v3.50 : faster & better

Post by khal »

Schwede65 wrote:is there an updated windows-version 3.50?
Not yet. Announce : we are searching for a volunteer to compile for windows and mac :)
Schwede65 wrote:does this new version work with NamecoinGUI?
Yes.
NamecoinID: id/khal
GPG : 9CC5B92E965D69A9
NMC: N1KHAL5C1CRzy58NdJwp1tbLze3XrkFxx9
BTC: 1KHAL8bUjnkMRMg9yd2dNrYnJgZGH8Nj6T

Register Namecoin domains with BTC
My bitcoin Identity - Send messages to bitcoin users
Charity Ad - Make a good deed without paying a cent

phelix
Posts: 1634
Joined: Thu Aug 18, 2011 6:59 am

Re: [ANN] Namecoin v3.50 : faster & better

Post by phelix »

updated quite some domains with the new version. it is much faster indeed. nice!

windows build did fine so far: http://dot-bit.bit/viewtopic.php?f=8&t=545
http://dot-bit.org/forum/viewtopic.php?f=8&t=545

should we put it up?
Last edited by phelix on Tue Sep 25, 2012 7:45 am, edited 1 time in total.
nx.bit - some namecoin stats
nf.bit - shortcut to this forum

iopq
Posts: 5
Joined: Fri Jul 29, 2011 7:22 pm
os: windows

Re: [ANN] Namecoin v3.50 : faster & better

Post by iopq »


phelix
Posts: 1634
Joined: Thu Aug 18, 2011 6:59 am

Re: [ANN] Namecoin v3.50 : faster & better

Post by phelix »

thanks, corrected.
nx.bit - some namecoin stats
nf.bit - shortcut to this forum

phelix
Posts: 1634
Joined: Thu Aug 18, 2011 6:59 am

Re: [ANN] Namecoin v3.50 : faster & better

Post by phelix »

Out now: namecoind v3.50 win32 build release version

http://namecoin.info/files/namecoind_v350_win32.zip
nx.bit - some namecoin stats
nf.bit - shortcut to this forum

tux9656
Posts: 1
Joined: Sun Dec 23, 2012 4:10 pm
os: linux

Re: [ANN] Namecoin v3.50 : faster & better

Post by tux9656 »

Where can I download the source? I could only find the git repository and that didn't build for me.

Post Reply