Post
Topic
Board Announcements (Altcoins)
Re: ⭐️[LAUNCHED][XHM]XHIMERA⭐️|Xevan|PoW|POS|NO ICO|[MASTERNODE]|E-COMMERCE
by
Walter_Radley
on 21/03/2018, 06:37:06 UTC
I am putting together a Master Node, and I've used written directions that are available for doing this.

I have cloned the GitHub repository onto an Ubuntu v16.04 VPS server with two different companies that provide VPS services.  The required dependency libraries have been added correctly.  The second company I used offers managed VPS services and the support desk has confirmed this information below.

I have cloned the GitHub repository onto the Ubuntu v16.04 VPS server.  The response for these two commands is that this file does not exist:

chmod +x /root/XHimera/src/xhimerad

/root/XHimera/src/xhimerad -daemon

The /src folder contains a file xhimerad.cpp but this file does not appear to be the correct file.



I need somebody from the community to provide a SOLUTION for this problem.    

 

try this:

cd
cd XHimera
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install
cd src
xhimerad -daemon