Bitcoin Forum
April 23, 2024, 01:25:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 6 hours and 0 confirms!  (Read 3008 times)
genjix (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1072


View Profile
February 24, 2011, 10:51:46 PM
 #1

At 1735 I made a transaction sending BTC to another offline wallet of mine using a computer with 0.3.19 beta. 8 connections and the full block chain.

At 2200 I downloaded 0.3.20 and opened that instead... Now it's 2250 and still 0 confirms...

Code:
    {
        "account" : "",
        "address" : "16xuHMEHQYVXTRJ6no5MivMVcCtPifEGsu",
        "category" : "send",
        "amount" : -65.48000000,
        "fee" : -0.00769472,
        "confirmations" : 0,
        "txid" : "fcf8d4487dc2d351879d2e2788e2b9554b80607c29e078f3b2b821496deb0f0e",
        "time" : 1298568918
    }

{
    "version" : 32001,
    "balance" : 0.00000000,
    "blocks" : 110231,
    "connections" : 2,
    "proxy" : "",
    "generate" : false,
    "genproclimit" : -1,
    "difficulty" : 36459.88692508,
    "hashespersec" : 0,
    "testnet" : false,
    "keypoololdest" : 1297624404,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

Can I retrieve my bitcoins now that this transaction seems to be borked?
1713878740
Hero Member
*
Offline Offline

Posts: 1713878740

View Profile Personal Message (Offline)

Ignore
1713878740
Reply with quote  #2

1713878740
Report to moderator
1713878740
Hero Member
*
Offline Offline

Posts: 1713878740

View Profile Personal Message (Offline)

Ignore
1713878740
Reply with quote  #2

1713878740
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713878740
Hero Member
*
Offline Offline

Posts: 1713878740

View Profile Personal Message (Offline)

Ignore
1713878740
Reply with quote  #2

1713878740
Report to moderator
BitterTea
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
February 24, 2011, 10:53:22 PM
 #2

Did you try using the -rescan switch? This forces it to scan the downloaded block chain for any transactions missing from the wallet.
genjix (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1072


View Profile
February 24, 2011, 11:15:05 PM
 #3

Did you try using the -rescan switch? This forces it to scan the downloaded block chain for any transactions missing from the wallet.

Ha! thanks! I did that and immediately it shows up with 41 confirms.

Code:
    {
        "account" : "",
        "address" : "16xuHMEHQYVXTRJ6no5MivMVcCtPifEGsu",
        "category" : "send",
        "amount" : -65.48000000,
        "fee" : -0.00769472,
        "confirmations" : 41,
        "txid" : "fc6bd26302ca7362f5b32d87eaaeabf480a132f3639e397024b7a2cc3194e21d",
        "time" : 1298569457
    }
theGECK
Sr. Member
****
Offline Offline

Activity: 411
Merit: 250



View Profile
February 24, 2011, 11:19:09 PM
 #4

Having a way in the GUI to rescan might be a good option, if this sort of thing happens, even infrequently. Make it user friendly for people to make sure that the transactions they thought were supposed to be there aren't "lost".

Use my referral codes for Bitcoin faucets and I'll send you 30% of my referral bonus - Win/Win! PM for details on all sites available or use one of the links here.

FreeBitco.in | FreeDoge.co.in
Hal
VIP
Sr. Member
*
Offline Offline

Activity: 314
Merit: 3853



View Profile
February 24, 2011, 11:24:15 PM
 #5

How did it happen though? Should be impossible unless you did more than you said.

Hal Finney
dingus
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
February 28, 2011, 06:15:53 PM
 #6

I'm having this same problem. -rescan doesn't seem to do anything, as the transaction is still grey and has 0 confirms. It has been an hour or so and I have sent coins to myself to test it and that transaction worked, so I am not sure what to do now besides wait.

ding·us/ˈdiNGgəs/
Noun: Used to refer to something whose name the speaker cannot remember, is unsure of, or is humorously or euphemistically omitting
M4v3R
Hero Member
*****
Offline Offline

Activity: 607
Merit: 500


View Profile
February 28, 2011, 06:39:20 PM
Last edit: February 28, 2011, 06:50:40 PM by M4v3R
 #7

Same on my side:



One of these is from Bitcoin Faucet, other is from DeepBit. I've sent a couple of tx'es to myself before to test my new app. Could that trigger the problem?

Rescan switch didn't help.

Edit: I think it's worth noting that one of these addresses were generated by RPC command "getnewaddress". I don't see how this could affect confirmations though.
bitminer
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
February 28, 2011, 07:07:23 PM
 #8

I have the same problem:nobody confirmed the bitcoins I got from Bitcoin Faucet about 6 hours ago.
rebuilder
Legendary
*
Offline Offline

Activity: 1615
Merit: 1000



View Profile
February 28, 2011, 07:15:45 PM
 #9

I had this a couple of times as well - transfers that showed up in my transaction list but never got confirmed until I forced a rescan of the block chain. I remember one was a send from MyBitcoin, don't remember what the other was. Weird stuff.

Selling out to advertisers shows you respect neither yourself nor the rest of us.
---------------------------------------------------------------
Too many low-quality posts? Mods not keeping things clean enough? Self-moderated threads let you keep signature spammers and trolls out!
dingus
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
February 28, 2011, 07:23:41 PM
 #10

How do you force a rescan? ./bitcoin -rescan does nothing it seems.

ding·us/ˈdiNGgəs/
Noun: Used to refer to something whose name the speaker cannot remember, is unsure of, or is humorously or euphemistically omitting
BitterTea
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
February 28, 2011, 07:39:24 PM
 #11

How do you force a rescan? ./bitcoin -rescan does nothing it seems.

It should take longer than normal to open Bitcoin. Once it has opened, the rescan of the block chain is complete.
Ricochet
Sr. Member
****
Offline Offline

Activity: 373
Merit: 250



View Profile
February 28, 2011, 09:15:07 PM
 #12

I have the same problem:nobody confirmed the bitcoins I got from Bitcoin Faucet about 6 hours ago.

How long has it been since you installed Bitcoin for the first time?  If this is your first time using it, it'll take several hours to download the already-existing block chain before you'll see the transaction appear.
N12
Donator
Legendary
*
Offline Offline

Activity: 1610
Merit: 1010



View Profile
February 28, 2011, 11:01:53 PM
 #13

I’ve got the same problem, although it’s slush’s pool and not the faucet. I’ve got four transaction, the oldest of them being five hours old, unconfirmed now. Blockexplorer doesn’t show them either. Also, it has been lagging the whole day, needing a few hours to get only one confirm.

This means that the incoming transactions aren’t even in blocks yet and it’s not just me. Why?
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5180
Merit: 12873


View Profile
March 01, 2011, 12:11:55 AM
 #14

Try adding a fee to a new transaction to see if it's a fee problem.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
gohan
Jr. Member
*
Offline Offline

Activity: 52
Merit: 1


View Profile
March 12, 2011, 12:04:03 PM
 #15

I'm having this same problem. -rescan doesn't seem to do anything, as the transaction is still grey and has 0 confirms.
This happened to me yesterday while switching wallets. -rescan worked only once, and then new transactions just started hanging at 0 for both wallets, for both sending and receiving. The transactions were in the block chain. Re-downloading the chain worked, but it was an unnecessary load on the network, -rescan should have done just the same. I'm keeping the old databases but I don't know what to look for. My guess was that the downloaded block chain was somehow corrupted, but a newly downloaded chain also only worked for the wallet I downloaded it for and not the other, even with -rescan.
Mike Hearn
Legendary
*
Offline Offline

Activity: 1526
Merit: 1128


View Profile
March 12, 2011, 12:20:20 PM
 #16

Debug logs would help here.
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!