toruonu
Member
Offline
Activity: 88
Merit: 10
|
|
June 26, 2013, 10:47:10 AM |
|
Ok, I guess it was temporary. The coins showed up finally, let's see if new coins I just now sent also will show up.
|
|
|
|
toruonu
Member
Offline
Activity: 88
Merit: 10
|
|
June 26, 2013, 11:13:13 AM |
|
Aaand they're not showing up...
|
|
|
|
Makitaki
Member
Offline
Activity: 103
Merit: 10
|
|
June 26, 2013, 11:22:21 AM |
|
It seems to be a common problem. People on the chat report delays with other coins too.
|
|
|
|
philipkdick
Member
Offline
Activity: 84
Merit: 10
|
|
June 26, 2013, 12:44:23 PM |
|
I transported Coin there over 1 hour ago and has not shown up , I've emailed support .
|
|
|
|
paladin281978
|
|
June 26, 2013, 12:54:47 PM |
|
deposits not working at Cryptsy.com at the moment?
|
|
|
|
digitalindustry
|
|
June 26, 2013, 01:00:53 PM |
|
doesn't sound like i'd take the risk at the moment, but i'm sure they are working on it.
|
- Twitter @Kolin_Quark
|
|
|
philipkdick
Member
Offline
Activity: 84
Merit: 10
|
|
June 26, 2013, 01:47:40 PM |
|
Now I'm kinda worried about weather I'm going to see these DGC again after 3 hours .
I've had no email back , might it be the case that DGC was attacked ?
|
|
|
|
weav
Sr. Member
Offline
Activity: 350
Merit: 250
- "Bitcore (BTX) - Airdrops every Monday"
|
|
June 26, 2013, 02:22:33 PM |
|
Hi John, now cryptsy.com (or Incapsula on behalf of it) still uses a single shared SSL certificate which allows anybody on the following list to impersonate and potentially MITM anybody else:
DNS Name=incapsula.com DNS Name=*.aguasandinas.cl DNS Name=*.aldimobile.com.au DNS Name=*.alyn.org DNS Name=*.api.sell-n.com DNS Name=*.astabis.com DNS Name=*.b54.com DNS Name=*.bancdeswiss.com DNS Name=*.banggood.com DNS Name=*.bank54.com DNS Name=*.careyou.com.au DNS Name=*.chc.com.sg DNS Name=*.cryptsy.com DNS Name=*.e-c.co.il DNS Name=*.empireoption.com DNS Name=*.epaydataonline.com DNS Name=*.forexmagnates.com DNS Name=*.gcmforex.com DNS Name=*.grouploop.com DNS Name=*.hallmarkinstantstreaming.com DNS Name=*.hallmarkspiritclips.com DNS Name=*.ioption.com DNS Name=*.kaboodlehq.com DNS Name=*.kaboodlepilot.com DNS Name=*.liderforex.com DNS Name=*.manage.cm DNS Name=*.minit.com DNS Name=*.my.truck-n.com DNS Name=*.ordertickets.ca DNS Name=*.partitionhost.com DNS Name=*.paycall.co.il DNS Name=*.pinklily.com.au DNS Name=*.rushmorebingo.com DNS Name=*.servertastic.com DNS Name=*.smarttradefx.com DNS Name=*.spicy.com.br DNS Name=*.stormbattle.net DNS Name=*.tamuvu.com DNS Name=*.traderush.com DNS Name=*.traderxp.com DNS Name=*.videntfinancial.com DNS Name=*.vipbinary.com DNS Name=*.winoptions.com DNS Name=*.xfcu.org DNS Name=*.yakitome.com DNS Name=*.zenobiajewellery.com DNS Name=aldimobile.com.au DNS Name=alyn.org DNS Name=api.sell-n.com DNS Name=astabis.com DNS Name=b54.com DNS Name=bancdeswiss.com DNS Name=banggood.com DNS Name=careyou.com.au DNS Name=chc.com.sg DNS Name=cp.truststream.co.uk DNS Name=cryptsy.com DNS Name=elpmultimedia.com DNS Name=empireoption.com DNS Name=epaydataonline.com DNS Name=forexmagnates.com DNS Name=gcmforex.com DNS Name=hallmarkinstantstreaming.com DNS Name=hallmarkspiritclips.com DNS Name=ioption.com DNS Name=kaboodlehq.com DNS Name=kaboodlepilot.com DNS Name=liderforex.com DNS Name=manage.cm DNS Name=minit.com DNS Name=my.truck-n.com DNS Name=ordertickets.ca DNS Name=partitionhost.com DNS Name=paycall.co.il DNS Name=pinklily.com.au DNS Name=recettage.ria.neopod.fm-ged.com DNS Name=redcappi.com DNS Name=rushmorebingo.com DNS Name=servertastic.com DNS Name=smarttradefx.com DNS Name=spicy.com.br DNS Name=stormbattle.net DNS Name=tamuvu.com DNS Name=traderush.com DNS Name=traderxp.com DNS Name=videntfinancial.com DNS Name=vipbinary.com DNS Name=winoptions.com DNS Name=www.e-c.co.il DNS Name=www.elpmultimedia.com DNS Name=www.homologpedidos.sodexho.com.br DNS Name=www.redcappi.com DNS Name=xfcu.org DNS Name=yakitome.com DNS Name=zenobiajewellery.com
Is this a temporary workaround or the permanent approach?
Thanks
|
|
|
|
Amph
Legendary
Offline
Activity: 3248
Merit: 1070
|
|
June 26, 2013, 02:53:03 PM |
|
just slow, but it is working
|
|
|
|
philipkdick
Member
Offline
Activity: 84
Merit: 10
|
|
June 26, 2013, 03:22:00 PM |
|
The funds arrived , want to confirm . ! Just slowly.
|
|
|
|
Kevlar
Sr. Member
Offline
Activity: 602
Merit: 254
🔰FERRUM NETWORK🔰
|
|
June 26, 2013, 05:00:28 PM |
|
All is better thanks Nope, definitely not. The User account info API is still not working.
|
|
|
|
weav
Sr. Member
Offline
Activity: 350
Merit: 250
- "Bitcore (BTX) - Airdrops every Monday"
|
|
June 26, 2013, 05:21:06 PM Last edit: June 26, 2013, 05:41:09 PM by weav |
|
Hi John I found a bug in the UI: if you click on the amount of BTC available (or LTC for some markets) in the top right corner of the "SUBMIT NEW ORDER" form to buy the maximum amount of altcoins possible with your balance at a given price then it does not correctly calculate that number. The onclick event handler of that span element currently reads: <span onclick="$('#TradeBuyAmount').val(($(this).text()/$('#TradeBuyPrice').val())*0.998);$('#TradeBuyAmount').trigger('change');" ... but it should actually be: <span onclick="$('#TradeBuyAmount').val(($(this).text()/$('#TradeBuyPrice').val())/1.002);$('#TradeBuyAmount').trigger('change');" ... Then it calculates the correct amount
|
|
|
|
kenshin23
Member
Offline
Activity: 66
Merit: 10
|
|
June 27, 2013, 06:39:35 PM |
|
The site is now completely down for me at the moment. Chrome says "Error 105 (net::ERR_NAME_NOT_RESOLVED)". isup.me confirms it's down as well.
|
|
|
|
sumantso
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
June 27, 2013, 06:43:01 PM |
|
There have been problems since yesterday. 20 hours back I tried to cancel a withdrawl (hadn't confirmed in the email) but couldn't see anything under pending withdrawls. Still waiting to get it sorted out, and for some reason the support is not responding
|
|
|
|
|
trenal
Newbie
Offline
Activity: 31
Merit: 0
|
|
June 27, 2013, 06:47:55 PM |
|
I'm on Cryptsy so it isn't down, just seems to be a DNS issue for new queries coming in.
|
|
|
|
Lauda
Legendary
Offline
Activity: 2674
Merit: 2965
Terminated.
|
|
June 27, 2013, 08:42:14 PM |
|
|
"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks" 😼 Bitcoin Core ( onion)
|
|
|
rovchris
|
|
June 27, 2013, 08:49:21 PM |
|
I can still access it! The dns is resolving to this IP Address 199.83.130.5 If you add an entry in your hosts file for www.crypsty.com with the IP Address 199.83.130.5 it should sort you out until the DNS change has propagated.
|
|
|
|
bubbers214
Newbie
Offline
Activity: 49
Merit: 0
|
|
June 27, 2013, 08:50:22 PM |
|
I'm on Cryptsy so it isn't down, just seems to be a DNS issue for new queries coming in.
Definitely just a DNS issue, pinging it resolves no IP. But my browser on my home PC that is already logged in is able to use the site.
|
|
|
|
bigvern
|
|
June 28, 2013, 12:39:02 AM |
|
Hi John I found a bug in the UI: if you click on the amount of BTC available (or LTC for some markets) in the top right corner of the "SUBMIT NEW ORDER" form to buy the maximum amount of altcoins possible with your balance at a given price then it does not correctly calculate that number. The onclick event handler of that span element currently reads: <span onclick="$('#TradeBuyAmount').val(($(this).text()/$('#TradeBuyPrice').val())*0.998);$('#TradeBuyAmount').trigger('change');" ... but it should actually be: <span onclick="$('#TradeBuyAmount').val(($(this).text()/$('#TradeBuyPrice').val())/1.002);$('#TradeBuyAmount').trigger('change');" ... Then it calculates the correct amount Thanks dude. That is a more accurate calculation. It has been implemented. BigVern
|
|
|
|
|