{
"version" : 80707,
"protocolversion" : 90021,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 192,
"timeoffset" : 0,
"connections" : 30,
"proxy" : "",
"difficulty" : 3.12704690,
"testnet" : false,
"keypoololdest" : 1487765092,
"keypoolsize" : 102,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
{
"blocks" : 192,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 3.12704690,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 8620551,
"pooledtx" : 0,
"testnet" : false
}
when trying to compile for solo mining with make -f makefile.unix test i get following error:
root/Zcoinclassic-master/src/main.h:698:10: note: candidate expects 4 arguments, 1 provided
In file included from /usr/include/boost/test/unit_test.hpp:19:0,
from test/transaction_tests.cpp:3:
test/transaction_tests.cpp:170:51: error: no matching function for call to 'CTransacti on::CheckTransaction(CValidationState&)'
BOOST_CHECK_MESSAGE(!tx.CheckTransaction(state) || !state.IsValid(), "Transaction
^
In file included from test/transaction_tests.cpp:6:0:
/root/Zcoinclassic-master/src/main.h:698:10: note: candidate: bool CTransaction::Check Transaction(CValidationState&, uint256, bool, int) const
bool CheckTransaction(CValidationState &state, uint256 hashTx, bool isVerifyDB, i
^
/root/Zcoinclassic-master/src/main.h:698:10: note: candidate expects 4 arguments, 1 provided
makefile.unix:231: recipe for target 'obj-test/transaction_tests.o' failed
make: *** [obj-test/transaction_tests.o] Error 1
root@Server:~/Zcoinclassic-master/src#
What is here wrong?
compile with "make -f makefile.unix USE_UPNP=-"