Post
Topic
Board Announcements (Altcoins)
Re: [ANN][EXE] Execoin - Fast | ASIC resistant | Multipool proof | KGW | no-premine
by
gsupp
on 23/03/2014, 17:12:21 UTC
So my main rig has been dead for about a week now. It held the execoin wallet. I kept a backup but my only means of accesing it currently is via my linux rig.

I'm trying to figure out how to install the wallet on ubuntu 13.10. I install all the correct dependencies listed in the "readme-qt" settings. After that there are really no instructions. So I assumed I would just run the file via ./ but when I do this I get back the error saying permission denied.

I have tried it both in sudo and root with the same results.

Any suggestions?

Try setting the binary to executable with the following command:

Code:
chmod 755 filename

Replace filename with the actual name of the file you're trying to execute.