Post
Topic
Board Announcements (Altcoins)
Re: Flycoin by Senior member Vegasguy (50% POS)/POW is now live!! /NO ICO *ROS SWAP
by
c00p3r
on 16/09/2015, 14:01:20 UTC
91,969,842 ros

How is it possible?  Grin

I checked sum of balances in blockexplorer and got ~75.8M
Code:
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 Wink