name_update help

Post Reply
bobberb
Posts: 3
Joined: Mon Jun 20, 2011 6:42 pm
os: windows

name_update help

Post by bobberb »

I got my hands on 16 namecoins and I decided to get my first domain. I first did the name_new followed by a name_firstupdate taking away 15 and change nmc. However, when I attempt a name_update I get the error
"
error: {"code":-1,"message":"name_update <name> <value> [<toaddress>]\nUpdate and possibly transfer a name\n"}

"

Can anyone provide help?

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

Re: name_update help

Post by khal »

If you need to update, the command line is :

Code: Select all

namecoind name_update d/domain "json-value"

Pasting your command line here would help us to help you :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

bobberb
Posts: 3
Joined: Mon Jun 20, 2011 6:42 pm
os: windows

Re: name_update help

Post by bobberb »

C:\Users\^@$@\Downloads\namecoin_win32>namecoind.exe name_update d/[domain] '{"map": {"": "10.0.0.1"}}'
error: {"code":-1,"message":"name_update <name> <value> [<toaddress>]\nUpdate and possibly transfer a name\n"}

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

Re: name_update help

Post by khal »

Use the windows escaping syntax (ugly, but no other choice).
Put your json code on http://dot-bit.org/tools/domainCheck.php, here is the result for windows :

Code: Select all

 namecoind.exe name_update d/yourname "{\"map\": {\"\": \"10.0.0.1\"}}"
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

bobberb
Posts: 3
Joined: Mon Jun 20, 2011 6:42 pm
os: windows

Re: name_update help

Post by bobberb »

I'm so absent minded, I have cygwin right here, no need!

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

Re: name_update help

Post by khal »

Ok, now, enjoy :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

moa
Posts: 255
Joined: Mon May 23, 2011 6:13 am

Re: name_update help

Post by moa »

Another name_update question:

if an update is done sometime before the 12,000 block mark does the update clock start ticking immediately or wait untilt he first 12,000 update is used up and then start counting down.

I.e. can I do 4 name_updates today and be covered for the next 48,000 blocks?

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

Re: name_update help

Post by khal »

It resets each time to 12k.
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

Post Reply