Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: smeagol on December 21, 2013, 07:23:49 PM



Title: [BETA-TEST][SAU BOUNTIES] Bringing back SauronRings, better than ever!
Post by: smeagol on December 21, 2013, 07:23:49 PM
https://i.imgur.com/e0eyroo.png
SAURON RINGS
SauronRings is coming back!  At the moment I'm having genesis block issues.
If you can help me you will receive a SauronRings bounty on the real net once the beta test is done.
Beta Testing
I will release only the source code for a public beta test.
In the public beta, each ring you forge will be worth 0.1 "real" rings.  There will be a ring bounty
for each bug or problem you report, depending on how major.  Once most bugs have been recorded,
I will fix them, restart the blockchain, and mine coins for those who participated in the public beta.
To claim your "real" rings just sign a message with your private key on the beta SauronRings.




Title: Re: [BETA-TEST][SAU BOUNTIES] Bringing back SauronRings, better than ever!
Post by: smeagol on December 21, 2013, 07:24:00 PM
Important Stats
Block Reward: Differs by block number, fair release.
Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = nStartSubsidy;

if(nHeight < 2)
{
        nSubsidy = 1000 * COIN //For real net, will remove in public beta
}
else if(nheight < 1000)
{
nSubsidy = 3 * COIN
}
else if(nheight < 2000)
{
nSubsidy = 2 * COIN
}
else if(nheight < 3000)
{
nSubsidy = 3 * COIN
}
else if(nheight < 4000)
{
nSubsidy = 4 * COIN
}
else if(nheight < 5000)
{
nSubsidy = 6 * COIN
}
else if(nheight < 6000)
{
nSubsidy = 8 * COIN
}
else if(nheight < 7000)
{
nSubsidy = 10 * COIN
}
else if(nheight < 8000)
{
nSubsidy = 12 * COIN
}
else if(nheight < 9000)
{
nSubsidy = 15 * COIN
}
else if(nheight < 15000)
{
nSubsidy = 20 * COIN
}
else if(nheight < 25000)
{
nSubsidy = 19 * COIN
}
else if(nheight < 50000)
{
nSubsidy = 17 * COIN
}

    return nSubsidy + nFees;
}
RPC/P2P: Coming soon
Cap on coins? - No
Premine? - Yes, but miners will get much more easily
Bounties? - Many
Block Time - 45 seconds
Diff retarget - 90 blocks, averaged over last 5 retargets
Max change - 35%, no more swings like the old SauronRings


Title: Re: [BETA-TEST][SAU BOUNTIES] Bringing back SauronRings, better than ever!
Post by: smeagol on December 21, 2013, 07:24:20 PM
FAQ/More


Title: Re: [BETA-TEST][SAU BOUNTIES] Bringing back SauronRings, better than ever!
Post by: duuuuude on December 21, 2013, 08:46:03 PM
will the sauron rings from the last one still work on this new one, i still have some and saved the wallet


j


Title: Re: [BETA-TEST][SAU BOUNTIES] Bringing back SauronRings, better than ever!
Post by: smeagol on December 21, 2013, 10:34:09 PM
will the sauron rings from the last one still work on this new one, i still have some and saved the wallet


j

I will try to reimburse all old SauronRings users most of their wallet.