Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: nmat on August 25, 2011, 03:52:37 AM



Title: MtGox trades frozen?
Post by: nmat on August 25, 2011, 03:52:37 AM
The last successful trade was half an hour ago and I am not being able to sell. The orders just don't go through. Anyone has the same problem?


Title: Re: MtGox frozen?
Post by: GoWest on August 25, 2011, 04:18:38 AM
The last successful trade was half an hour ago and I am not being able to sell. The orders just don't go through. Anyone has the same problem?

Bitcoin Monitor shows some MtGox trades going through, but very infrequently.  Most of the trades in the last 30 minutes were on TradeHill.

http://www.bitcoinmonitor.com/


Title: Re: MtGox frozen?
Post by: nmat on August 25, 2011, 04:23:19 AM
It's coming back now... It was like this for almost an hour I think:

Quote
Aug 25, 2011, 04:17:32   10.80099   0.78   
Aug 25, 2011, 04:15:04   10.80901   0.14   
Aug 25, 2011, 04:09:40   10.80000   1.29   
Aug 25, 2011, 03:19:51   10.80000   2.81   
Aug 25, 2011, 03:18:25   10.80000   5.00   
Aug 25, 2011, 03:17:50   10.80000   0.01   


Title: Re: MtGox frozen?
Post by: AngelusWebDesign on August 25, 2011, 05:52:26 AM
Speaking of Mt. Gox and trade frequency...

The site is a bit "dead" today, don't you think? 

Besides the fact that BTC are trading in a 30-cent range for the past 24 hours, volume also seems extremely light.


Title: Re: MtGox frozen?
Post by: SuperTramp on August 25, 2011, 06:13:43 AM
Can't seem to get orders to go through here either. Put in a sell order well below market just to see if it would go
and it just sits there. LOL, stuck in "real-time".


-ST


Title: Re: MtGox frozen?
Post by: SomeoneWeird on August 25, 2011, 08:58:59 AM
DDoS


Title: Re: MtGox frozen?
Post by: tysat on August 25, 2011, 09:21:49 AM
DDoS

That a guess or reliable info?

I'd expect a more than one word post from someone labeled staff when it's actually about something legit.


Title: Re: MtGox frozen?
Post by: Jack of Diamonds on August 25, 2011, 11:44:14 AM
DDoS

That a guess or reliable info?

I'd expect a more than one word post from someone labeled staff when it's actually about something legit.

https://support.mtgox.com/entries/20392816-resolved-outage-10421-denial-of-service-attack


Title: Re: MtGox frozen?
Post by: coga on August 25, 2011, 01:13:27 PM
I still can not trade, and my withdrawal to dwolla 10 hours ago is still not processed

Edit: trades do work apparently


Title: Re: MtGox frozen?
Post by: nefanon on August 25, 2011, 01:51:08 PM
Is this why the average trade has dropped 40 cents?


Title: Re: MtGox frozen?
Post by: nefanon on August 25, 2011, 07:42:14 PM
Correction, it's dropped over $1.75 now. WTH is going on??


Title: Re: MtGox trades frozen?
Post by: Sannyasi on August 25, 2011, 08:02:32 PM
same for me, none of my sell orders that i've placed in the last two hours have went through, most all of the sell orders were under buy price..... oh well


Title: Re: MtGox trades frozen?
Post by: Mer on August 25, 2011, 08:31:41 PM
Likewise.  My buy and sell trades should have both executed.


Title: Re: MtGox trades frozen?
Post by: tvbcof on August 25, 2011, 08:42:39 PM
It seems to me a bit difficult to understand how a DDOS would impact an exchanges ability to make trades on their books.  Or even publish their books for that matter.  My guess is that they must be scrambling to rectify balance issues associated with some of the other money problems over the last few days.

I think that it is perfectly appropriate and expected that people will postulate about issues on non-official message boards which are considered unimportant enough by the exchange to not bother participating in.

I just put in a pretty big and very low buy order on another exchange just in case MtGox turns out to be the next big domino in the string of Bitcoin enterprise misfortunes...So if TPTB here wish to move this to speculation, knock yourselves out.


Title: Re: MtGox trades frozen?
Post by: oakpacific on August 25, 2011, 09:04:04 PM
Same problem here.


Title: Re: MtGox trades frozen?
Post by: koin on August 25, 2011, 09:05:37 PM
It seems to me a bit difficult to understand how a DDOS would impact an exchanges ability to make trades on their books. 

mtgox runs on mysql

nuff said


Title: Re: MtGox trades frozen?
Post by: mute20 on August 25, 2011, 09:06:36 PM
Reminds me of boxing day. Everyone rushes into buy except for this everyone is trying to sell :-\


Title: Re: MtGox trades frozen?
Post by: tvbcof on August 25, 2011, 09:55:40 PM
It seems to me a bit difficult to understand how a DDOS would impact an exchanges ability to make trades on their books. 

mtgox runs on mysql

nuff said

Not enough said at all.  A DDOS would typically somewhere between unnoticed and terminal for a gateway machine, but I would not expect that in any but the most primitive of architectures that would have any impact on their back-end machine(s)...except to free the backend machines up from some fraction of trades (from people/bots that could not get in) and allow them to run faster.

Whether they are using MySQL, Reddis, or whatever for their processing engine, I cannot imagine that it is subject to failure of their gateway machine(s).  If so, that's mighty sad.


Title: Re: MtGox trades frozen?
Post by: koin on August 26, 2011, 01:54:35 AM
I would not expect that in any but the most primitive of architectures that would have any impact on their back-end machine(s)...except to free the backend machines up from some fraction of trades (from people/bots that could not get in) and allow them to run faster.

i don't know their architecture, but am going to speculate that they are possibly doing logging where requests write to the database or something else where auth attempts from a ddos have an impact against the database.

days ago when mtgox was under a different ddos attack, tux said something to the effect of a backup process that runs hourly implements a lock but that process was being impacted as the result of the ddos.  because the backup had locked but wasn't succeeding, then trades were not occurring. 

this may be all be way off the mark but there hasn't been any better info to explain the underlying problem but we now have two ddos attacks that we know of where trading was impacted.   

assigning blame to the use of mysql was wrong, sorry.  the intended point was that this exchange wasn't built with the same technologies or dev team that an etrade or oanda are built with.