Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SUPER] SuperCoin - Anon Wallet in Testnet Released Now
by
chedigital
on 14/06/2014, 22:06:54 UTC
Grab the popcorn, the fun is just starting. lol

Let's take a look at some other popular coins on Poloniex:

Silkcoin
Maximum POW supply: ~45 million

Great, let's check the code:

Code:
static const int64_t MAX_MONEY = 2000000000 * COIN;

Uh oh, 2 billion is a lot more than 45 million! Better de-list SC right away!

Cinni
Total Coins: 15,000,000

Hmm...

Code:
static const int64 MAX_MONEY = 100000000 * COIN;

I'm not very good at math but I think 100 million may be slightly more than 15 million.

Strange that you never gave a shit about things like this before?