Post
Topic
Board Announcements (Altcoins)
Re: ⭐️[LAUNCHED][XHM]XHIMERA⭐️|Xevan|PoW|POS|NO ICO|[MASTERNODE]|E-COMMERCE
by
counterpointengine
on 16/03/2018, 14:00:06 UTC
I am in the middle of putting together a Master Node and I would like somebody to post information that will help me complete this.

I have loaded the files from GitHub onto an Ubuntu v16.04 server, and the settings for the wallet have been completed with the conf file.  Which file do I execute and run to begin the blockchain synchronization?

The doc directory on github says for a Linux installation to run the xhimera file in the bin directory.  I do not see a bin directory or this Xhimera file that I would run for the Linux  installation. 


for that you run xhimerad -daemon
in the directory:  /XHimera/src

if your xhimera.conf file is not in the correct directory, you will get an error message which will tell you where it should be



Okay, I am getting the response "No such file or directory" when I run xhimerad daemon in this way ~/XHimera/src/xhimerad -daemon

The file directory has correctly cloned to my server and all the files are correctly listed on the Linux server.  I have run "ls -ld *" to list the files in the directory and I see that the executable file is there, xhimerad.cpp but it continues to respond with "No such file or directory" when I attempt to run xhimerad -daemon.

I've tried to run this from within the /src directory and from outside the /src directory and I have used the correct file path each time.  What is the solution for this for me to run this file and get the blockchain to begin synching on this Ubuntu server?

The server has not bothered to tell me if the conf file needs to be placed into a specific directory folder.  I had created the directory .xhimera and placed the conf file inside that.  Then after I read your note to run the xhimerad -daemon I also tried placing another conf file into the /src directory.