i'll be at home in an hour from now.
This is on my test wallet. Latest version and linux daemon: It only has a balance of 26.157224 Axis
"account" : "",
"category" : "immature",
"amount" : 2.92134600,
"confirmations" : 1,
"generated" : true,
"blockhash" : "f335929ce30d7bcb3f7e993ef4baad2a57251b357f601aa0c710f585f5873e0d",
"blockindex" : 1,
"blocktime" : 1402576153,
"txid" : "ae56c4d4005bb6fc3044694befe747897a832d33e5feb7a88fc6292c1dd4413b",
"time" : 1402576153,
"timereceived" : 1402576153
This seems to be too much PoS interest to earn. However, a few minutes after that transaction is attempted to be put on the blockchain:
"account" : "",
"category" : "orphan",
"amount" : 2.93449600,
"confirmations" : 0,
"generated" : true,
"txid" : "8f0ac70eeae531980ddcb8484be62423c0cb4f3728c3ef2f15fdcad0cda66951",
"time" : 1402576314,
"timereceived" : 1402576314
EDIT: Those are the last recorded transaction shown in the wallet. The top one is replaced by the bottom one.
So, it seems the code is working fine to prevent these large PoS interest "payments" being made real. But the issue is why are they being created in the first place?
So, not a really serious problem that can break anything, IMHO, but needs a little look at. Perhaps just a glitch between blocks 7500 and 8639?
I'm just guessing here as I don't have time to scrutinise the logic in the code just now.
EDIT:
All the peers I am connecting to have protocol version 60017 and not 60018. You may need to look at increasing version and increasing min version up so the coins from PoS are valid (between 7500 and 8639).
Just another educated guess.