It just keeps adding these lines all the time and just gets bigger and bigger, I have to keep deleting it every now and then as it just grows so fast.
>>> CheckStakeKernelHash - hashProofOfStake too much
>>> CheckStakeKernelHash: nTimeWeight = 137076
>>> CheckStakeKernelHash: passed GetKernelStakeModifier
>>> bnCoinDayWeight = 26, bnTargetPerCoinDay=110427836236357352041769395878404723568785424659630784333489133269811200
Edit: I found a workaround by adding this line to the banksycoin.conf file
printtoconsole=1
That basically stops it from writing the log file out in the first place. Just hope there isn't an side effects from doing that though.
Interesting. I know nothing about what the effects could be.
Apparently it sends the info to the wallets console instead of writing it out in a text file.
I have noticed though that the wallet CPU time has gone down a lot, probably updating the text file was using up my CPU power, plus my stakes are going a lot quicker now, probably due to the CPU thing as well.