but on github source
https://github.com/lightspeedcrypto/lightspeed/blob/master/src/main.h#L39
Line39.
static const int64_t MAX_MONEY = 1500000 * COIN;
what?
That doesn't matter as it's only used as a boundary check and the majority of devs that fork others code are too lazy to change that. Plus, I think it would mess things up due to POS. i.e. if that was set at 900000, then POS coins would probably not be generated and since you don't really know how many would be generated, you can't really set that to a "real" number.
The actual proof of work code determines how many coins are generated.
devs should care maybe more. Because these codes are alarming. It's a boundary. So that it doesn't allow anything more than 1500000 to be generated. The it could have been set somewhere like 1000000. If someone says MAXcoins 900000. Then they should probably set the max allwed to 900000.
Just saying. NO fud. I have no personal interest here. Did not invest, and will not invest.
I get what you're saying, but those that know the code know that that value doesn't matter. And as I said, 910k is POW. Then you have POS on top of that over X years and variable staking. So how could one actually set that to a "real" number. i.e. If all 910k coins were staking @ 3% per year, it would overflow that 1500000 in roughly 15 years. So you can't really set that too low.
alright it makes sense this way. But usually devs set a maximum coins including the POS. Since they're also coins. They should set a max number whether there'll be pos or not. But its not a scam. I think it's just the early miners wo got large number of coins.