To assure that all the right stuff is there for the binary... Binary declares itself non-existent and I'm trying to figure out why.
anon@server:~/darkcoin# wget
http://www.darkcoin.io/downloads/rc2/darkcoind--2014-04-28 01:29:46--
http://www.darkcoin.io/downloads/rc2/darkcoindResolving
www.darkcoin.io (
www.darkcoin.io)... 162.252.83.44
Connecting to
www.darkcoin.io (
www.darkcoin.io)|162.252.83.44|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 56526335 (54M)
Saving to: 'darkcoind'
100%[====================================================================================================================================================>] 56,526,335 5.98MB/s in 6.6s
2014-04-28 01:29:53 (8.11 MB/s) - 'darkcoind' saved [56526335/56526335]
anon@server:~/darkcoin# ls
COPYING INSTALL README.md bitcoin-qt.pro contrib darkcoind doc share src
anon@server:~/darkcoin# chmod 744 darkcoind
anon@server:~/darkcoin# ls -lah
total 54M
drwxr-xr-x 7 root root 4.0K Apr 28 01:29 .
drwx------ 4 root root 4.0K Apr 27 22:55 ..
drwxr-xr-x 8 root root 4.0K Apr 27 22:55 .git
-rw-r--r-- 1 root root 29 Apr 27 22:55 .gitattributes
-rw-r--r-- 1 root root 345 Apr 27 22:55 .gitignore
-rw-r--r-- 1 root root 1.1K Apr 27 22:55 COPYING
-rw-r--r-- 1 root root 325 Apr 27 22:55 INSTALL
-rw-r--r-- 1 root root 2.8K Apr 27 22:55 README.md
-rw-r--r-- 1 root root 15K Apr 27 22:55 bitcoin-qt.pro
drwxr-xr-x 14 root root 4.0K Apr 27 22:55 contrib
-rwxr--r-- 1 root root 54M Apr 27 13:17 darkcoinddrwxr-xr-x 2 root root 4.0K Apr 27 22:55 doc
drwxr-xr-x 5 root root 4.0K Apr 27 22:55 share
drwxr-xr-x 8 root root 4.0K Apr 27 23:16 src
anon@server:~/darkcoin# ./darkcoind
-bash: ./darkcoind: No such file or directory
anon@server:~/darkcoin# strip darkcoind
anon@server:~/darkcoin# ./darkcoind
-bash: ./darkcoind: No such file or directory
anon@server:~/darkcoin# ls -lah
total 6.5M
drwxr-xr-x 7 root root 4.0K Apr 28 01:31 .
drwx------ 4 root root 4.0K Apr 27 22:55 ..
drwxr-xr-x 8 root root 4.0K Apr 27 22:55 .git
-rw-r--r-- 1 root root 29 Apr 27 22:55 .gitattributes
-rw-r--r-- 1 root root 345 Apr 27 22:55 .gitignore
-rw-r--r-- 1 root root 1.1K Apr 27 22:55 COPYING
-rw-r--r-- 1 root root 325 Apr 27 22:55 INSTALL
-rw-r--r-- 1 root root 2.8K Apr 27 22:55 README.md
-rw-r--r-- 1 root root 15K Apr 27 22:55 bitcoin-qt.pro
drwxr-xr-x 14 root root 4.0K Apr 27 22:55 contrib
-rwxr--r-- 1 root root 6.4M Apr 28 01:31 darkcoinddrwxr-xr-x 2 root root 4.0K Apr 27 22:55 doc
drwxr-xr-x 5 root root 4.0K Apr 27 22:55 share
drwxr-xr-x 8 root root 4.0K Apr 27 23:16 src
root@server:~/darkcoin# chmod 755 darkcoind
root@server:~/darkcoin# ./darkcoind
-bash: ./darkcoind: No such file or directory
root@server:~/darkcoin# ls -lah
total 6.5M
drwxr-xr-x 7 root root 4.0K Apr 28 01:31 .
drwx------ 4 root root 4.0K Apr 27 22:55 ..
drwxr-xr-x 8 root root 4.0K Apr 27 22:55 .git
-rw-r--r-- 1 root root 29 Apr 27 22:55 .gitattributes
-rw-r--r-- 1 root root 345 Apr 27 22:55 .gitignore
-rw-r--r-- 1 root root 1.1K Apr 27 22:55 COPYING
-rw-r--r-- 1 root root 325 Apr 27 22:55 INSTALL
-rw-r--r-- 1 root root 2.8K Apr 27 22:55 README.md
-rw-r--r-- 1 root root 15K Apr 27 22:55 bitcoin-qt.pro
drwxr-xr-x 14 root root 4.0K Apr 27 22:55 contrib
-rwxr-xr-x 1 root root 6.4M Apr 28 01:31 darkcoinddrwxr-xr-x 2 root root 4.0K Apr 27 22:55 doc
drwxr-xr-x 5 root root 4.0K Apr 27 22:55 share
drwxr-xr-x 8 root root 4.0K Apr 27 23:16 src
root@server:~/darkcoin# WTF!?
How can it be right fucking there, but then I try to run it and it tells me it doesn't fucking exist?
I think the closed source binary has a trollface.jpg in it somewhere...
The compiled darkcoind won't run and gives me an utterly useless error message. The binary declares itself non-existent...