RE: Launching a ChainCoin masternode- made easy

You are viewing a single comment's thread from:

Launching a ChainCoin masternode- made easy

in cryptocurrency •  8 years ago 

sudo make seems to be working....

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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;
^