Bitcoin Forum
May 23, 2024, 11:22:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: MtGoxCoin Block 1 reward is 972000 compared to the normal 25  (Read 606 times)
HiroS (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
March 11, 2014, 07:41:21 PM
Last edit: March 11, 2014, 07:51:22 PM by HiroS
 #1

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.

Hirocoin - New unique feature just added. We will be the new home for GPU miners when those Scrypt ASICs hit.
MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
March 11, 2014, 07:45:04 PM
 #2

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
HiroS (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
March 11, 2014, 07:48:32 PM
 #3

Dammit, and I thought I was being so clever spotting that Sad

Hirocoin - New unique feature just added. We will be the new home for GPU miners when those Scrypt ASICs hit.
MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
March 11, 2014, 08:40:43 PM
 #4

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
Sharrow
Member
**
Offline Offline

Activity: 66
Merit: 10


View Profile
March 11, 2014, 09:07:39 PM
 #5

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.

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!