0
root@srv [~/public_html/server/bin]# ./bitcoind -daemon
Bitcoin server starting
root@srv [~/public_html/server/bin]# sendto: Operation not permitted
What is the problem?
Also, bitcoind didn't download the blockchain in my linux centos server.
What is the reason?
root/public_html/server/bin/here is my bitcoind . and data file is'root/.bitcoin/. what is the problem?? i run the commandrestorecon -R ~/bin. sitill same this.. pls give me some solution – Md Shahadat Hossain – 2015-05-15T12:16:27.8031public_html is for serving web pages, not for binaries. Put the bitcoin binaries in ~/bin/ . AFTER moving you may need to run restorecon. Also don't run bitcoin (or anything) as root, create a new user and run bitcoin as that user. Once you have it working you probably want to set it up as a systemd service, which is very simple. – Jannes – 2015-05-15T12:27:34.187