Author

Topic: staking code help (Read 514 times)

sr. member
Activity: 476
Merit: 252
ImmVRse | Disrupting the VR industry
June 12, 2015, 08:14:25 PM
#4
You'll have more luck on development area.

what do you mean bro ??

did you posted this just to increase your post count or is it reply to OP

https://bitcointalk.org/index.php?board=6.0 If you dont understand, you can kindly ask, I do not own any signature that is paying me, like yours. You'll have more luck asking this question on https://bitcointalk.org/index.php?board=6.0 and adding more details of what you are seeking help with. I dont even know if you are talking about bitcoin core or what programming language since I do not click those type of links.
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
June 12, 2015, 07:19:37 PM
#3
You'll have more luck on development area.

what do you mean bro ??

did you posted this just to increase your post count or is it reply to OP
sr. member
Activity: 476
Merit: 252
ImmVRse | Disrupting the VR industry
June 12, 2015, 07:17:05 PM
#2
You'll have more luck on development area.
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
June 12, 2015, 07:02:36 PM
#1
can someone explain me this portion of code since im getting error on staking icon "no suitable input found" also in below screen grab which shows my coins age like thy are mature and able to stake

http://prntscr.com/7gaptf

Code:
if (nStakeInputsMapSize > 0)
    {
        labelMiningIcon->setPixmap(QIcon(":/icons/mining_active").pixmap(STATUSBAR_ICONSIZE,STATUSBAR_ICONSIZE));

        uint64_t nNetworkWeight = clientModel->getPoSKernelPS();

        labelMiningIcon->setToolTip(QString("")+tr("Stake miner is active
%1 inputs being used for mining
Network weight is %3").arg(nStakeInputsMapSize).arg(nNetworkWeight)+QString("<\nobr>"));
    }
    else
        labelMiningIcon->setToolTip(tr("No suitable inputs were found"));
Jump to: