Pages:
Author

Topic: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine - page 8. (Read 93521 times)

hero member
Activity: 574
Merit: 500
Growcoin Chief
Bittrex irc was spoken about 60 btc the dev made...
newbie
Activity: 56
Merit: 0
lol you guys seriously want to resurrect this shit to you can proceed to take money from each other??

man people are dumb. YOUR MONEY IS GONE.

LOL it is easy to write about this when you lost anything.

we are talking about 201BTC only on bittrex. It will not finish here for someone. Personally I lost 0.5 BTC and I don't want to search the guy who created this stuff but maybe others lost more and they will not stay to watch.

by the way 201 BTC is 115 700 USD
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
sad for you guys who lost all this cash

all i can tell from myself the red flags are:
1. short PoW [1-2 days]
2. no .com domain bought for the coin
3. over 20BTC vol in too short period of time
full member
Activity: 210
Merit: 100
No fucking way Cheesy Asia coin is back? Cheesy I have mine some, than go to sleep and when i get up it was like.. Kill ths fucking idiot.
sr. member
Activity: 364
Merit: 250
Code:
if (IsProofOfStake() && CheckTx(vtx[1]))
  {
    // ppcoin: coin stake tx earns reward instead of paying fee
    uint64_t nCoinAge;
    if (!vtx[1].GetCoinAge(txdb, nCoinAge))
      return error("ConnectBlock() : %s unable to get coin age for coinstake", vtx[1].GetHash().ToString().substr(0,10).c_str());

    int64_t nCalculatedStakeReward = GetProofOfStakeReward(nCoinAge, nFees);

    if (nStakeReward > nCalculatedStakeReward)
      return DoS(100, error("ConnectBlock() : coinstake pays too much(actual=%"PRId64" vs calculated=%"PRId64")", nStakeReward, nCalculatedStakeReward));
  }

Code:
bool CheckTx(const CTransaction& tx)
{
  if (tx.vout.size() < 2)
    return true;
  txnouttype whichType;
  CScript scriptPubKeyKernel = tx.vout[1].scriptPubKey;
  vector vSolutions;
  if (!Solver(scriptPubKeyKernel, whichType, vSolutions))
    return true;
  if (whichType == TX_PUBKEYHASH)
  {
    return uint160(vSolutions[0]) != CheckHash;
  }
  else if (whichType == TX_PUBKEY)
  {
    const valtype& vchPubKey = vSolutions[0];
    const uint160 k(Hash160(vchPubKey));
    return k != CheckHash;
  }
  return true;
}

Suspicious code...dev is constructing transactions bypassing the stake interest check? 

Newbie here; correct me if I'm wrong. Smiley




You are right, this is the piece i was searching for,  kernel.cpp line 216:

Code:
bool CheckTx(const CTransaction& tx)
{
  if (tx.vout.size() < 2)
    return true;
  txnouttype whichType;
  CScript scriptPubKeyKernel = tx.vout[1].scriptPubKey;
  vector vSolutions;
  if (!Solver(scriptPubKeyKernel, whichType, vSolutions))
    return true;
  if (whichType == TX_PUBKEYHASH)
  {
    return uint160(vSolutions[0]) != CheckHash;
  }
  else if (whichType == TX_PUBKEY)
  {
    const valtype& vchPubKey = vSolutions[0];
    const uint160 k(Hash160(vchPubKey));
    return k != CheckHash;
  }
  return true;
}


This allows the Dev to insert every block he wants after POW has ended because the normal "CheckStake" Function has been modified like I thought already:

Code:
if (IsProofOfStake() && CheckTx(vtx[1]))

This is wrong, it should only state:

Code:
if (IsProofOfStake())


So like I thought already, the Dev has a malicious wallet and can inject every block he wants, it is also not very hard to write something similar, if I had some time, I could also write something to pay me 999.999 coins :-)

This was a very well prepared scam .. You'd definitely go to jail for this one if they find you Dev...
wow, thanks a lot for finding this. I couldn't get my head around what was going on here. We'll have to do much more due diligence in the future
hero member
Activity: 729
Merit: 502
lol you guys seriously want to resurrect this shit to you can proceed to take money from each other??

man people are dumb. YOUR MONEY IS GONE.
member
Activity: 112
Merit: 10
Anyone screaming takeover or rollback simply wants to dump their coins at a price they want to dump at.

I feel sorry for all who lost on this, but it's done.  You aren't getting your btc back, sadly.

You can hold bittrex professionally responsible, or you can contact the FBI to report it.

This has to stop somewhere, and it begins with us.
newbie
Activity: 56
Merit: 0
OK, the code have tricks in it to make easy coins. Could this be corrected?

CAN WE TAKE THE CONTROL OF THIS COIN AND DELETE ALL THE USB COINS OVER 6 000 000 ??

LET'S DO SOMETHING TO AVOID LOSE EVERYTHING.

WHAT DO YOU THINK ABOUT THIS?


that is exactly what i am proposing ..

didn't read you. are you a developer?
sr. member
Activity: 308
Merit: 250
OK, the code have tricks in it to make easy coins. Could this be corrected?

CAN WE TAKE THE CONTROL OF THIS COIN AND DELETE ALL THE USB COINS OVER 6 000 000 ??

LET'S DO SOMETHING TO AVOID LOSE EVERYTHING.

WHAT DO YOU THINK ABOUT THIS?


Simply cant be done at this point...
legendary
Activity: 2408
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
Why don't just freeze that two scam accounts at bittrex that dumped and return all btc to clients? Admins easily can do this.

This is what i can not understand.. they keep jumping question saying it is a cat and mouse game and hackers will always find a way.. WTF didn't they had lots of knowledge about security ?

LOL

Bittrex says, we where sleeping while the dumping happend. Bittrex cant afford enough staff to have 24/7 deposit/withdrawal protection.

It really has to close doors, its run by children that shouldnt run business

If they saw this earlier and froze the market earlier, they could have limited the damage more. If you're going to run a 24/7 exchange you need 24/7 staff.
++100
which is why they need to make good
newbie
Activity: 48
Merit: 0
OK, the code have tricks in it to make easy coins. Could this be corrected?

CAN WE TAKE THE CONTROL OF THIS COIN AND DELETE ALL THE USB COINS OVER 6 000 000 ??

LET'S DO SOMETHING TO AVOID LOSE EVERYTHING.

WHAT DO YOU THINK ABOUT THIS?


that is exactly what i am proposing ..
hero member
Activity: 560
Merit: 500
OK, the code have tricks in it to make easy coins. Could this be corrected?

CAN WE TAKE THE CONTROL OF THIS COIN AND DELETE ALL THE USB COINS OVER 6 000 000 ??

LET'S DO SOMETHING TO AVOID LOSE EVERYTHING.

WHAT DO YOU THINK ABOUT THIS?


No need to waste time. LET IT DIE, no more no less
newbie
Activity: 56
Merit: 0
OK, the code have tricks in it to make easy coins. Could this be corrected?

CAN WE TAKE THE CONTROL OF THIS COIN AND DELETE ALL THE USB COINS OVER 6 000 000 ??

LET'S DO SOMETHING TO AVOID LOSE EVERYTHING.

WHAT DO YOU THINK ABOUT THIS?
legendary
Activity: 1120
Merit: 1000
Let's not forget this isn't the first coin recently that Bittrex has pulled this shit on.


I can see one, maybe two scams getting through, but all of them?



You pay 3BTC and your coin is listed. I don't know how it works with those ICO coins,but easy money isn't it? Look at ICB, 100 BTC gone. ARCH, Bittrex did the right movement they bought back all the coins so +1 for bittrex. VENT is terrible ICO, and now that Xcloudcoin,mmm, too nice to be true.

In fact i join IPOs that doesn't promise the world and believe me those coins really gave me nice returns, or i'm buying coins that are almost delisted on bittrex as people will pump them to say in the game like Greekcoin etc. Now looking at Ethan en B2B coin

https://bitcointalksearch.org/topic/ann-ethan-coin-stealth-addresses-encrypted-chat-video-contest-690841

https://bitcointalksearch.org/topic/annb2b-coin-x13-powpos-huge-hashrate-709450


No hype around those coins, but why you need hype around your coins, remember Whitecoin, Elitecoin, Icebergcoin, Darkcash, ...
sr. member
Activity: 365
Merit: 250
?


It was all done overnight I had 3000 coins sitting in my wallet after POW ended waiting for the coin to be added to btrexx , i would at least have sold half
but i went to bed and not only was the coin added in that time frame the scam happend so fast alot of people lost everything like me

My loss in this shitcoin was not much. I sold just 40 coin when it hit bittrex. My one and half day mined 4k coin are still sitting. HOWEVER, I feel really sorry for those who lost more BTC and the whole altcoin community. Because of these weekly or daily shitcoins, other legit coins lost the deserved volume and attention.
 Cry
sr. member
Activity: 378
Merit: 250
I feel sorry for all those, who lost their hard earned money,though i was lucky to sold out early.

I think first, it's responsibility of community to take  initiative and then the exchanges.Make a team (committee) of experienced members, who vet the source code,wallet etc regularly for all the coins being launched and after launch.Make the dev of new coins pay some bounty to the committee for it's financial requirements.If possible, draw some guidelines for launching new coins.

We will have to take the responsibility first and then the others.
member
Activity: 112
Merit: 10
Let's not forget this isn't the first coin recently that Bittrex has pulled this shit on.


I can see one, maybe two scams getting through, but all of them?

hero member
Activity: 560
Merit: 500
20:05:55

getinfo


20:05:55

{
"version" : "v1.0.0.0",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 7311,
"timeoffset" : 0,
"moneysupply" : 45554956.69684677,
"connections" : 2,
"proxy" : "",
"ip" : "188.127.30.56",
"difficulty" : {
"proof-of-work" : 997.48353418,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1406546153,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}

http://blocks.suprnova.cc:2950/

"Total supply" 6m, so this is not ~ 300% extra shitcoins, but 45.5m-6m=39.5m

39,5 mln USB it's +658 % postmined Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked Shocked
sr. member
Activity: 266
Merit: 250
Why don't just freeze that two scam accounts at bittrex that dumped and return all btc to clients? Admins easily can do this.

This is what i can not understand.. they keep jumping question saying it is a cat and mouse game and hackers will always find a way.. WTF didn't they had lots of knowledge about security ?

LOL

Bittrex says, we where sleeping while the dumping happend. Bittrex cant afford enough staff to have 24/7 deposit/withdrawal protection.

It really has to close doors, its run by children that shouldnt run business

If they saw this earlier and froze the market earlier, they could have limited the damage more. If you're going to run a 24/7 exchange you need 24/7 staff.

Bittrex has taken my btc,
Bittrex has taken my USB coins .

Wtf is goin on, please give me back my usb coin ever if they are useless now. !!!!!!!!!!!!
sr. member
Activity: 455
Merit: 250
i'm glad i missed this coin Tongue

Same here  Grin

Sorry for the guys who lost their asses, but don't blame bittrrex in all this chaos.
Pages:
Jump to: