Bitcoin Forum
May 11, 2024, 02:05:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: CRITICAL INFO to MINER/INVESTOR of STABLECOIN, 1.25 M premined still spendable!!  (Read 3878 times)
eagleEye (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 06, 2013, 05:02:16 PM
 #1


It was too suspect that stableCoin creator had "destroyed" the 1.250 Millions of premined  coins into block genesis, whitout to regenerate a new blockchain.

So, he claims he has destroyed the 1.250 premined coins by means of deleting of bit of source in init.cpp. But, probably because "confussion" of author, the code implying the creation of block genesis is in main.cpp, and for this reason the millions of premined coins are still beeing processed.

Inspecting source code, you can see the premined coins are still there:

https://github.com/stablecoin/stablecoin/blob/master/src/main.cpp

Quote
   //
    // Init with genesis block
    //
    if (mapBlockIndex.empty())
    {
        if (!fAllowNew)
            return false;

        // 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<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp));
        txNew.vout[0].nValue = 1250000 * COIN;
        txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA 7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << 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;

        if (fTestNet)
        {
            block.nTime = 0;
            block.nNonce = 0;
        }


Conversely, if you take a moment for debugging the windows client shipped by creator, you get the info with 1.25 millions premined:

debug.log

Quote
12/06/13 15:14:39 StableCoin version v1.3.0.0-g3aaa7ba-beta ($Format:%cD)
12/06/13 15:14:39 Startup time: 12/06/13 15:14:39
12/06/13 15:14:39 Default data directory C:\Users\eagleEye\AppData\Roaming\StableCoin
12/06/13 15:14:39 Used data directory C:\Users\eagleEye\AppData\Roaming\StableCoin
12/06/13 15:14:39 Bound to [::]:17500
12/06/13 15:14:39 Bound to 0.0.0.0:17500
12/06/13 15:14:39 Loading block index...
12/06/13 15:14:39 dbenv.open LogDir=C:\Users\eagleEye\AppData\Roaming\StableCoin\database ErrorFile=C:\Users\eagleEye\AppData\Roaming\StableCoin\db.log
12/06/13 15:14:39 0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221
12/06/13 15:14:39 0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221
12/06/13 15:14:39 22fafe4f684eed751b2ffea656b0ca28a0ad34c6b584872a96350e09f681f49a
12/06/13 15:14:39 CBlock(hash=0a59605118489aa9cde5, PoW=000003cea8ce31c19c25, ver=1, hashPrevBlock=00000000000000000000, hashMerkleRoot=22fafe4f68, nTime=1370579804, nBits=1e0fffff, nNonce=2788, vtx=1)
12/06/13 15:14:39   CTransaction(hash=22fafe4f68, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000, -1), coinbase 04ffff001d0104484a756e65203720323031332c205468652054696d65732c205072696e6365205 068696c69702061646d697474656420746f20686f73706974616c20666f722074776f207765656b 73)
    CTxOut(nValue=1250000.00000000, scriptPubKey=0449d77b9b62e0db1fd6150ecfc572)
  vMerkleTree: 22fafe4f68
12/06/13 15:14:39 SetBestChain: new best=0a59605118489aa9cde5  height=0  work=1048577  date=06/07/13 04:36:44
12/06/13 15:14:39  block index              50ms
12/06/13 15:14:39 Loading wallet...
12/06/13 15:14:39 nFileVersion = 1030000
12/06/13 15:14:39  wallet                  108ms
12/06/13 15:14:39 Loading addresses...


You can see that this block 0 hash 0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221 is into the blockchain :



For a any reason,  block explorer is down , but thanks to http://cryptometer.org it is easy to realize that premine is ongoing, as shown by http://cryptometer.org/stablecoin_90_day_charts.html

and raw blocks log file http://cryptometer.org/stablecoin_90_day_blocks.txt

Code:
height, hash, diff, time, time-text, time-delta, mint
0, 0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221, 0.00024414, 1370579804, 2013-06-07 04:36:44, 0, 1250000
1, 4aa3098e85b00b6e843c01ddb5dcc85a1dd2eada1d2bcb48beadba38a95471f6, 0.00024414, 1370620922, 2013-06-07 16:02:02, 41118, 0
...

Note as hash, date and all data of genesis block are the same as shown by current version of walllet.

Altought premine could not be spendable, it is not clear if creator or another malicious person has shipped or will update a version allowing the spending of premined of block genesis. If 1.250 Miullions premined were spendable, that would  be TERRIBLE for investors !!!


Please, if you are a stablecoin  miner or investor, contact with creator for regenerating the blockchain again without premining, because SOMEONE MALICIOUS could to make spendable the 1.25 millions of premined coins in genesis block, damaging interests of miners and investors.


I was in the must to inform us to all.

eagleEye


Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715436316
Hero Member
*
Offline Offline

Posts: 1715436316

View Profile Personal Message (Offline)

Ignore
1715436316
Reply with quote  #2

1715436316
Report to moderator
drbanjo
Newbie
*
Offline Offline

Activity: 59
Merit: 0



View Profile
December 06, 2013, 05:45:10 PM
 #2

 I dont think so, artos said coins were destroyed  Huh
Hazard
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
December 06, 2013, 05:52:09 PM
 #3

They're not spendable. You're an uninformed idiot. I say this as someone who is intimately familiar with the bitcoin protocol.

Take your FUD elsewhere.

Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
December 06, 2013, 05:55:25 PM
 #4

You're wrong, go away random FUD spreader.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
eagleEye (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 06, 2013, 06:04:07 PM
 #5

They're not spendable. You're an uninformed idiot. I say this as someone who is intimately familiar with the bitcoin protocol.

Take your FUD elsewhere.

If wallet is updated for processing block genesis coinbase tx, they would be spendable. This is said above, dork.

Please, note to artos this bug. PREMINED 1.25 Billions could be SPENDEABLE !!!!








eagleEye (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 06, 2013, 06:06:35 PM
 #6

You're wrong, go away random FUD spreader.

1.25 Millions are in genesis block, you can take a look at source or debug the code by yourself. The problem is that someone can exploit an spend this 1.25 billions premined. It would be castrofic for investors.
Hazard
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
December 06, 2013, 06:06:51 PM
 #7

They're not spendable. You're an uninformed idiot. I say this as someone who is intimately familiar with the bitcoin protocol.

Take your FUD elsewhere.

If wallet is updated for processing block genesis coinbase tx, they would be spendable. This is said above, dork.

Please, note to artos this bug. PREMINED 1.25 Billions could be SPENDEABLE !!!!
Your ignorance is impressive. You clearly don't know the first thing about coins or coin creation, so why are you here commentating?

Start off by learning the difference between million and billion.

CoinGeneral
Full Member
***
Offline Offline

Activity: 182
Merit: 100

The General


View Profile
December 06, 2013, 06:13:16 PM
 #8

They're not spendable. You're an uninformed idiot. I say this as someone who is intimately familiar with the bitcoin protocol.

Take your FUD elsewhere.

If wallet is updated for processing block genesis coinbase tx, they would be spendable. This is said above, dork.

Please, note to artos this bug. PREMINED 1.25 Billions could be SPENDEABLE !!!!
Your ignorance is impressive. You clearly don't know the first thing about coins or coin creation, so why are you here commentating?

Start off by learning the difference between million and billion.

His statement still stands true though, if the code were to be changed again, then the 1.25 million coins would become just as easily spendable as it was before.

The only true way to destroy the coins would be to destroy the wallet it's in forever with zero copies, documented in a Youtube video for proof. If it were not spendable anyway then there should be no problem doing that.

Hazard
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
December 06, 2013, 06:15:14 PM
 #9

His statement still stands true though, if the code were to be changed again, then the 1.25 million coins would become just as easily spendable as it was before.
The fact that the coins are there is totally irrelevant. I could make a client for any coin that would give me a billion coins to spend. It's as simple as inserting a rogue transaction into the transaction database, and having everybody accept this as the new client. The type of attack this clown is worried about is possible irregardless of the genesis block.

The only true way to destroy the coins would be to destroy the wallet it's in forever with zero copies, documented in a Youtube video for proof.
That's not how bitcoin works.

eagleEye (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 06, 2013, 06:16:34 PM
 #10

They're not spendable. You're an uninformed idiot. I say this as someone who is intimately familiar with the bitcoin protocol.

Take your FUD elsewhere.

If wallet is updated for processing block genesis coinbase tx, they would be spendable. This is said above, dork.

Please, note to artos this bug. PREMINED 1.25 Billions could be SPENDEABLE !!!!
Your ignorance is impressive. You clearly don't know the first thing about coins or coin creation, so why are you here commentating?

Start off by learning the difference between million and billion.

buddy, you are doing an clear ad-hominem .. Why?

First, artos creator claimed 1.25 millions premined coins were destroyed. Debuging wallet and inspection of code yield 12.5 Millons of premined coins are processed and validated into genesis block.

That is the question.: why was it was said that premine was detroyed  when 1.25 milions of coins are waiting for someone?

I just want to warn to investor; is not a good thing to have 1.25 millions premined spendables ...
CoinGeneral
Full Member
***
Offline Offline

Activity: 182
Merit: 100

The General


View Profile
December 06, 2013, 06:20:02 PM
 #11

The only true way to destroy the coins would be to destroy the wallet it's in forever with zero copies, documented in a Youtube video for proof.
That's not how bitcoin works.

If they were unspendable in the first place, again there would be no issue doing that.

But if the code were to be changed again in a future update, then the so-called 'unspendable' genesis block coins have now suddenly become spendable again.

If there really was absolutely no issue with the coins being unspendable or not, then they should be easily dumped somewhere, either by enabling the coins to be spent again and sending it to a non-existing address (a  much longer address code randomly typed in by keyboard) or by simply deleting the wallet it's in, without any copy of the private key. Again it should be done in a Youtube video so all can see.

Hazard
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
December 06, 2013, 06:22:32 PM
 #12

The technical ignorance on this forum is astounding.

Tell you what, if you're so scared of the premine being spendable, I've set up a giant buy wall at .00000444 on cryptsy. Please, dump into me. I'll take all the coins off your hands.

eagleEye (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 06, 2013, 06:42:06 PM
 #13

The technical ignorance on this forum is astounding.

Tell you what, if you're so scared of the premine being spendable, I've set up a giant buy wall at .00000444 on cryptsy. Please, dump into me. I'll take all the coins off your hands.

Are you idiot? Just creator or someone malicious supplanter could spend such 1.25 millions of premined coins.

For this reason, if creator unenabled the spendability of premine, it is possible creator enables it again  !!!! It is a situation of uncertainty for investors, beacuse a supllanter could to substract the premined bounty  !!!
Kane49
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
December 06, 2013, 06:48:44 PM
 #14

For this reason, if creator unenabled the spendability of premine, it is possible creator enables it again  !!!! It is a situation of uncertainty for investors, beacuse a supllanter could to substract the premined bounty  !!!

It seems you don't understand where these coins came from and neither how the stablecoin or any coin for that matter works.
zavtra
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile WWW
December 06, 2013, 06:57:49 PM
 #15

The OP freaking out that the coins are still in the genesis block is doing nothing but trying to spread fear. The developer even said in the release notes that the coins were still there, but that code was taken from the unspendable bitcoin genesis block to make stablecoin genesis similarly unspendable.

You aren't fooling anyone OP. Here's a quote from the developer himself on this manner from a few days ago:

Hi.

so how exactly was the premine destroyed. if blockexplorer can see them, they are not rmoved from the code. it would be impossible in my mind, because of all the blockchain is hashed using this tx'es . the where also not sent to impossible address like "sTHEPREMINEDESTROYERADDRESS4Ph48Nk2". if I understand ,they are not destroyed, but locked-down right?

Destroyed was chosen because it's a dramatic and exciting word. To be more accurate, the coins were removed from circulation. They can not be spent.

Cryptedge - The world's first operational Altcoin-hedgefund
www.cryptedge.com
eagleEye (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 06, 2013, 07:06:13 PM
 #16

For this reason, if creator unenabled the spendability of premine, it is possible creator enables it again  !!!! It is a situation of uncertainty for investors, beacuse a supllanter could to substract the premined bounty  !!!

It seems you don't understand where these coins came from and neither how the stablecoin or any coin for that matter works.

Rly? I understand enough to notice dev owns 1.25 millions premined and can hardforking by update somewhere he think it is the moment for spending the 1.25 Millions ...

What I dont undesrtand is how can be so much "candid" people ...

Hazard
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
December 06, 2013, 07:07:26 PM
 #17

Any coin can be hardforked to add extra coins. What is your point? How many times do I have to tell you this?

You can barely string together an english sentence, let alone understand the technicalities of bitcoin code.

eagleEye (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 06, 2013, 07:16:08 PM
 #18

Any coin can be hardforked to add extra coins. What is your point? How many times do I have to tell you this?

You can barely string together an english sentence, let alone understand the technicalities of bitcoin code.

But not for doing spendable a illegally premined bounty of 1.25 Millons ... it sounds like a hard-forking done for a pirate-dev, not a honest one, pestilent ignorant!
eagleEye (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 06, 2013, 07:20:40 PM
 #19

The OP freaking out that the coins are still in the genesis block is doing nothing but trying to spread fear. The developer even said in the release notes that the coins were still there, but that code was taken from the unspendable bitcoin genesis block to make stablecoin genesis similarly unspendable.

You aren't fooling anyone OP. Here's a quote from the developer himself on this manner from a few days ago:

Hi.

so how exactly was the premine destroyed. if blockexplorer can see them, they are not rmoved from the code. it would be impossible in my mind, because of all the blockchain is hashed using this tx'es . the where also not sent to impossible address like "sTHEPREMINEDESTROYERADDRESS4Ph48Nk2". if I understand ,they are not destroyed, but locked-down right?

Destroyed was chosen because it's a dramatic and exciting word. To be more accurate, the coins were removed from circulation. They can not be spent.

if you debug your wallet, reloading the blockchain, with debug, debugnet, logtimestamps options you get this, but I suppose it is easier living in ignorance ..

debug.log

Quote
12/06/13 15:14:39 StableCoin version v1.3.0.0-g3aaa7ba-beta ($Format:%cD)
12/06/13 15:14:39 Startup time: 12/06/13 15:14:39
12/06/13 15:14:39 Default data directory C:\Users\eagleEye\AppData\Roaming\StableCoin
12/06/13 15:14:39 Used data directory C:\Users\eagleEye\AppData\Roaming\StableCoin
12/06/13 15:14:39 Bound to [::]:17500
12/06/13 15:14:39 Bound to 0.0.0.0:17500
12/06/13 15:14:39 Loading block index...
12/06/13 15:14:39 dbenv.open LogDir=C:\Users\eagleEye\AppData\Roaming\StableCoin\database ErrorFile=C:\Users\eagleEye\AppData\Roaming\StableCoin\db.log
12/06/13 15:14:39 0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221
12/06/13 15:14:39 0a59605118489aa9cde58e64210d3d56e246758fbabcd1482e54bf4032545221
12/06/13 15:14:39 22fafe4f684eed751b2ffea656b0ca28a0ad34c6b584872a96350e09f681f49a
12/06/13 15:14:39 CBlock(hash=0a59605118489aa9cde5, PoW=000003cea8ce31c19c25, ver=1, hashPrevBlock=00000000000000000000, hashMerkleRoot=22fafe4f68, nTime=1370579804, nBits=1e0fffff, nNonce=2788, vtx=1)
12/06/13 15:14:39   CTransaction(hash=22fafe4f68, ver=1, vin.size=1, vout.size=1, nLockTime=0)
    CTxIn(COutPoint(0000000000, -1), coinbase 04ffff001d0104484a756e65203720323031332c205468652054696d65732c205072696e6365205 068696c69702061646d697474656420746f20686f73706974616c20666f722074776f207765656b 73)
    CTxOut(nValue=1250000.00000000, scriptPubKey=0449d77b9b62e0db1fd6150ecfc572)
  vMerkleTree: 22fafe4f68
12/06/13 15:14:39 SetBestChain: new best=0a59605118489aa9cde5  height=0  work=1048577  date=06/07/13 04:36:44
12/06/13 15:14:39  block index              50ms
12/06/13 15:14:39 Loading wallet...
12/06/13 15:14:39 nFileVersion = 1030000
12/06/13 15:14:39  wallet                  108ms
12/06/13 15:14:39 Loading addresses...


haggis
Hero Member
*****
Offline Offline

Activity: 984
Merit: 1000


View Profile
December 06, 2013, 07:31:23 PM
 #20

If wallet is updated for processing block genesis coinbase tx, they would be spendable

Hi eaglyEye,
thank you for reviewing the source of Stablecoin wallet. As an investor in that coin I appreciate this very much!


However, at the current state of the wallet the premined coins are worthless as they can't be spend. They are explicitly noticed within the code, just to make them worthless.
So said, nobody owns premined coins which could influence the market in any way. Just like all other other non premined coins, too.

Wallets of every coin can be programmed in a way that gives the developers an advantage over others. Just imagine...developers could also implement a keylogger or trojan!
That's why the clients are OpenSource so that everyone can inspect it.

From this perspective: thanks for reviewing the code as it opened space to discuss this very important topic and made Stablecoin even more secure as more people do understand now how the premined coins were "destroyed".
Hope you review also the developers statement and the arguments made above, to see that Stablecoin is still a reliable and trustworthy coin.

Thank you!
haggis
Pages: [1] 2 »  All
  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!