91,969,842 ros
How is it possible?

I checked sum of balances in blockexplorer and got ~75.8M
MongoDB shell version: 2.4.9
connecting to: test
> use bce_roscoin
switched to db bce_roscoin
> db.address.aggregate([{ $group: { _id: null, sum: { $sum: "$balance" } } }])
{
"result" : [
{
"_id" : null,
"sum" : 75860884.16456077
}
],
"ok" : 1
}
well, if number of ~92M ROS is correct, there is a bug in my code

I saw the same thing in the wallet when I did a get info: "moneysupply" : 75860886.06119402
75 Million was the money supply 2 months ago. MANY people know this. It would be an excellent questions for Placebo. I would REALLY like to know.