Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FLO] Florin 0.8.7.4 | The original transaction message coin
by
BitcoinSanDiego
on 18/04/2015, 18:05:57 UTC
Quick note about the Florincoin protocol:

This protocol is stated to have a total coins of 160 million.  However, the protocol doesn't appear to actually do that.  This network will continue being mined long after 160 million coins are produced due to the protocol specifications:

https://github.com/pascalguru/florincoin/blob/master/src/main.cpp#L839

Just basic mathematics.

MAX_MONEY= 160,000,000

https://github.com/pascalguru/florincoin/blob/master/src/main.h#L40

However, this is not the actually maximum that will be produced by the network this is only the maximum that can be sent in a transaction.

This is not a problem for the function of Alexandria, am I reading this code correctly or does this cap it off at 160,000,000 ?

Or does this fix it?

https://github.com/pascalguru/florincoin/blob/master/src/main.h#L526


Reference: https://bitcointalk.org/index.php?topic=444775.0;wap2