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 490 forks source link

[install-recursive] Error 1 #125

Closed litofcas closed 6 years ago

litofcas commented 6 years ago

hello i was trying install aqa coin set up everything by tutorial but get this error masternode-payments.cpp: In member function ‘bool CMasternodeBlockPayees::IsTran sactionValid(const CTransaction&)’: masternode-payments.cpp:545:10: error: redeclaration of ‘CAmount requiredMastern odePayment’ CAmount requiredMasternodePayment = GetMasternodePayment(nBlockHeight, nReward ^ masternode-payments.cpp:539:13: note: ‘CAmount requiredMasternodePayment’ previo usly declared here CAmount requiredMasternodePayment = GetMasternodePayment(nBlockHeight, nRew ^ make[2]: [libbitcoin_wallet_a-masternode-payments.o] Error 1 Makefile:4603: recipe for target 'libbitcoin_wallet_a-masternode-payments.o' fai led make[1]: [install-recursive] Error 1 make: *** [install-recursive] Error 1 make[2]: Leaving directory '/root/vps/code/aqa/src' Makefile:7080: recipe for target 'install-recursive' failed make[1]: Leaving directory '/root/vps/code/aqa/src' Makefile:595: recipe for target 'install-recursive' failed 0:17:29 COMPILATION FAILED! Please open an issue at https://github.com/masternodes/vps/i ssues. Thank you!