Post
Topic
Board Announcements (Altcoins)
Re: [ANN][JPC]JackpotCoin, Twitter giveaway, Jackpot value 50 million+!
by
otila
on 02/05/2014, 19:27:04 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) {
                                      ^