Live data from Hacker News

MtGox.com is offline

mtgox.com

21–30 of 553 posts

Re: MtGox.com is offline

#21

So...now that mt.gox is dead, does this mean mt gox employees are free from any non-disclosure agreements and can talk freely about what the hell happened? Insider info would be greatly appreciated.

If i was a Mt Gox employee,I would go into hiding and keep quiet instead of going public, all sort of people have invested into Gox including the kind of people you dont want to mess with.

Re: MtGox.com is offline

#22

They serve some obfuscated JavaScript if you don't have a cookie: MtGox.com loading Please wait... function xdec(data) { var o = "rnBEt3XYIimD807pKGVwMLgbTFQWflO1CHv4eAR6Uc5odsNa_x9qy2ukJZ-jzPSh="; var o1, o2, o3, h1, h2, h3, h4, bits, i = 0, ac = 0, dec = "", tmp_arr = []; if (!data) { return data } data += ''; do { h1 = o.indexOf(data.charAt(i++)); h2 = o.indexOf(data.charAt(i++)); h3 = o.indexOf(data.charAt(i++));…

Its from prolexic, their anti-ddos service. Its checking to make sure you are a legit user.

Re: MtGox.com is offline

#23
post #11

They serve some obfuscated JavaScript if you don't have a cookie: MtGox.com loading Please wait... function xdec(data) { var o = "rnBEt3XYIimD807pKGVwMLgbTFQWflO1CHv4eAR6Uc5odsNa_x9qy2ukJZ-jzPSh="; var o1, o2, o3, h1, h2, h3, h4, bits, i = 0, ac = 0, dec = "", tmp_arr = []; if (!data) { return data } data += ''; do { h1 = o.indexOf(data.charAt(i++)); h2 = o.indexOf(data.charAt(i++)); h3 = o.indexOf(data.charAt(i++));…

I've been staring at too much code today... what the hell does that likely do?

The "lazy route" when dealing with obfuscated Javascript is to replace final calls with `console.log`. Often it'll be `eval` you want to replace, but here you just remove the document.cookie assignment and log the rvalue.

Re: MtGox.com is offline

#25
Slight drop over the last few hours http://bitcoinwisdom.com/

I'm curious if this will create a run on bitcoin or not? All of the funds from MtGox have in theory already been lost. There may be some fear that other networks will follow, but it may be rational that the price would remain level as one failed bank does not equal a failed currency.

Re: MtGox.com is offline

#28
post #16

So, who the other day said they would be buying if BTC felt bellow 500$? Now seems to be the time if they still believe that arbitrary value still makes sense.

that would be me, maybe?

https://news.ycombinator.com/item?id=6867999

Note the date on this... 79 days ago the price of BTC was in the 1.0k range.

Re: MtGox.com is offline

#29
post #20

They serve some obfuscated JavaScript if you don't have a cookie: MtGox.com loading Please wait... function xdec(data) { var o = "rnBEt3XYIimD807pKGVwMLgbTFQWflO1CHv4eAR6Uc5odsNa_x9qy2ukJZ-jzPSh="; var o1, o2, o3, h1, h2, h3, h4, bits, i = 0, ac = 0, dec = "", tmp_arr = []; if (!data) { return data } data += ''; do { h1 = o.indexOf(data.charAt(i++)); h2 = o.indexOf(data.charAt(i++)); h3 = o.indexOf(data.charAt(i++));…

Saw a "?=dead", on the url, but when I refresh it's gone...

Appending a random query argument is just a technique to skirt HN's duplicate-post prevention.
Post reply on HN