Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Rdalton22 on May 31, 2018, 09:18:10 PM



Title: Installing MasterNodes
Post by: Rdalton22 on May 31, 2018, 09:18:10 PM
Hello folks
I hope you all are doing well
I just started to install MasterNodes, I already installed the dependencies needed before compiling the Masternode, then I applied :

cd Xinard
chmod 755 autogen.sh
./autogen.sh
./configure
chmod 755 share/genbuild.sh

after the commands above supposedly I have to apply "make" command but I got:

Xinard# make
make: *** No rule to make target 'install'.  Stop.

Anyone knows what should I do or knows how to solve this issue ?
if someone has experience installing MasterNodes I will appreciate if you can send the right command Lines I have to apply.

Thanks in advance for your help.


Title: Re: Installing MasterNodes
Post by: bitChipper on June 01, 2018, 02:35:32 PM
looks like its a script your trying to run to install it

first i would double check that you have all the dependencies

try just "make" instead of Xiden#make?

are you following a guide, one thing that is helpful is to check other coins guide's, a lot of the time you will learn more about the installation process by seeing how other coins are setup. Good luck

best thing is just to hit up the devs of the project


Title: Re: Installing MasterNodes
Post by: Rdalton22 on June 01, 2018, 03:47:26 PM
Thank you for your advice.
Have a nice day.