Pages:
Author

Topic: [RE-ANN] ★CHE RevolutionCoin★ FIGHT COIN LAUNCH FAILS-Join the Revolution Now! - page 50. (Read 48437 times)

hero member
Activity: 504
Merit: 500
Hoqu.io – Tokensale is live
VERY BAD THING YOU GUYS DID!  Undecided
but ofcourse im a slut for low diff coins, so here I am!

but still a very bad thing you guys did!
lol
sr. member
Activity: 434
Merit: 250
They just delayed another 2 hours.....

WE DID IT.  
hero member
Activity: 1162
Merit: 568
So maybe I should announce I am the one that has the genesis block.

please screen shot and let us know your intentions so we can make a decision on taking it out of the code or not



Hope this is good enough proof.

In terms of my intentions, I am probably just going to give it away for bounties and such.

You are the lucky boy, getting the biggest apple! 

Any giveaways or bounties ?  For instance, bounty for Win wallet.
sr. member
Activity: 322
Merit: 250
Credits CRD 1st Decentralized Exchange coin
OMG thats nice then start already hehe Smiley

we dont have to risk any dangers


So maybe I should announce I am the one that has the genesis block.

please screen shot and let us know your intentions so we can make a decision on taking it out of the code or not



Hope this is good enough proof.

In terms of my intentions, I am probably just going to give it away for bounties and such.
sr. member
Activity: 476
Merit: 250
EchoingUprise, plz share the wealth.
I'll post my wallet, wait, i dont have it  Cheesy Cheesy Cheesy
hero member
Activity: 561
Merit: 500
kittehcoin.info
newbie
Activity: 42
Merit: 0
So maybe I should announce I am the one that has the genesis block.

please screen shot and let us know your intentions so we can make a decision on taking it out of the code or not



Hope this is good enough proof.

In terms of my intentions, I am probably just going to give it away for bounties and such.
sr. member
Activity: 434
Merit: 250
sr. member
Activity: 322
Merit: 250
Credits CRD 1st Decentralized Exchange coin
guys how big is the premine, the original dev team obviously does not have it, so.... how much is it?
sr. member
Activity: 490
Merit: 250
You may make the genesis block unspendable, it does not affect alll other blocks and coins, look at this example :

(taken froms tablecoin)

DESTRUCTION OF THE PREMINE

As some of you may remember, as part of the old mixing service, there were 1.2 million coins premined to act as the basis of the mixing pool. Of course, this caused much anger within the community, with accusations that the money would be used improperly, among other things. 5 months later, these funds have yet to be touched, so I'm happy to have proved those people wrong on those front.

However, under the new mixing system, these coins are no longer necessary. Accordingly, these coins will be publicly destroyed, as they were never intended to be used for anything other than mixing.

In this case, the 1.2 million coins were created in the genesis block. You might notice this is different than most coins that do their premine in block 1 and onward. This is because there is a well documented quirk within bitcoin that makes the genesis block unspendable. This is because when Satoshi designed the client, he decided not to add the coinbase transaction from the genesis block to the global transaction database.

To make these funds spendable, I added a simple bit of code during the initialization of the client (init.cpp). This code adds the genesis transaction to the global transaction database, making it spendable.
Code:

  
Code:
   // Genesis block
    const char* pszTimestamp = "June 7 2013, The Times, Prince Philip admitted to hospital for two weeks";
    CTransaction txNew;
    txNew.vin.resize(1);
    txNew.vout.resize(1);
    txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp));
    txNew.vout[0].nValue = 1250000 * COIN;
    txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << OP_CHECKSIG;
    CBlock block;
    block.vtx.push_back(txNew);
    block.hashPrevBlock = 0;
    block.hashMerkleRoot = block.BuildMerkleTree();
    block.nVersion = 1;
    block.nTime    = 1370579804;
    block.nBits    = 0x1e0fffff;
    block.nNonce   = 2788;
                
        uint256 genesisHash("0x0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221");
        uint256 hash = txNew.GetHash();

{
        LOCK(mempool.cs);
        mempool.addUnchecked(hash,txNew);
}
                
{
        CTxDB txdb;
        txdb.TxnBegin();
        CBlockIndex* pindex = mapBlockIndex.find(genesisHash)->second;
        unsigned int nTxPos = pindex->nBlockPos + ::GetSerializeSize(CBlock(), SER_DISK, CLIENT_VERSION) - 1 + GetSizeOfCompactSize(block.vtx.size());
        CDiskTxPos posThisTx(pindex->nFile, pindex->nBlockPos, nTxPos);
    txdb.UpdateTxIndex(txNew.GetHash(), CTxIndex(posThisTx, txNew.vout.size()));
    txdb.TxnCommit();
}

By removing this code, the genesis block becomes unspendable, and the coins are essentially destroyed. This is the most eloquent way to accomplish the goal. Version 1.3 of StableCoin has this bit of code removed. I urge everyone to update immediately.
sr. member
Activity: 434
Merit: 250
It does not take a majority to prevail... but rather an irate, tireless minority,
keen on setting brushfires of freedom in the minds of men.
Samuel Adams
hero member
Activity: 504
Merit: 500
Hoqu.io – Tokensale is live
we have found our first block on LONGBEARD POOL!!!

honored to be part of this!
tipping the fedora!
NOW LETS GET THE WINDOWS WALLET POSTED
than this thing will explode!
hero member
Activity: 561
Merit: 500
kittehcoin.info
newbie
Activity: 42
Merit: 0

Viva La RottenCryptoApple

Confirmed           122.514315
Unconfirmed   40.381009
legendary
Activity: 1022
Merit: 1000
FreshTheGame
sr. member
Activity: 434
Merit: 250
So maybe I should announce I am the one that has the genesis block.

please screen shot and let us know your intentions so we can make a decision on taking it out of the code or not
member
Activity: 84
Merit: 10
252.55Mh/s on the network WOW!

The Community Coin is born!

sr. member
Activity: 434
Merit: 250
So maybe I should announce I am the one that has the genesis block.

Yessssss....not the devs....are you willing to part with some for the revolution?
legendary
Activity: 1022
Merit: 1000
FreshTheGame
lol join this new historical coin Smiley

guys then change genesis without changing blockchain as fast and take everything from 1 and 2 block...its good deal
sr. member
Activity: 434
Merit: 250
Pages:
Jump to: