Need to know when the block reward will be cut in half
calendar or block 525,600? If solarcoin block rates climb to 50k-60k+/month with ASICs, and it's block based, we'll be there well before the end of the year.
From main.cpp:
nSubsidy >>= (nHeight / 525600);
The block reward will be cut in half on block 525'600.