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

Getting an error when trying to run the pre-compiled darkcoin-qt client

oshirowanen

New member
I am getting the following error when I try to run darkcoin-qt. The steps I took where:

1. Downloaded https://www.darkcoin.io/downloads/rc/darkcoin-qt (RC2 v0.10.8.11),
2. From the terminal, went to the download location and typed sudo chmod a+x darkcoin-qt,
3. After that I tried running the client using the command ./darkcoin-qt.

I then get the following error message and no gui appears:
./darkcoin-qt: 1: ./darkcoin-qt: Syntax error: ")" unexpected

I am using Lubuntu 14.04. Anyone know why this is happening and how to get it to work?
 
Is it 32 or 64 bit?

Please post the output of
Code:
file darkcoin-qt
and
Code:
uname -a
 
Back
Top