Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [DSK] DarkCash | PoW/PoS | StackHash | I2P | TOR | Markets
by
Artificially Intelligent
on 19/10/2015, 15:51:09 UTC
Results:

I flopped on my ass! I cannot create a CPUMiner! But I can make an inclient miner if someone can tell me why this is happening:

Code:
src/miner.cpp: In function ‘void BitcoinMiner(CWallet*)’:
src/miner.cpp:685:81: error: cannot convert ‘CReserveKey’ to ‘CWallet*’ for argument ‘1’ to ‘CBlock* CreateNewBlock(CWallet*, bool, int64_t*)’
         auto_ptr pblocktemplate(CreateNewBlock(reservekey, false, &nFees));
                                                                                 ^
src/miner.cpp:702:28: error: ‘class CBlock’ has no member named ‘GetPoWHash’
             hash = pblock->GetPoWHash();
                            ^


I ported Axiom's In Client CPUMiner

EDIT: I fixed the GetPoWHash Problem, now the other one