RE: Launching a ChainCoin masternode- made easy
Hi there, excellent write up! I am having an issue with:
mn@mn:~$ chaincoind –daemon
chaincoind: command not found
Prior to this point, I also had an error with this command:
mn@mn:~/chaincoin$ ./configure – -without-gui
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: –
checking build system type... Invalid configuration –': machine
–' not recognized
configure: error: /bin/bash src/build-aux/config.sub – failed
So I just ran ./configure which seemed to work.
Then saw this error while compiling:
CXX masternode.o
masternode.cpp: In member function 'bool CMasternodePayments::ProcessBlock(int)':
masternode.cpp:434:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(vecLastPayments.size() > nMinimumAge) break;
^
Any ideas??
This may be the problem!! Someone on youtube found a typo:
-note to others --copy paste from the website error
./configure --without-gui
(website reads ./configure – -without-gui)
I am reinstalling the server and trying again, wish me luck!
Arg, now stuck here:
mn@mn:~/chaincoin$ make
Making all in src
make[1]: Entering directory
/home/mn/chaincoin/src' make all-recursive make[2]: Entering directory
/home/mn/chaincoin/src'Making all in .
make[3]: Entering directory
/home/mn/chaincoin/src' CXX activemasternode.o activemasternode.cpp:429:1: fatal error: opening dependency file .deps/activemasternode.Tpo: Permission denied } ^ compilation terminated. make[3]: *** [activemasternode.o] Error 1 make[3]: Leaving directory
/home/mn/chaincoin/src'make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
/home/mn/chaincoin/src' make[1]: *** [all] Error 2 make[1]: Leaving directory
/home/mn/chaincoin/src'make: *** [all-recursive] Error 1
sudo make seems to be working....
Still see this error when making
CXX masternode.o
masternode.cpp: In member function 'bool CMasternodePayments::ProcessBlock(int)':
masternode.cpp:434:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(vecLastPayments.size() > nMinimumAge) break;
^
It worked perfectly. My first masternode is up and running!
great tutorial, keep up the good work.
Seems I got past all that.. now:
mn@mn:~$ chaincoind –daemon
error: couldn't connect to server
ARG!!
mn@mn:~$ sudo chaincoind -daemon
Chaincoin server starting
WHOOHOOO!
You got the chaincoin server running, now you have to "start the masternode " right??
chaincoind masternode start