Post
Topic
Board Announcements (Altcoins)
Re: ⭐️[LAUNCHED][XHM]XHIMERA⭐️|Xevan|PoW|POS|NO ICO|[MASTERNODE]|E-COMMERCE
by
Kiefels
on 02/04/2018, 17:56:18 UTC
cd
cd XHimera
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install
cd src
xhimerad -daemon

when i write : xhimerad -daemon

i got : command not found

any help with  this

omit the -daemon from your xhimera command.
All it is doing is letting you know that it is the Daemon version (No GUI) and not the -QT (GUI) version

So you want
cd src
xhimerad
or sudo ./xhimerad
or just ./xhimerad

See if that works