Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CROPCOIN [CROP] | Masternodes | Gpu | PoS | Decentralized Marketplace
by
counterpointengine
on 16/03/2018, 22:28:58 UTC
I am setting up my first Ubuntu Master Node with a server and I've run into a problem.  When I try to run the daemon file to begin synchronizing the blockchain for the first time from the server with Ubuntu v16.04, the server replies that there is "No such file or directory".  I am familiar with filepaths and operate well with them. 

The file directory cloned perfectly fine to the server.  The daemon file is in the /src folder where it should be.  I've made the file executable with chmod +x command.  When I attempt to run the daemon file from within the /src folder as:

./XXXXXd -daemon

I am told there is "No such file or directory".  Because this is the first time I am starting a Master Node with an Ubuntu VPS server online, I also tried running the file as:

./XXXXXd.cpp -daemon

And I received the response "syntax error near unexpected token". 

I see that Zoldur has a shell script he offers for a quick installation, but I'd like to go through the steps of placing this Master Node online to learn how to do this.  Can you tell me why this daemon file will not run when the file path is correct, and I see the file is listed in the directory?

I would appreciate any help you can provide.