Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LSD] Lightspeed | NIST5 PoW/PoS - September RoadMap released!
by
Viper1
on 13/09/2014, 06:26:34 UTC
op says total supply 900,000

but on github source

https://github.com/lightspeedcrypto/lightspeed/blob/master/src/main.h#L39

Line39.

Code:
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.