Post
Topic
Board Announcements (Altcoins)
Re: Coin2.0 [C2.0] - The forward thinking POS (FPS GAME DEV. UNDER WAY).
by
c2swap
on 20/05/2014, 13:12:58 UTC
Happy days!

So to recap:

1 to 1 trade into new c2 @ 5% interest p.a. for minting and (obviously) 60mil max supply

No worries.

Really? https://github.com/coin2-project/Coin2.0/commit/16e921c62b4352d66bf1c74e83213318b5463cc3
Quote
-        nSubsidy = 60000000 * COIN;   // 60 million coins, that all pow coins
+        nSubsidy = 64000000 * COIN;   // 60 million coins, that all pow coins

Btw, https://github.com/coin2-project/Coin2.0/commit/5ab04f1a2f0d577761eb57d2556009e22104b5c5
Quote
-static const int LAST_POW_BLOCK = 10000;
+static const int LAST_POW_BLOCK = 2;
Quote from: main.cpp
unsigned int nStakeMinAge = 60 * 60 * 24 * 1; // minimum age for coin age: 1d
This won't work. After PoW end we'll have to wait 1 day for the 3rd block (PoS), then 1 more day for 4,5, 1 more day for 6,7,8,9...
10 days just to set up the network (1440 blocks per day).