• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Problem updating darkcoind

yidakee

Well-known member
Foundation Member
So Evan released 0.7.4 yesterday, I did exactly as I've done before, both local and remote

sudo rm -r /usr/bin/darkcoind
then wget new version
sudo cp to /usr/bin/darkcoind
chmod +x
delete all peers.dat as suggested by Evan

try running, but this shows, both local and server

yidakee@ubuntu:~$ darkcoind
bash: /usr/bin/darkcoind: Permission denied

What am I missing?
 
Last edited by a moderator:
Thanks scriptee for the help!

for some reason chmod+x didnt work, or I forgot, or typo, cant remember seeing an error message.

They're up and running
 
it's the same really, you already had a 644 permission on it, and doing +x added 1 to each of these numbers making it 755
 
Back
Top