Pages:
Author

Topic: BTC-E.com exchange Bitcoin, Litecoin, Namecoin <-> USD\BTC (fee 0.2%) - page 77. (Read 264892 times)

legendary
Activity: 1694
Merit: 1002
https://btc-e.com/news/85

Dear Btc-e.com Members,

Today we celebrate our One Year Anniversary!

A lot of things have been done during this year. As a result we have become Exchange No. 2 according to http://bitcoincharts.com/markets with the monthly volume of $900,000.

We have proved able to overcome the crisis related to the recent problems on the Exchange.

Thank you for your support and trust. We hope we managed to live up to your trust.

To celebrate our Anniversary, today on August 7, 2012 the trade fee will be 0%.

Sincerely yours,

Support
legendary
Activity: 1694
Merit: 1002
legendary
Activity: 1694
Merit: 1002
legendary
Activity: 1694
Merit: 1002
nix way, фaйлы key и secret - ключ из пpoфиля

echo -n "`date '+%s'`">nonce && echo -n "method=getInfo&nonce=`cat nonce`" | openssl dgst -sha512 -hmac `cat secret` > sign && curl -d "method=getInfo&nonce=`cat nonce`" -H "Key:`cat key`" -H "Sign:`cat sign`" https://btc-e.com/tapi

php:

$t = time();
$h = hash_hmac('sha512','method=getInfo&nonce='.$t, 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); //xx...xx secret

$url='https://btc-e.com/tapi';

$data = "method=getInfo&nonce=$t";
$tuCurl = curl_init();
curl_setopt($tuCurl, CURLOPT_URL, $url);
curl_setopt($tuCurl, CURLOPT_VERBOSE, 1);
curl_setopt($tuCurl, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($tuCurl, CURLOPT_POST, 1);
curl_setopt($tuCurl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($tuCurl, CURLOPT_POSTFIELDS, $data);
curl_setopt($tuCurl, CURLOPT_HTTPHEADER,
 array("Key: AAAAAAAA-AAAAAAAA-AAAAAAAA-AAAAAAAA-AAAAAAAA",
 "Sign: $h"));

$tuData = curl_exec($tuCurl);
curl_close($tuCurl);

echo $tuData;
?>
newbie
Activity: 30
Merit: 0
Anyone got the API to work with C++ or C# ?

I get this result:

{"success":0,"error":"invalid nonce parameter"}  Huh


Code:
        private void button1_Click(object sender, EventArgs e)
        {
           
        NameValueCollection query = new NameValueCollection();

        string apikey = "*****";
        string secret = "*****";

        HttpWebRequest req = (HttpWebRequest)WebRequest.Create("https://btc-e.com/tapi");
        req.Method = "POST";

        query.Add("nonce", "100"); // INCREASE BY 1 ON NEXT CALL
        query.Add("method", "getInfo");
       
        String post_data = "";
        for (int i = 0; i < query.Count; i++)
        {
            post_data += "&";
            post_data += query.Keys[i];
            post_data += "=";
            post_data += query[i];
        }
        post_data = post_data.Substring(1);
        richTextBox1.AppendText(post_data); // CHECKIN POST DATA
     
        HMACSHA512 hmac = new HMACSHA512(Convert.FromBase64String(secret));
        String sign = Convert.ToBase64String(hmac.ComputeHash(Encoding.UTF8.GetBytes(post_data)), Base64FormattingOptions.None);

        req.Headers.Add("Key", apikey);
        req.Headers.Add("Sign", sign);

        req.UserAgent = "PoorGirl";
        req.ContentType = "application/x-www-form-urlencoded";

        StreamWriter reqStream = new StreamWriter(req.GetRequestStream());
        reqStream.Write(post_data);
        reqStream.Close();

        HttpWebResponse resp = (HttpWebResponse)req.GetResponse();

        StreamReader respStream = new StreamReader(resp.GetResponseStream());
        richTextBox1.AppendText(respStream.ReadToEnd()); // SHOW RESPONSE
        respStream.Close();
           
        }

full member
Activity: 210
Merit: 100
Great recovery from the hack, BTC-e.

Cheers!
legendary
Activity: 1694
Merit: 1002
If there is one exchange I really trust it is this one--they handeled the most recent break-in extremely well, the fact that they store most assets in an offline account is great, and the fact that they absorbed the losses is very comforting.

Thank you
legendary
Activity: 1713
Merit: 1029
If there is one exchange I really trust it is this one--they handeled the most recent break-in extremely well, the fact that they store most assets in an offline account is great, and the fact that they absorbed the losses is very comforting.
sr. member
Activity: 462
Merit: 250
STUNNING work guys, never thought they would get this back up and trading again so soon. great work guys!!!!!
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
https://btc-e.com/news/82

Opening of trade!

Opened the deposit and withdrawal of USD
Opened a deposit bitcoin, litecoin, namecoin
Opened a withdrawal bitcoin, litecoin, namecoin
Open BitInstant

THIS IS FREAKING AWESOME!!! THANKS!!!

Give me your BTC or LTC  address, I'll send to you some coins... Nothing compared to your loss but...

Cheers!

-
 tcmc
BCB
vip
Activity: 1078
Merit: 1002
BCJ
VERY IMPRESSED with BTC-E openness about the hack and their obviously pre-planned and well throught out recovery process.

A lesson to be learned here.  
rjk
sr. member
Activity: 448
Merit: 250
1ngldh
Is this a record speed of time from hack 'til normal operation again? Grin
legendary
Activity: 1792
Merit: 1000
https://btc-e.com/news/82

Opening of trade!

Opened the deposit and withdrawal of USD
Opened a deposit bitcoin, litecoin, namecoin
Opened a withdrawal bitcoin, litecoin, namecoin
Open BitInstant


Good work!
legendary
Activity: 1694
Merit: 1002
https://btc-e.com/news/82

Opening of trade!

Opened the deposit and withdrawal of USD
Opened a deposit bitcoin, litecoin, namecoin
Opened a withdrawal bitcoin, litecoin, namecoin
Open BitInstant

legendary
Activity: 1694
Merit: 1002
Dear users of the Exchange Btc-e.com

The exchange is not going to close. We will refund all losses from our reserves.

Neither the servers nor the database were compromised. There were no SQL injections.

At 04:07 MSK (GMT+4) our LR API Secret Key was compromised. It's 16 uppercase, lowercase letters and digits. They may have bruteforced it for long.

Using the key the hacker imitated LR deposits from many accounts and bought up Bitcoins, Namecoins and Litecoins.

We lost our daily volume, approx. 4500 BTC. The attacker couldn't withdraw more
as most BTC were distributed over several offline wallets.

At 10:30 we restored the database to the state it was at 04:00, right before the attack. All trades after 4:00 are reverted.

People who attempted withdrawals before 04:00 MSK will get their funds withdrawn later today.

For people who deposited BTC, LTC and NMC after 04:00 MSK the funds will be put to their balances before market opens.
We are working on the scripts for this.

If you deposited USD after 04:00 MSK you should send us your login, amount and payment system used by email or PM.

Our plan:

1. The trade will be disabled until we restore the balances to the point before market crash.

2. After that, the trade and deposit/withdrawal will be back on, approx. within 1-2 days.

Icq - 610112128
Skype - btc-e.support
E-mail - [email protected]
legendary
Activity: 1190
Merit: 1000
www.bitcointrading.com
I was trying to keep up with the conversation as it was taking place by taking screen captures:

http://www.bitcointrading.com/forum/index.php?topic=938.0

After that point, I just enabled Freez Screen Video Capture of the chat window, so if you are interested I can upload the 2-3 hour chat that took place after that part.

It was cool when support came in and started answering questions, I have it all recorded live.  

But it's only medium-interesting in the grand scheme of things.  I didn't read it though, I just set it to record and walked away.
sr. member
Activity: 462
Merit: 250
As of 1:06 am EST there was only 51 coins for sale. OUCH!!!!



Sell orders

Total BTC: 51.41072884

42 to 100 dollars a coin !!!!!!!
legendary
Activity: 966
Merit: 1003
is btc-e  bankrupt right now?  our all money and coins gone? Sad

The coins are probably gone, they probably still have all their USD (+ a whole pile of fake USD).
sr. member
Activity: 462
Merit: 250
dree

ahh ok this guys was claiming it was him and he was working with 3 or 4 other people doing this.
Pages:
Jump to: