Hi Jeff, I am getting an error with a Linux install, can you help?
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??
RE: How to host a Chaincoin Masternode on windows.