Bitcoin Forum
August 20, 2024, 07:05:59 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: gox btc withdrawl problems  (Read 746 times)
idee2013 (OP)
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250


View Profile
October 14, 2013, 06:56:12 PM
 #1

does anyone know if there are btc withdrawl problems?....i don't see the withdrawl now since 3 hours in blockchain...
TheKoziTwo
Legendary
*
Offline Offline

Activity: 1552
Merit: 1047



View Profile
October 14, 2013, 08:02:26 PM
 #2

Nah, sometimes withdraws takes a while. They may say it's "network congestion" or something... 3 hours isn't much, give it another 21 hours at least. Actually I'd wait 48 before contacting support.

You could look for the transaction id in unconfirmed transactions, if it's there no need to worry.

Another option, if you can't find the transaction is to search for it here. If you find it you can build the transaction yourself (convert from base64 to hex) and broadcast it into the network using tools such as https://coinb.in/send-raw-transaction.html - I recall reading about people doing that to speed up the transaction.

I wrote a PHP script doing this job, you can use this:

Code:
<?php
function hex2str$hex ) {
  return 
pack('H*'$hex);
}

function 
str2hex$str ) {
  return 
array_shiftunpack('H*'$str) );
}

if(
$_POST)
{
$txt base64_decode(trim($_POST['tx']));
$hex str2hex$txt );

echo 
'TX:<br/>';
echo 
'<input type="text" name="" value="'.$hex.'">';
echo 
'<hr>';
echo 
'Send TX <a href="https://coinb.in/send-raw-transaction.html">here</a> or <a href="https://blockchain.info/pushtx">here</a>';
echo 
'<hr>';
}

?>

<form action="" method="post">
<textarea name="tx"></textarea>
<input type="submit" name="go" value="Create TX" />
</form>

idee2013 (OP)
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250


View Profile
October 15, 2013, 12:35:45 PM
 #3

still nothing on blockchain since 21 hours..
hardpick
Sr. Member
****
Offline Offline

Activity: 265
Merit: 250


Football President


View Profile WWW
October 15, 2013, 09:05:05 PM
 #4

I have the same problem --- withdrew btc - still not in block chain

I sent MtGox a ticket
idee2013 (OP)
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250


View Profile
October 16, 2013, 11:07:43 AM
 #5

Got this answer from gox

Quote
Thank you for the email. Few BTC withdrawals are delayed because of the multiple transactions requested at the same time causing network congestion. The transaction should eventually go through and we will update you once it is complete.

eventually?Huh??

still nothing on blockchain
hulk
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
October 16, 2013, 01:25:37 PM
 #6

does anyone know if there are btc withdrawl problems?....i don't see the withdrawl now since 3 hours in blockchain...

Shouldn't have any problem with BTC withdrawal, just USD...

hardpick
Sr. Member
****
Offline Offline

Activity: 265
Merit: 250


Football President


View Profile WWW
October 16, 2013, 09:10:30 PM
 #7

still have not got my BTC from MtGox  --- now close to 48 hours
sent another ticket
idee2013 (OP)
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250


View Profile
October 16, 2013, 10:59:33 PM
 #8

still have not got my BTC from MtGox  --- now close to 48 hours
sent another ticket

same here  ...61 hours over
idee2013 (OP)
Sr. Member
****
Offline Offline

Activity: 407
Merit: 250


View Profile
October 17, 2013, 08:37:50 AM
 #9

i got my btc from gox after about 68 hours....this is really to long in the BTC business
tampazeus
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


Lick me like a lolipop


View Profile
October 17, 2013, 08:47:32 AM
 #10

i got my btc from gox after about 68 hours....this is really to long in the BTC business

True, but still much faster than their USD transfers  Cheesy

BTC speed just rulez !  Wink
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!