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.
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#L1064Premine 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