Page 1 of 1

Can someone please help me install namecoin?

Posted: Sun May 15, 2011 8:17 pm
by granrojo
I'm using Ubuntu 10.10

I've followed the instructions on the wiki:

Downloaded from the main page
Extracted everything
cd to the folder it was extracted to and typed ./namecoind it says: cannot execute binary file

If I do sudo ./namecoind then I get: ./namecoind: 1: Syntax error: "(" unexpected

Am I missing or doing something stupid?

Thanks

Re: Can someone please help me install namecoin?

Posted: Sun May 15, 2011 8:21 pm
by khal
I've compiled namecoind for linux 64bits. Do you use a 32bit ubuntu ?

Re: Can someone please help me install namecoin?

Posted: Sun May 15, 2011 8:36 pm
by granrojo
khal wrote:I've compiled namecoind for linux 64bits. Do you use a 32bit ubuntu ?
Yes.

Any chance you can do a 32bit version? I did actually try to compile it myself yesterday but without much success. I'm very new to linux and don't really know what I'm doing :)

Re: Can someone please help me install namecoin?

Posted: Sun May 15, 2011 10:01 pm
by khal
Here it is : http://dot-bit.org/files/namecoin_linux32.tgz :p
Added to the wiki too.

Re: Can someone please help me install namecoin?

Posted: Sun May 15, 2011 10:03 pm
by CoinMan
You might need to set the permissions to executable on the namecoind file, try this (from the namecoin directory):

chmod +x namecoind
granrojo wrote:I'm using Ubuntu 10.10

I've followed the instructions on the wiki:

Downloaded from the main page
Extracted everything
cd to the folder it was extracted to and typed ./namecoind it says: cannot execute binary file

If I do sudo ./namecoind then I get: ./namecoind: 1: Syntax error: "(" unexpected

Am I missing or doing something stupid?

Thanks

Re: Can someone please help me install namecoin?

Posted: Sun May 15, 2011 10:12 pm
by granrojo
khal wrote:Here it is : http://dot-bit.org/files/namecoin_linux32.tgz :p
Added to the wiki too.
Excellent! Worked first time, thanks a lot!

Time to buy some namecoins :)

Re: Can someone please help me install namecoin?

Posted: Sun May 15, 2011 10:12 pm
by khal
Thanks for the remark CoinMan, i've added the line to the wiki : http://dot-bit.org/InstallAndConfigureNamecoin (the +x should be applied with unzip a tar.gz, but just in case...)