Bitcoin Forum
June 19, 2024, 03:53:32 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 »
  Print  
Author Topic: [ANN]LGD Legendary Coin - Cryptsy,Bittrex,NEW Merchants, Many Games, Scrypt!  (Read 85617 times)
mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
June 03, 2015, 08:11:27 AM
Last edit: June 03, 2015, 08:35:42 AM by mullick
 #881

Deposits, Withdrawals and Trading are suspended until we can find out how the total supply went from ~10 Million to 529 Million in 2 weeks

750000000 Max Coins Guaranteed!
OP Updated.

Strange dump around 2 weeks ago.. price plummeted... prior amount was 10 million now its 750 million. Whats the go with the long absence since july 2014 then a return post once cryptsy halt trading? Seems a bit suspicious.... particularly when dev was abandoned.

Anyone able to track a block explorer to see where the dodgy dump originated?

We were alerted to the issue, there has been no active dev on the coin for a long time.
The coin was abandoned as stated on the official reddit and the developers have gone their separate ways.

We were honestly shocked to hear it was still around Tongue.. it does have a great logo though.

THIS IS CRYPTSY REPLY TO ME.

Hello ,

LegendaryCoin wallet is down for Network Issue.
We are waiting an update from the developer.
There is no estimated time given by our technical team .
We will inform all once it has been restored.
Your patience is greatly appreciated.


Sincerely,

Elen
Customer Service Manager
Cryptsy.com


Lies! We have not had any messages on here, the original domain has expired so here and other forums are as good as it gets to contact.

Can you explain where all the coins came from?

Im having some troubles setting up abe for this coin. But using raw transactions I was able to trace down a few transactions such as this

Code:
legendarycoind getblock 00000f4cec95a0c855af867017436d6dfdc90c6b79b8d7768b1147fd1297d88c
{
    "hash" : "00000f4cec95a0c855af867017436d6dfdc90c6b79b8d7768b1147fd1297d88c",
    "confirmations" : 201247,
    "size" : 361,
    "height" : 0,
    "version" : 1,
    "merkleroot" : "ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8",
    "mint" : 0.00000000,
    "time" : 1396221774,
    "nonce" : 237454,
    "bits" : "1e0fffff",
    "difficulty" : 0.00024414,
    "blocktrust" : "1",
    "nextblockhash" : "000007dbdb817c4cc39cac47f53319b158893fdc7f07f36bc644569b9f2813c6",
    "flags" : "proof-of-work stake-modifier",
    "proofhash" : "00000f4cec95a0c855af867017436d6dfdc90c6b79b8d7768b1147fd1297d88c",
    "entropybit" : 0,
    "modifier" : "0000000000000000",
    "modifierchecksum" : "fd11f4e7",
    "tx" : [
        "[b]ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8[/b]"
    ],
    "signature" : ""
}

Code:
legendarycoind decoderawtransaction 020000004ea73853010000000000000000000000000000000000000000000000000000000000000000ffffffff7304ffff001d020f274c6953696c6b20526f616420636c6f73757265206661696c7320746f2064616d70656e20696c6c6567616c20647275672073616c6573206f6e6c696e652c2065787065727473207361792055706461746564203331204d6172636820323031342c20383a32342041455354ffffffff0100b864d945000000434104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ac0000000020746578743a4c6567656e64617279436f696e2067656e6573697320626c6f636b
{
    "txid" : "[b]ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8[/b]",
    "version" : 2,
    "time" : 1396221774,
    "locktime" : 0,
    "vin" : [
        {
            "coinbase" : "04ffff001d020f274c6953696c6b20526f616420636c6f73757265206661696c7320746f2064616d70656e20696c6c6567616c20647275672073616c6573206f6e6c696e652c2065787065727473207361792055706461746564203331204d6172636820323031342c20383a32342041455354",
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            [b]"value" : 300000.00000000,[/b]
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "04e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1 OP_CHECKSIG",
                "hex" : "4104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ac",
                "reqSigs" : 1,
                "type" : "pubkey",
                "addresses" : [
                    "LMTivrg3HcJ8sRUK1F3dC2drAoexcryuCm"
                ]
            }
        }
    ]
}

Yet this block breaks the block reward code specified here

https://github.com/legendarycoin/legendarycoin/blob/master/src/main.cpp#L944

Code:
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64 nSubsidy = 7 * COIN;

std::string cseed_str = prevHash.ToString().substr(7,7);
const char* cseed = cseed_str.c_str();
long seed = hex2long(cseed);
int rand = generateMTRandom(seed, 7200);

// printf(">>> nHeight = %d, Rand = %d\n", nHeight, rand);

if(rand > 5000 && rand < 5011)
{
nSubsidy = 56 * COIN;
}
else if(rand > 2000 && rand < 2241)
{
nSubsidy = 14 * COIN;
}

if(nHeight < 3600) // 1st 5 days double payout
{
nSubsidy *= 2;
}

// Subsidy is cut in half every 64,800 blocks, which will occur approximately every 3 months
nSubsidy >>= (nHeight / 64800);

    return nSubsidy + nFees;
}

Nowhere does this allow for a 300k coinbase output

Even if every block were 56 coins which it doesnt allow for. There would only be 11.7 million coins in existence. And thats if every block was proof of work and the reward never halved. POS rewards would only result in fractions of coins being created

With a relaitvely low max stake weight and a average POS reward there should be nowhere near the 533,065,060.51582003 coins there are now

Then you see something like this. And the one below. Which show the Genesis block transaction being spent twice.

Code:
legendarycoind decoderawtransaction 02000000d302575503a8448c892ed73c1076a403e203f48487afa61e42490b9842d0a6c7aad88e15ce0000000049483045022100fc3b5db8b522babaae3fb5e43e3b6b9811f8502a1007a9e0e4909fcaa5111ac60220150ed31574191361301567006a32158cafe1a8ce4a7a0d6e65bae028d1dd6b6c01fffffffffb2c2c0c67f1d891a6417eff956e2394057a9e41943e826893c1af499a4d3bb9010000008a47304402203037c5407b7792579e1e3b332a42d69cd6325974ce7bb57e046045a02e2142260220091cb94c51a5d811be036217f1121040a780eb22c60c2e39bd0a42805e06cab8014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ffffffff3c05ec100990981f55110105a37f85e1723c980eadcce9ef1ad03e7fb8b757c1000000006c4930460221009f0e32e6aed06502f002e0fb2db05f5333c2bd4fd3531a77f32d9a439d07a759022100fce8af376e6e4a1defda7d749222eb1aedbe6dedb5506a7298e76559f496ba9d012102ea5422d311626bae76443dfc710398afe6c783fde61726f141e95cd61fef3ef6ffffffff010070c9b28b0000001976a91475c74fd53cc86483437a2fd80e91fcd1527e4b2888ac0000000000
{
    "txid" : "a7d453554931a9de8750d30dcc741c02f2c184496bf619f67f998d504f6413e2",
    "version" : 2,
    "time" : 1431765715,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "[b]ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8[/b]",
            [b]"vout" : 0,[/b]
            "scriptSig" : {
                "asm" : "3045022100fc3b5db8b522babaae3fb5e43e3b6b9811f8502a1007a9e0e4909fcaa5111ac60220150ed31574191361301567006a32158cafe1a8ce4a7a0d6e65bae028d1dd6b6c01",
                "hex" : "483045022100fc3b5db8b522babaae3fb5e43e3b6b9811f8502a1007a9e0e4909fcaa5111ac60220150ed31574191361301567006a32158cafe1a8ce4a7a0d6e65bae028d1dd6b6c01"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "[b]b93b4d9a49afc19368823e94419e7a0594236e95ff7e41a691d8f1670c2c2cfb[/b]",
            "vout" : 1,
            "scriptSig" : {
                "asm" : "304402203037c5407b7792579e1e3b332a42d69cd6325974ce7bb57e046045a02e2142260220091cb94c51a5d811be036217f1121040a780eb22c60c2e39bd0a42805e06cab801 04e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1",
                "hex" : "47304402203037c5407b7792579e1e3b332a42d69cd6325974ce7bb57e046045a02e2142260220091cb94c51a5d811be036217f1121040a780eb22c60c2e39bd0a42805e06cab8014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "[b]c157b7b87f3ed01aefe9ccad0e983c72e1857fa3050111551f98900910ec053c[/b]",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "30460221009f0e32e6aed06502f002e0fb2db05f5333c2bd4fd3531a77f32d9a439d07a759022100fce8af376e6e4a1defda7d749222eb1aedbe6dedb5506a7298e76559f496ba9d01 02ea5422d311626bae76443dfc710398afe6c783fde61726f141e95cd61fef3ef6",
                "hex" : "4930460221009f0e32e6aed06502f002e0fb2db05f5333c2bd4fd3531a77f32d9a439d07a759022100fce8af376e6e4a1defda7d749222eb1aedbe6dedb5506a7298e76559f496ba9d012102ea5422d311626bae76443dfc710398afe6c783fde61726f141e95cd61fef3ef6"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "[b]value" : 600000.00000000,[/b]
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 75c74fd53cc86483437a2fd80e91fcd1527e4b28 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a91475c74fd53cc86483437a2fd80e91fcd1527e4b2888ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LVxi661JwFEzBsHvRYMGNpw7eH8rj2EBc9"
                ]
            }
        }
    ]
}

So this transaction has an output of 600k coins. And one comes from the genesis txid. So we know it gets 300k from ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8 as that transaction can only be sent once. Having only one output. Vout : 0

So lets make sure the second or 3rd vin contains the other 300k coins

Code:
legendarycoind decoderawtransaction 020000002e5e5e530140a073c4364f6bea5a63add019a2cba66a437a920b3dfb1fce98727d7ea63485010000006b48304502206c575a15849e3ea7d7b87ab5be4726d2abf16b2d473a9c5d6a835df5b9981319022100c11fbb23165ee11151e4245caa6e544e6128197a4936cfa4138a855e2b07602a01210303ca835e747c81248ac22b3768d91ed0e3e122ed746035ea465cf2c733acc560ffffffff02a49ffa02000000001976a914d656b121e8e5b27974dcafd33a5e34bbf5615ac888accc290000000000001976a914188af1d18af00327289fcab0857024e84120cc5488ac0000000000
{
    "txid" : "[b]b93b4d9a49afc19368823e94419e7a0594236e95ff7e41a691d8f1670c2c2cfb[/b]",
    "version" : 2,
    "time" : 1398693422,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "8534a67e7d7298ce1ffb3d0b927a436aa6cba219d0ad635aea6b4f36c473a040",
            "vout" : 1,
            "scriptSig" : {
                "asm" : "304502206c575a15849e3ea7d7b87ab5be4726d2abf16b2d473a9c5d6a835df5b9981319022100c11fbb23165ee11151e4245caa6e544e6128197a4936cfa4138a855e2b07602a01 0303ca835e747c81248ac22b3768d91ed0e3e122ed746035ea465cf2c733acc560",
                "hex" : "48304502206c575a15849e3ea7d7b87ab5be4726d2abf16b2d473a9c5d6a835df5b9981319022100c11fbb23165ee11151e4245caa6e544e6128197a4936cfa4138a855e2b07602a01210303ca835e747c81248ac22b3768d91ed0e3e122ed746035ea465cf2c733acc560"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 49.97930000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 d656b121e8e5b27974dcafd33a5e34bbf5615ac8 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a914d656b121e8e5b27974dcafd33a5e34bbf5615ac888ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LemGij1kbQTDjm9TeCJP3EqGqdMdqGz22U"
                ]
            }
        },
        {
            [b]"value" : 0.01070000,
            "n" : 1,[/b]
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 188af1d18af00327289fcab0857024e84120cc54 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a914188af1d18af00327289fcab0857024e84120cc5488ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LMTivrg3HcJ8sRUK1F3dC2drAoexcryuCm"
                ]
            }
        }
    ]
}

Hmmm only 0.01070000 Lets try the 3rd vin

Code:
legendarycoind decoderawtransaction 0200000026f6565502a8448c892ed73c1076a403e203f48487afa61e42490b9842d0a6c7aad88e15ce00000000494830450221008818e444c0cdc2fce8a63b9e10f473dfba625172aff367a498105b2b85b7693d0220656ac9769852dd1da4ab5b1ceea804aaade4248079351755263c3a05027f714f01fffffffffb2c2c0c67f1d891a6417eff956e2394057a9e41943e826893c1af499a4d3bb9010000008b4830450221009f1a23bfab5c516bda1aa1947b564d1cc84ae06083be2ae3f416e67bee613dd60220327fd6cb22702435c5d56dc1078c67fca3e5d583bfaaa624b0acd40f466a2379014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ffffffff0100b864d9450000001976a91453264c3a889eb10208601d4ef23dc16d5f8429e788ac0000000000
{
    "txid" : "[b]c157b7b87f3ed01aefe9ccad0e983c72e1857fa3050111551f98900910ec053c[/b]",
    "version" : 2,
    "time" : 1431762470,
    "locktime" : 0,
    "vin" : [
        {
            [b]"txid" : "ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8[/b]",
            [b]"vout" : 0,[/b]
            "scriptSig" : {
                "asm" : "30450221008818e444c0cdc2fce8a63b9e10f473dfba625172aff367a498105b2b85b7693d0220656ac9769852dd1da4ab5b1ceea804aaade4248079351755263c3a05027f714f01",
                "hex" : "4830450221008818e444c0cdc2fce8a63b9e10f473dfba625172aff367a498105b2b85b7693d0220656ac9769852dd1da4ab5b1ceea804aaade4248079351755263c3a05027f714f01"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "b93b4d9a49afc19368823e94419e7a0594236e95ff7e41a691d8f1670c2c2cfb",
            "vout" : 1,
            "scriptSig" : {
                "asm" : "30450221009f1a23bfab5c516bda1aa1947b564d1cc84ae06083be2ae3f416e67bee613dd60220327fd6cb22702435c5d56dc1078c67fca3e5d583bfaaa624b0acd40f466a237901 04e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1",
                "hex" : "4830450221009f1a23bfab5c516bda1aa1947b564d1cc84ae06083be2ae3f416e67bee613dd60220327fd6cb22702435c5d56dc1078c67fca3e5d583bfaaa624b0acd40f466a2379014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            [b]"value" : 300000.00000000,[/b]
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 53264c3a889eb10208601d4ef23dc16d5f8429e7 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a91453264c3a889eb10208601d4ef23dc16d5f8429e788ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LSocE7N3JDKRQJd97tbKVoVNNxKV4BNrmM"
                ]
            }
        }
    ]
}

So it seems the genblock was spent once. Then combined with itself again to create a 600k output  Huh

TL;DR

Transaction c157b7b87f3ed01aefe9ccad0e983c72e1857fa3050111551f98900910ec053c Spent

ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8 Vout : 0

But yet

Transaction a7d453554931a9de8750d30dcc741c02f2c184496bf619f67f998d504f6413e2 also spent

ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8 Vout : 0

ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8 Vout : 0 is the premine output of 300,000 coins which was 3% of the 10,000,000 coin total supply

That is until the developers changed the total max coins a few days ago to - 750000000 Max Coins  Roll Eyes

leonar76
Hero Member
*****
Offline Offline

Activity: 678
Merit: 501



View Profile
June 04, 2015, 03:31:44 AM
 #882

LGD Market and Currency are being delisted from Cryptsy due to suspected coin developer manipulation of generated coinsclose.

This is cryptsy fault, just count the deposit coins, when bigger than the max coin supply just stop, i think cryptsy under suspect too cause we dont know who sold these amount just publish trade logs, if not maybe cryptsy done this, and steal our btcs , just proof. and recover only buyers who not lgd deposit just bought from trade by btc.
FrigidWinter
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
June 04, 2015, 03:44:30 AM
 #883


This is cryptsy fault, just count the deposit coins, when bigger than the max coin supply just stop, i think cryptsy under suspect too cause we dont know who sold these amount just publish trade logs, if not maybe cryptsy done this, and steal our btcs , just proof. and recover only buyers who not lgd deposit just bought from trade by btc.

Cant tell if you're stupid..... or just trolling
leonar76
Hero Member
*****
Offline Offline

Activity: 678
Merit: 501



View Profile
June 04, 2015, 05:46:13 AM
 #884

more than 60 BTC lost in 2 weeks and explanation is this, pls all the traders who loves bitcoin and alt coins, just tell this story to all friends who are interest in crypto coins world, the cryptsy is dead at my side, i dont trust and i dont invest any more.
ahumanbeingx
Full Member
***
Offline Offline

Activity: 221
Merit: 100

"The only real valuable thing is intuition."


View Profile
June 04, 2015, 05:47:06 AM
 #885

more than 60 BTC lost in 2 weeks and explanation is this, pls all the traders who loves bitcoin and alt coins, just tell this story to all friends who are interest in crypto coins world, the cryptsy is dead at my side, i dont trust and i dont invest any more.

Why, whats the matter? what happened?

Developing the future of crypto.
leonar76
Hero Member
*****
Offline Offline

Activity: 678
Merit: 501



View Profile
June 04, 2015, 06:08:22 AM
 #886

more than 60 BTC lost in 2 weeks and explanation is this, pls all the traders who loves bitcoin and alt coins, just tell this story to all friends who are interest in crypto coins world, the cryptsy is dead at my side, i dont trust and i dont invest any more.

Why, whats the matter? what happened?

comedy story , just increase trade volume up yo 40btc than dump dump dump, when i saw this, i just send a message to cryptsy support cause total coins at exchange more than voin supply, just reply this


The 10 million limit for the coin was an oversight by the developers. They never coded a limit on the coin supply.

Sincerely,
Phoebe
Cryptsy.com


aand continiue trading open 😀

and than day after something go wrong and i feel than i send a message again than thier reply

Hello levent,

Upon looking into this further I have disabled trading, deposits and withdrawals for legendarycoin

I noticed this last week. And chalked it up to being an oversight by the developers. As there is no hard coded limit on the supply.

At that time there were 165 million coins in existence. I checked again today and there are 529 Million. I will release a statement when I have found the cause


Mullick
Head of IT
Crypto Currency Manager

after 1 week later than announce that we delisted the coin close bla bla





gnode
Sr. Member
****
Offline Offline

Activity: 492
Merit: 250


View Profile
June 04, 2015, 02:46:28 PM
 #887

I agree this is bad news. Let's press to have Mullick fix the code and fork the coin to stop the genesis block spends.
tuaris
Hero Member
*****
Offline Offline

Activity: 778
Merit: 500



View Profile WWW
June 04, 2015, 04:10:05 PM
 #888

I agree this is bad news. Let's press to have Mullick fix the code and fork the coin to stop the genesis block spends.

I don't know if forking is enough of a solution.  The block chain is already no good and I doubt any exchange will ever list it again.
Probably best to let this one go.  It's not even possible to mine a PoW block without having someone do a PoS attack.

I'll leave the pool and faucet up for now (even though you'll just get orphans at this point), but when there are no more nodes, it will go away.
This will probably be the first coin ever de-listed from SecurePaymentCC.

leonar76
Hero Member
*****
Offline Offline

Activity: 678
Merit: 501



View Profile
June 04, 2015, 05:35:06 PM
 #889

CRYPTSY REPLAY

Hello L,

We apologize for any inconvenience this may cause.

LegendaryCoin has been delisted due to suspected coin developer manipulation of generated coins. All open orders will be cancelled and the coins will be returned back to you. We will be putting up notices once withdrawals will be opened.

If you have further questions, feel free to connect with us. Thank you kindly for your understanding.


Sincerely,
Stephanie
Cryptsy.com

good game, good work, thanks cryptsy Smiley simple to somebody grab your btcs in your wallet. by using your trust.
mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
June 04, 2015, 06:54:43 PM
 #890



Yes he has taen the OC code into LGD changed the MAX amount of money to
Code:
+static const int64 MAX_MONEY = 200000000 * COIN;			// 70 bil

from
Code:
-static const int64 MAX_MONEY = 10000000 * COIN;


after he has changed this code the exchages and everyone has updated their wallets to this


Max money does not affect the max supply of coins. Its misleading

All MAX_MONEY does is prevent a single transaction larger than that size to be created.



This coin died last year but somehow came alive due to muddafudda somehow , I believe he controls that github and the original developer of LGD if not he cannot commit those changes to github.

https://bitcointalk.org/index.php?topic=530175.msg11121399#msg11121399


legendarycoin is also an account of muddafudda I see. Its a planned attack mate. So sad. :S
 


Muddafudda is not the developer of LGD from what I can see.

I contacted him when I originally discovered the issue. And he put the LGD code on top of Orangecoin to make a diff easier for me.

He wanted to help expose the LGD developer. I would be very surprised if he was involved

If you were scammed by this you need to contact

https://bitcointalk.org/index.php?action=profile;u=301991

As the responsible individual had the private key to the genesis block transaction. They even put comment about it in the source

https://github.com/legendarycoin/legendarycoin/blob/master/src/main.cpp#L2516

But based on his attitude, You likely wont get far

Whats the go with LGD on cryptsy ?

I am getting Pm's from people having a cry that we should contact you, so this is that message.

We dont plan on doing updates on the coind so if thats a requirement to be re-instated i'm guessing we will pass, unless the works are very minimal or someone submits a pull request on github.

ahumanbeingx
Full Member
***
Offline Offline

Activity: 221
Merit: 100

"The only real valuable thing is intuition."


View Profile
June 05, 2015, 05:12:54 AM
 #891

 

      thanks cryptsy and LGD coin hehehe

      lucky that cryptsy not had his function convert coins in a block mode so i convert my lgd to BTC and ffffffffffffffffffffffffff withdraw them right a way.

      i love beat the system  Grin

I took all my coins off cryptsy yesterday. i dont get a good feeling over there so better to just stay away.

Developing the future of crypto.
leonar76
Hero Member
*****
Offline Offline

Activity: 678
Merit: 501



View Profile
June 05, 2015, 07:04:20 AM
 #892

hi guys,

any exchange market. right now. for LGD coin.
tuaris
Hero Member
*****
Offline Offline

Activity: 778
Merit: 500



View Profile WWW
June 05, 2015, 07:07:04 AM
 #893

hi guys,

any exchange market. right now. for LGD coin.

No exchange will touch this coin, and who would want to buy this after what happened.

leonar76
Hero Member
*****
Offline Offline

Activity: 678
Merit: 501



View Profile
June 05, 2015, 07:14:30 AM
 #894

hi guys,

any exchange market. right now. for LGD coin.

No exchange will touch this coin, and who would want to buy this after what happened.

OK THAN,

whos the control the code now, i advise first stable the coin suply and blockchain, than i can add this coin a exchange site.

Bytekiller
Legendary
*
Offline Offline

Activity: 2450
Merit: 1004


View Profile
June 05, 2015, 05:00:48 PM
 #895

my Tradebot have 1935781.67735 LGD
someone want it?

Als ich jung war, waren alle Glieder gelenkig - bis auf eins. Als ich älter wurde, waren alle Glieder steif - bis auf eins.
legendarycoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
June 06, 2015, 02:33:37 AM
 #896

If you were scammed by this you need to contact

https://bitcointalk.org/index.php?action=profile;u=301991

We dont have anything to do with what the market is willing to pay to exchange the coin and while running within the coin code specifications, if you were "scammed" then it was by cryptsy not honouring your withdrawals / exchanges with the public who were willing to buy/sell against your orders.

As the responsible individual had the private key to the genesis block transaction. They even put comment about it in the source

https://github.com/legendarycoin/legendarycoin/blob/master/src/main.cpp#L2516

? LGD was forked from PHS, and that comment was in the original source. (also a much better coin to diff against, or of course you could just go through the git commits to see the changes made.)


As we have stated we abandoned the coin due to a lack of time to work on it as it was really just a hobby project for us.
If anyone wants to take it over we are willing to sell the git account and keys to who-ever wants it.

DONATE LGD: LdRiNu7y9GM9XPD4EEWXzo5PZrLm3q2d9q
legendarycoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
June 06, 2015, 04:39:45 AM
 #897

Can you explain where all the coins came from?

The genesis block.

Im having some troubles setting up abe for this coin.

Use an older abe

But using raw transactions I was able to trace down a few transactions such as this

Code:
legendarycoind getblock 00000f4cec95a0c855af867017436d6dfdc90c6b79b8d7768b1147fd1297d88c
{
    "hash" : "00000f4cec95a0c855af867017436d6dfdc90c6b79b8d7768b1147fd1297d88c",
    "confirmations" : 201247,
    "size" : 361,
    "height" : 0,
    "version" : 1,
    "merkleroot" : "ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8",
    "mint" : 0.00000000,
    "time" : 1396221774,
    "nonce" : 237454,
    "bits" : "1e0fffff",
    "difficulty" : 0.00024414,
    "blocktrust" : "1",
    "nextblockhash" : "000007dbdb817c4cc39cac47f53319b158893fdc7f07f36bc644569b9f2813c6",
    "flags" : "proof-of-work stake-modifier",
    "proofhash" : "00000f4cec95a0c855af867017436d6dfdc90c6b79b8d7768b1147fd1297d88c",
    "entropybit" : 0,
    "modifier" : "0000000000000000",
    "modifierchecksum" : "fd11f4e7",
    "tx" : [
        "[b]ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8[/b]"
    ],
    "signature" : ""
}

Code:
legendarycoind decoderawtransaction 020000004ea73853010000000000000000000000000000000000000000000000000000000000000000ffffffff7304ffff001d020f274c6953696c6b20526f616420636c6f73757265206661696c7320746f2064616d70656e20696c6c6567616c20647275672073616c6573206f6e6c696e652c2065787065727473207361792055706461746564203331204d6172636820323031342c20383a32342041455354ffffffff0100b864d945000000434104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ac0000000020746578743a4c6567656e64617279436f696e2067656e6573697320626c6f636b
{
    "txid" : "[b]ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8[/b]",
    "version" : 2,
    "time" : 1396221774,
    "locktime" : 0,
    "vin" : [
        {
            "coinbase" : "04ffff001d020f274c6953696c6b20526f616420636c6f73757265206661696c7320746f2064616d70656e20696c6c6567616c20647275672073616c6573206f6e6c696e652c2065787065727473207361792055706461746564203331204d6172636820323031342c20383a32342041455354",
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            [b]"value" : 300000.00000000,[/b]
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "04e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1 OP_CHECKSIG",
                "hex" : "4104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ac",
                "reqSigs" : 1,
                "type" : "pubkey",
                "addresses" : [
                    "LMTivrg3HcJ8sRUK1F3dC2drAoexcryuCm"
                ]
            }
        }
    ]
}

Yet this block breaks the block reward code specified here

https://github.com/legendarycoin/legendarycoin/blob/master/src/main.cpp#L944

Code:
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64 nSubsidy = 7 * COIN;

std::string cseed_str = prevHash.ToString().substr(7,7);
const char* cseed = cseed_str.c_str();
long seed = hex2long(cseed);
int rand = generateMTRandom(seed, 7200);

// printf(">>> nHeight = %d, Rand = %d\n", nHeight, rand);

if(rand > 5000 && rand < 5011)
{
nSubsidy = 56 * COIN;
}
else if(rand > 2000 && rand < 2241)
{
nSubsidy = 14 * COIN;
}

if(nHeight < 3600) // 1st 5 days double payout
{
nSubsidy *= 2;
}

// Subsidy is cut in half every 64,800 blocks, which will occur approximately every 3 months
nSubsidy >>= (nHeight / 64800);

    return nSubsidy + nFees;
}

Nowhere does this allow for a 300k coinbase output

Your right


Even if every block were 56 coins which it doesnt allow for. There would only be 11.7 million coins in existence. And thats if every block was proof of work and the reward never halved. POS rewards would only result in fractions of coins being created

With a relaitvely low max stake weight and a average POS reward there should be nowhere near the 533,065,060.51582003 coins there are now

Then you see something like this. And the one below. Which show the Genesis block transaction being spent twice.

Code:
legendarycoind decoderawtransaction 02000000d302575503a8448c892ed73c1076a403e203f48487afa61e42490b9842d0a6c7aad88e15ce0000000049483045022100fc3b5db8b522babaae3fb5e43e3b6b9811f8502a1007a9e0e4909fcaa5111ac60220150ed31574191361301567006a32158cafe1a8ce4a7a0d6e65bae028d1dd6b6c01fffffffffb2c2c0c67f1d891a6417eff956e2394057a9e41943e826893c1af499a4d3bb9010000008a47304402203037c5407b7792579e1e3b332a42d69cd6325974ce7bb57e046045a02e2142260220091cb94c51a5d811be036217f1121040a780eb22c60c2e39bd0a42805e06cab8014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ffffffff3c05ec100990981f55110105a37f85e1723c980eadcce9ef1ad03e7fb8b757c1000000006c4930460221009f0e32e6aed06502f002e0fb2db05f5333c2bd4fd3531a77f32d9a439d07a759022100fce8af376e6e4a1defda7d749222eb1aedbe6dedb5506a7298e76559f496ba9d012102ea5422d311626bae76443dfc710398afe6c783fde61726f141e95cd61fef3ef6ffffffff010070c9b28b0000001976a91475c74fd53cc86483437a2fd80e91fcd1527e4b2888ac0000000000
{
    "txid" : "a7d453554931a9de8750d30dcc741c02f2c184496bf619f67f998d504f6413e2",
    "version" : 2,
    "time" : 1431765715,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "[b]ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8[/b]",
            [b]"vout" : 0,[/b]
            "scriptSig" : {
                "asm" : "3045022100fc3b5db8b522babaae3fb5e43e3b6b9811f8502a1007a9e0e4909fcaa5111ac60220150ed31574191361301567006a32158cafe1a8ce4a7a0d6e65bae028d1dd6b6c01",
                "hex" : "483045022100fc3b5db8b522babaae3fb5e43e3b6b9811f8502a1007a9e0e4909fcaa5111ac60220150ed31574191361301567006a32158cafe1a8ce4a7a0d6e65bae028d1dd6b6c01"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "[b]b93b4d9a49afc19368823e94419e7a0594236e95ff7e41a691d8f1670c2c2cfb[/b]",
            "vout" : 1,
            "scriptSig" : {
                "asm" : "304402203037c5407b7792579e1e3b332a42d69cd6325974ce7bb57e046045a02e2142260220091cb94c51a5d811be036217f1121040a780eb22c60c2e39bd0a42805e06cab801 04e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1",
                "hex" : "47304402203037c5407b7792579e1e3b332a42d69cd6325974ce7bb57e046045a02e2142260220091cb94c51a5d811be036217f1121040a780eb22c60c2e39bd0a42805e06cab8014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "[b]c157b7b87f3ed01aefe9ccad0e983c72e1857fa3050111551f98900910ec053c[/b]",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "30460221009f0e32e6aed06502f002e0fb2db05f5333c2bd4fd3531a77f32d9a439d07a759022100fce8af376e6e4a1defda7d749222eb1aedbe6dedb5506a7298e76559f496ba9d01 02ea5422d311626bae76443dfc710398afe6c783fde61726f141e95cd61fef3ef6",
                "hex" : "4930460221009f0e32e6aed06502f002e0fb2db05f5333c2bd4fd3531a77f32d9a439d07a759022100fce8af376e6e4a1defda7d749222eb1aedbe6dedb5506a7298e76559f496ba9d012102ea5422d311626bae76443dfc710398afe6c783fde61726f141e95cd61fef3ef6"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "[b]value" : 600000.00000000,[/b]
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 75c74fd53cc86483437a2fd80e91fcd1527e4b28 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a91475c74fd53cc86483437a2fd80e91fcd1527e4b2888ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LVxi661JwFEzBsHvRYMGNpw7eH8rj2EBc9"
                ]
            }
        }
    ]
}

So this transaction has an output of 600k coins. And one comes from the genesis txid. So we know it gets 300k from ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8 as that transaction can only be sent once. Having only one output. Vout : 0

So lets make sure the second or 3rd vin contains the other 300k coins

Code:
legendarycoind decoderawtransaction 020000002e5e5e530140a073c4364f6bea5a63add019a2cba66a437a920b3dfb1fce98727d7ea63485010000006b48304502206c575a15849e3ea7d7b87ab5be4726d2abf16b2d473a9c5d6a835df5b9981319022100c11fbb23165ee11151e4245caa6e544e6128197a4936cfa4138a855e2b07602a01210303ca835e747c81248ac22b3768d91ed0e3e122ed746035ea465cf2c733acc560ffffffff02a49ffa02000000001976a914d656b121e8e5b27974dcafd33a5e34bbf5615ac888accc290000000000001976a914188af1d18af00327289fcab0857024e84120cc5488ac0000000000
{
    "txid" : "[b]b93b4d9a49afc19368823e94419e7a0594236e95ff7e41a691d8f1670c2c2cfb[/b]",
    "version" : 2,
    "time" : 1398693422,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "8534a67e7d7298ce1ffb3d0b927a436aa6cba219d0ad635aea6b4f36c473a040",
            "vout" : 1,
            "scriptSig" : {
                "asm" : "304502206c575a15849e3ea7d7b87ab5be4726d2abf16b2d473a9c5d6a835df5b9981319022100c11fbb23165ee11151e4245caa6e544e6128197a4936cfa4138a855e2b07602a01 0303ca835e747c81248ac22b3768d91ed0e3e122ed746035ea465cf2c733acc560",
                "hex" : "48304502206c575a15849e3ea7d7b87ab5be4726d2abf16b2d473a9c5d6a835df5b9981319022100c11fbb23165ee11151e4245caa6e544e6128197a4936cfa4138a855e2b07602a01210303ca835e747c81248ac22b3768d91ed0e3e122ed746035ea465cf2c733acc560"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 49.97930000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 d656b121e8e5b27974dcafd33a5e34bbf5615ac8 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a914d656b121e8e5b27974dcafd33a5e34bbf5615ac888ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LemGij1kbQTDjm9TeCJP3EqGqdMdqGz22U"
                ]
            }
        },
        {
            [b]"value" : 0.01070000,
            "n" : 1,[/b]
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 188af1d18af00327289fcab0857024e84120cc54 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a914188af1d18af00327289fcab0857024e84120cc5488ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LMTivrg3HcJ8sRUK1F3dC2drAoexcryuCm"
                ]
            }
        }
    ]
}

Hmmm only 0.01070000 Lets try the 3rd vin

Code:
legendarycoind decoderawtransaction 0200000026f6565502a8448c892ed73c1076a403e203f48487afa61e42490b9842d0a6c7aad88e15ce00000000494830450221008818e444c0cdc2fce8a63b9e10f473dfba625172aff367a498105b2b85b7693d0220656ac9769852dd1da4ab5b1ceea804aaade4248079351755263c3a05027f714f01fffffffffb2c2c0c67f1d891a6417eff956e2394057a9e41943e826893c1af499a4d3bb9010000008b4830450221009f1a23bfab5c516bda1aa1947b564d1cc84ae06083be2ae3f416e67bee613dd60220327fd6cb22702435c5d56dc1078c67fca3e5d583bfaaa624b0acd40f466a2379014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ffffffff0100b864d9450000001976a91453264c3a889eb10208601d4ef23dc16d5f8429e788ac0000000000
{
    "txid" : "[b]c157b7b87f3ed01aefe9ccad0e983c72e1857fa3050111551f98900910ec053c[/b]",
    "version" : 2,
    "time" : 1431762470,
    "locktime" : 0,
    "vin" : [
        {
            [b]"txid" : "ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8[/b]",
            [b]"vout" : 0,[/b]
            "scriptSig" : {
                "asm" : "30450221008818e444c0cdc2fce8a63b9e10f473dfba625172aff367a498105b2b85b7693d0220656ac9769852dd1da4ab5b1ceea804aaade4248079351755263c3a05027f714f01",
                "hex" : "4830450221008818e444c0cdc2fce8a63b9e10f473dfba625172aff367a498105b2b85b7693d0220656ac9769852dd1da4ab5b1ceea804aaade4248079351755263c3a05027f714f01"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "b93b4d9a49afc19368823e94419e7a0594236e95ff7e41a691d8f1670c2c2cfb",
            "vout" : 1,
            "scriptSig" : {
                "asm" : "30450221009f1a23bfab5c516bda1aa1947b564d1cc84ae06083be2ae3f416e67bee613dd60220327fd6cb22702435c5d56dc1078c67fca3e5d583bfaaa624b0acd40f466a237901 04e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1",
                "hex" : "4830450221009f1a23bfab5c516bda1aa1947b564d1cc84ae06083be2ae3f416e67bee613dd60220327fd6cb22702435c5d56dc1078c67fca3e5d583bfaaa624b0acd40f466a2379014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            [b]"value" : 300000.00000000,[/b]
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 53264c3a889eb10208601d4ef23dc16d5f8429e7 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a91453264c3a889eb10208601d4ef23dc16d5f8429e788ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LSocE7N3JDKRQJd97tbKVoVNNxKV4BNrmM"
                ]
            }
        }
    ]
}

So it seems the genblock was spent once. Then combined with itself again to create a 600k output  Huh

TL;DR

Transaction c157b7b87f3ed01aefe9ccad0e983c72e1857fa3050111551f98900910ec053c Spent

ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8 Vout : 0

But yet

Transaction a7d453554931a9de8750d30dcc741c02f2c184496bf619f67f998d504f6413e2 also spent

ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8 Vout : 0

ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8 Vout : 0 is the premine output of 300,000 coins which was 3% of the 10,000,000 coin total supply

That is until the developers changed the total max coins a few days ago to - 750000000 Max Coins  Roll Eyes

The change to total max coins was to reflect the changes and transactions made on the chain.
In the case of the premine, the original developers did fudge that up and we were unable to even access the pre-mine Tongue this was in full public posts at the time and the code was fixed to enable the release of the pre-mine.
At that time the 300k was split 100k for rewards and bounties and 100k each to the lead members. (of which we both have access to this account.) We didnt recieve the keys to the block and now after requesting them from the other devs we can do some more tests.

ps. surely you have access to deposits going into cryptsy and you can find much better blocks than the 600k ones considering the volume i doubt that ppl were sending in 300k at a time.

I find it laughable that its taken someone who knows crypto coins this long to draw the conclusions you have here and this is the actions you are taking.

DONATE LGD: LdRiNu7y9GM9XPD4EEWXzo5PZrLm3q2d9q
mullick
Legendary
*
Offline Offline

Activity: 1064
Merit: 1002


View Profile
June 06, 2015, 05:00:44 AM
 #898


Code:
legendarycoind decoderawtransaction 02000000d302575503a8448c892ed73c1076a403e203f48487afa61e42490b9842d0a6c7aad88e15ce0000000049483045022100fc3b5db8b522babaae3fb5e43e3b6b9811f8502a1007a9e0e4909fcaa5111ac60220150ed31574191361301567006a32158cafe1a8ce4a7a0d6e65bae028d1dd6b6c01fffffffffb2c2c0c67f1d891a6417eff956e2394057a9e41943e826893c1af499a4d3bb9010000008a47304402203037c5407b7792579e1e3b332a42d69cd6325974ce7bb57e046045a02e2142260220091cb94c51a5d811be036217f1121040a780eb22c60c2e39bd0a42805e06cab8014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ffffffff3c05ec100990981f55110105a37f85e1723c980eadcce9ef1ad03e7fb8b757c1000000006c4930460221009f0e32e6aed06502f002e0fb2db05f5333c2bd4fd3531a77f32d9a439d07a759022100fce8af376e6e4a1defda7d749222eb1aedbe6dedb5506a7298e76559f496ba9d012102ea5422d311626bae76443dfc710398afe6c783fde61726f141e95cd61fef3ef6ffffffff010070c9b28b0000001976a91475c74fd53cc86483437a2fd80e91fcd1527e4b2888ac0000000000
{
    "txid" : "a7d453554931a9de8750d30dcc741c02f2c184496bf619f67f998d504f6413e2",
    "version" : 2,
    "time" : 1431765715,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "[b]ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8[/b]",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "3045022100fc3b5db8b522babaae3fb5e43e3b6b9811f8502a1007a9e0e4909fcaa5111ac60220150ed31574191361301567006a32158cafe1a8ce4a7a0d6e65bae028d1dd6b6c01",
                "hex" : "483045022100fc3b5db8b522babaae3fb5e43e3b6b9811f8502a1007a9e0e4909fcaa5111ac60220150ed31574191361301567006a32158cafe1a8ce4a7a0d6e65bae028d1dd6b6c01"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "[b]b93b4d9a49afc19368823e94419e7a0594236e95ff7e41a691d8f1670c2c2cfb[/b]",
            "vout" : 1,
            "scriptSig" : {
                "asm" : "304402203037c5407b7792579e1e3b332a42d69cd6325974ce7bb57e046045a02e2142260220091cb94c51a5d811be036217f1121040a780eb22c60c2e39bd0a42805e06cab801 04e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1",
                "hex" : "47304402203037c5407b7792579e1e3b332a42d69cd6325974ce7bb57e046045a02e2142260220091cb94c51a5d811be036217f1121040a780eb22c60c2e39bd0a42805e06cab8014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "[b]c157b7b87f3ed01aefe9ccad0e983c72e1857fa3050111551f98900910ec053c[/b]",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "30460221009f0e32e6aed06502f002e0fb2db05f5333c2bd4fd3531a77f32d9a439d07a759022100fce8af376e6e4a1defda7d749222eb1aedbe6dedb5506a7298e76559f496ba9d01 02ea5422d311626bae76443dfc710398afe6c783fde61726f141e95cd61fef3ef6",
                "hex" : "4930460221009f0e32e6aed06502f002e0fb2db05f5333c2bd4fd3531a77f32d9a439d07a759022100fce8af376e6e4a1defda7d749222eb1aedbe6dedb5506a7298e76559f496ba9d012102ea5422d311626bae76443dfc710398afe6c783fde61726f141e95cd61fef3ef6"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 600000.00000000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 75c74fd53cc86483437a2fd80e91fcd1527e4b28 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a91475c74fd53cc86483437a2fd80e91fcd1527e4b2888ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LVxi661JwFEzBsHvRYMGNpw7eH8rj2EBc9"
                ]
            }
        }
    ]
}


I was unaware of the initial premine mishap. But the above evidence stands

Premine transaction being spent:

Code:
"time" : 1431765715,

05/16/2015 @ 8:41am (UTC)


Code:
legendarycoind decoderawtransaction 0200000026f6565502a8448c892ed73c1076a403e203f48487afa61e42490b9842d0a6c7aad88e15ce00000000494830450221008818e444c0cdc2fce8a63b9e10f473dfba625172aff367a498105b2b85b7693d0220656ac9769852dd1da4ab5b1ceea804aaade4248079351755263c3a05027f714f01fffffffffb2c2c0c67f1d891a6417eff956e2394057a9e41943e826893c1af499a4d3bb9010000008b4830450221009f1a23bfab5c516bda1aa1947b564d1cc84ae06083be2ae3f416e67bee613dd60220327fd6cb22702435c5d56dc1078c67fca3e5d583bfaaa624b0acd40f466a2379014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1ffffffff0100b864d9450000001976a91453264c3a889eb10208601d4ef23dc16d5f8429e788ac0000000000
{
    "txid" : "c157b7b87f3ed01aefe9ccad0e983c72e1857fa3050111551f98900910ec053c",
    "version" : 2,
    "time" : 1431762470,
    "locktime" : 0,
    "vin" : [
        {
            "txid" : "ce158ed8aac7a6d042980b49421ea6af8784f403e203a476103cd72e898c44a8",
            "vout" : 0,
            "scriptSig" : {
                "asm" : "30450221008818e444c0cdc2fce8a63b9e10f473dfba625172aff367a498105b2b85b7693d0220656ac9769852dd1da4ab5b1ceea804aaade4248079351755263c3a05027f714f01",
                "hex" : "4830450221008818e444c0cdc2fce8a63b9e10f473dfba625172aff367a498105b2b85b7693d0220656ac9769852dd1da4ab5b1ceea804aaade4248079351755263c3a05027f714f01"
            },
            "sequence" : 4294967295
        },
        {
            "txid" : "b93b4d9a49afc19368823e94419e7a0594236e95ff7e41a691d8f1670c2c2cfb",
            "vout" : 1,
            "scriptSig" : {
                "asm" : "30450221009f1a23bfab5c516bda1aa1947b564d1cc84ae06083be2ae3f416e67bee613dd60220327fd6cb22702435c5d56dc1078c67fca3e5d583bfaaa624b0acd40f466a237901 04e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1",
                "hex" : "4830450221009f1a23bfab5c516bda1aa1947b564d1cc84ae06083be2ae3f416e67bee613dd60220327fd6cb22702435c5d56dc1078c67fca3e5d583bfaaa624b0acd40f466a2379014104e63785e00477069341c06ba40d2fc30ed286c4f82f3a1d3a2d54046b166ad8bf01b5fdba1e81b89ac8cf7e65a2782428f5a91ce5bd75dd4bef895f8dea14ccc1"
            },
            "sequence" : 4294967295
        }
    ],
    "vout" : [
        {
            "value" : 300000.00000000,
            "n" : 0,
            "scriptPubKey" : {
                "asm" : "OP_DUP OP_HASH160 53264c3a889eb10208601d4ef23dc16d5f8429e7 OP_EQUALVERIFY OP_CHECKSIG",
                "hex" : "76a91453264c3a889eb10208601d4ef23dc16d5f8429e788ac",
                "reqSigs" : 1,
                "type" : "pubkeyhash",
                "addresses" : [
                    "LSocE7N3JDKRQJd97tbKVoVNNxKV4BNrmM"
                ]
            }
        }
    ]
}


Code:
"time" : 1431762470,

05/16/2015 @ 7:47am (UTC)

Someone in possesion of that private key is responsible
muddafudda
Legendary
*
Offline Offline

Activity: 1008
Merit: 1022



View Profile
June 06, 2015, 01:27:02 PM
 #899

If anyone wants to take it over we are willing to sell the git account and keys to who-ever wants it.

thanks for the proof you are the scammer. I know who the original dev was and your story is nothing but 100% bullshit.
legendarycoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile WWW
June 08, 2015, 12:10:07 AM
 #900

If anyone wants to take it over we are willing to sell the git account and keys to who-ever wants it.

thanks for the proof you are the scammer. I know who the original dev was and your story is nothing but 100% bullshit.

Original dev ? the coin was never sold and we are still the original owners of the coin.
We are only offering the coin for sale as ppl still seem to want it, so if someone wants to take it over the option is there.

DONATE LGD: LdRiNu7y9GM9XPD4EEWXzo5PZrLm3q2d9q
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 »
  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!