Post
Topic
Board Altcoin Discussion
Re: Why Poloniex Has Rejected SuperCoin
by
neilh
on 14/06/2014, 22:18:53 UTC
The code in the bitcoinrpc.cpp busoni posted

Line 99

Code:
if (dAmount <= 0.0 || dAmount > 150000000.0) 99 if (dAmount <= 0.0 || dAmount > MAX_MONEY)

Why change MAX_MONEY and hardcode when
it's set in the main.h file?

https://github.com/supercoinproject/supercoin/blob/master/src/main.h#L38




Did I say I'm not listing it because it was cloned?

jakiman said that the value may have been leftover from the old SUPER coin. I am saying that is not very likely, because this coin was cloned from Honorcoin, not the old SUPER coin. See bitcoinrpc.cpp of Honorcoin and (new) SuperCoin side by side: http://www.diffchecker.com/j8xl540o



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?

BAM!