Bitcoin Forum
May 23, 2024, 02:15:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [BETA-TEST][SAU BOUNTIES] Bringing back SauronRings, better than ever!  (Read 484 times)
smeagol (OP)
Legendary
*
Offline Offline

Activity: 1008
Merit: 1005



View Profile
December 21, 2013, 07:23:49 PM
 #1


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.


smeagol (OP)
Legendary
*
Offline Offline

Activity: 1008
Merit: 1005



View Profile
December 21, 2013, 07:24:00 PM
 #2

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
smeagol (OP)
Legendary
*
Offline Offline

Activity: 1008
Merit: 1005



View Profile
December 21, 2013, 07:24:20 PM
 #3

FAQ/More
duuuuude
Hero Member
*****
Offline Offline

Activity: 938
Merit: 500


View Profile
December 21, 2013, 08:46:03 PM
 #4

will the sauron rings from the last one still work on this new one, i still have some and saved the wallet


j
smeagol (OP)
Legendary
*
Offline Offline

Activity: 1008
Merit: 1005



View Profile
December 21, 2013, 10:34:09 PM
 #5

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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!