Created
August 19, 2013 02:43
-
-
Save indolering/6265382 to your computer and use it in GitHub Desktop.
Broken 32bit install for namecoind onto a fresh ubuntu instance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@i-b6c9eac3:~$ wget http://dot-bit.org/files/namecoin_linux32.tgz | |
--2013-08-19 02:23:20-- http://dot-bit.org/files/namecoin_linux32.tgz | |
Resolving dot-bit.org (dot-bit.org)... 178.32.102.200 | |
Connecting to dot-bit.org (dot-bit.org)|178.32.102.200|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1762125 (1.7M) [application/x-gzip] | |
Saving to: `namecoin_linux32.tgz' | |
100%[====================================================================================================>] 1,762,125 1.43M/s in 1.2s | |
2013-08-19 02:23:22 (1.43 MB/s) - `namecoin_linux32.tgz' saved [1762125/1762125] | |
ubuntu@i-b6c9eac3:~$ tar -xf ./namecoin_linux32.tgz | |
ubuntu@i-b6c9eac3:~$ ls | |
namecoind namecoin_linux32.tgz | |
ubuntu@i-b6c9eac3:~$ sudo chmod +x ./namecoind | |
ubuntu@i-b6c9eac3:~$ ./namecoind | |
-bash: ./namecoind: No such file or directory | |
ubuntu@i-b6c9eac3:~$ ls | |
namecoind namecoin_linux32.tgz | |
ubuntu@i-b6c9eac3:~$ ls -l | |
total 5900 | |
-rwxr-xr-x 1 ubuntu ubuntu 4275896 Jun 1 2012 namecoind | |
-rw-rw-r-- 1 ubuntu ubuntu 1762125 Jun 1 2012 namecoin_linux32.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment