Name_Update

Post Reply
amincd
Posts: 10
Joined: Sat May 14, 2011 8:47 am

Name_Update

Post by amincd »

This might be a stupid question, but how do I do a name_update to reset the expiration date for my domain? Do I need to include a value?

I'm currently doing:

namecoind name_update d/domain_name '{"map": {"": "1.2.3
.4", "www": "4.3.2.1"}}'

And getting this error:

error: {"code":-1,"message":"name_update <name> <value> [<toaddress>]\nUpdate an
d possibly transfer a name\n"}

Do I need to use a real IP address? I just used the 1.2.3.4 value because I'm only trying to renew the expiration date and don't have an actual IP address to point it to yet.

Also, as I understand it, a name_update has to be done once every 12,000 block to maintain registration over a domain.
Does this occur automatically if I have the namecoind client running, or does it need to be done manually? I assume manually..

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

Re: Name_Update

Post by khal »

If you use windows, you must use another syntax.
Paste your json value here : http://dot-bit.org/tools/domainCheck.php.

You can put what you want in the json value, it'll be accepted.

Currently, is it manual :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

amincd
Posts: 10
Joined: Sat May 14, 2011 8:47 am

Re: Name_Update

Post by amincd »

Thanks, I'm using Windows, and the new syntax worked.

Post Reply