Post
Topic
Board Announcements (Altcoins)
Re: [ANN][JPC]JackpotCoin, Twitter giveaway, Jackpot value 50 million+!
by
jpcsupport
on 02/05/2014, 19:32:37 UTC
New version available for Windows! http://jackpotcoin.info/download/windows_v12.zip
It's not a mandatory update

What's new in JackpotCoin V1.2?
(1) coin control
(2) latest checkpoints
(3) changed JACKPOT to JPC

Does not compile
Code:
src/rpcmining.cpp: In function ‘json_spirit::Value GetNetworkHashPS(int)’:
src/rpcmining.cpp:121:38: error: cannot convert ‘CBlockIndex::IsProofOfWork’ from type ‘bool (CBlockIndex::)() const’ to type ‘bool’
         if (pindexLast->IsProofOfWork) {
                                      ^

Please, sync again

Code:
    double       timeDiff2 = 0;
      double       count = 0;
      for (int i = 0; i < lookup; i++) {
-         if (pindexLast->IsProofOfWork) {
+         if (pindexLast->IsProofOfWork()) {
             timeDiff1 = timeDiff2 = pindexLast->GetBlockTime();
             break;
          }