masternodes / vps

A handy bash script to setup crypto masternodes in no time. Initially developed for $PIVX. Now many more ;-)
https://masternodes.github.io/vps/
GNU General Public License v3.0
250 stars 489 forks source link

CRAVE not working #52

Closed babatundebusari closed 6 years ago

babatundebusari commented 6 years ago

./install.sh -p crave -c 2 ███╗ ██╗ ██████╗ ██████╗ ███████╗███╗ ███╗ █████╗ ███████╗████████╗███████╗██████╗ ████╗ ██║██╔═══██╗██╔══██╗██╔════╝████╗ ████║██╔══██╗██╔════╝╚══██╔══╝██╔════╝██╔══██╗ ██╔██╗ ██║██║ ██║██║ ██║█████╗ ██╔████╔██║███████║███████╗ ██║ █████╗ ██████╔╝ ██║╚██╗██║██║ ██║██║ ██║██╔══╝ ██║╚██╔╝██║██╔══██║╚════██║ ██║ ██╔══╝ ██╔══██╗ ██║ ╚████║╚██████╔╝██████╔╝███████╗██║ ╚═╝ ██║██║ ██║███████║ ██║ ███████╗██║ ██║ ╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝ ╚╗ @marsmensch 2016-2018 ╔╝ Script version v0.8.4, you picked: crave * Installation Plan *****

I am going to install and configure => 2 crave masternode(s) in version tags/v2.5.0.1 for you now.

You have to add your masternode private key to the individual config files afterwards

Stay tuned!

A logfile for this run can be found at the following location: /tmp/nodemaster_18-01-24-1516766908_out.log


=> All configuration files are in: /etc/masternodes => All Data directories are in: /var/lib/masternodes

last but not least, run /usr/local/bin/activate_masternodes_crave as root to activate your nodes.

babatundebusari commented 6 years ago

error message here

make: makefile.unix: No such file or directory
make: *** No rule to make target 'makefile.unix'. Stop.
cp: cannot stat 'craved': No such file or directory
marsmensch commented 6 years ago

This is a regression inherited from the codebase switch last week. Fixed with 30acb3a69e7a794df8b7a93efca46448ac1ae565

Update the nodemaster script with a git pull and you will receive the changes. Sorry for the issue!