Author

Topic: MtGoxCoin Block 1 reward is 972000 compared to the normal 25 (Read 606 times)

member
Activity: 66
Merit: 10
It's a definite instamine but the first block can be swallowed up creating the genesis block so it's possible that their intentions will be completely wasted anyway.

legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
Dammit, and I thought I was being so clever spotting that Sad

It was clever you spotted it Smiley But reading the OP would have helped too  Wink
full member
Activity: 140
Merit: 100
Dammit, and I thought I was being so clever spotting that Sad
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
Just looked over the source code for MtGoxCoin and this has not come up yet.

The following sets the reward on block 1 to 972000 on block one. Normal block reward is 25. Considering this I would advise against mining or buying this coin as an investment.

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 25 * COIN;

if (nHeight == 1)
nSubsidy = 972000 * COIN;

    return nSubsidy + nFees;
}
Source
https://github.com/mtgoxcoin/mtgoxcoin/blob/master/src/main.cpp#L1064

Quote
Premine and Compensation for Mt.Gox losses
 
We pre-mined the coin to be able to compensate every person who lost coins on Mt.Gox.

We want to give every person as many MtGox Coins as their last balance was on Mt.Gox when they closed shop. But of course it can not be guaranteed we will reach this goal within a reasonable time frame.

Disclaimer: We will not take part of any action to have this mtgox database or any personal information of it's user.
 
We are working on getting the coin on as most exchanges as possible so everyone can trade early and safely.
 
But first, we will give donations to all who help us grow the coin in some way or another.

No, it has not come up yet  Roll Eyes
full member
Activity: 140
Merit: 100
Just looked over the source code for MtGoxCoin and this has not come up yet.

The following sets the reward on block 1 to 972000 on block one. Normal block reward is 25.

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 25 * COIN;

if (nHeight == 1)
nSubsidy = 972000 * COIN;

    return nSubsidy + nFees;
}
Source
https://github.com/mtgoxcoin/mtgoxcoin/blob/master/src/main.cpp#L1064

Edit: Nevermind, they said on the first page that this is premined to give back to anyone burnt by Gox.
Jump to: