Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SUPER] SuperCoin - Anon Wallet in Testnet Released Now
by
sussex
on 14/06/2014, 22:50:55 UTC
MAX_MONEY in main.h is normal and allows for pos minting?

Okay they maybe forgot to change in the main.h file but the
code below in the bitcoinrpc.cpp busoni posted


Line 99

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

https://github.com/supercoinproject/supercoin/blob/master/src/bitcoinrpc.cpp#L99

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

This gets better and better.  Grin