Bitcoin Forum
May 20, 2024, 11:14:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: NO confirmations after almost 3 days  (Read 3558 times)
serje (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1002



View Profile
March 01, 2014, 01:41:45 PM
 #1

this was sent wit bitcoin daemon

can anyone help me?

{
    "amount" : -0.02262079,
    "fee" : -0.00010000,
    "confirmations" : 0,
    "txid" : "0d32dec3feea7f48d2b7b7ae99686e48403ea9f7f135688c9d2547aa75998fb0",
    "time" : 1393373049,
    "timereceived" : 1393373049,
    "details" : [
        {
            "account" : "",
            "address" : "1MorjW7nxrnACk29QtomrrQSD3kXnWaddT",
            "category" : "send",
            "amount" : -0.02262079,
            "fee" : -0.00010000
        }
    ]
}


Space for rent if its still trending
TheBison
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
March 01, 2014, 01:52:09 PM
 #2

What's the raw transaction? Run this:

Code:
bitcoind getrawtransaction 0d32dec3feea7f48d2b7b7ae99686e48403ea9f7f135688c9d2547aa75998fb0

Then try broadcasting it from here: https://coinb.in/send-raw-transaction.html
serje (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1002



View Profile
March 02, 2014, 09:24:43 PM
 #3

At the moment coinb.in has some technical difficulties

  We're currently experiecing some techincal issues. Service will return to normal shortly. Sorry for any inconvenience caused.

but i will let you know if it worked!

Thank you!

Space for rent if its still trending
softron
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
March 02, 2014, 10:52:22 PM
 #4

Try rebroadcasting here http://blockchain.info/pushtx

serje (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1002



View Profile
March 02, 2014, 11:10:26 PM
 #5

Try rebroadcasting here http://blockchain.info/pushtx

What this means ?
Unable To find all tx inputs: [17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92]

Space for rent if its still trending
Automatic
Full Member
***
Offline Offline

Activity: 238
Merit: 105


View Profile
March 03, 2014, 12:56:52 AM
 #6

Try rebroadcasting here http://blockchain.info/pushtx

What this means ?
Unable To find all tx inputs: [17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92]

Means a transaction you're relying on doesn't exist in their DB, can you run:-

Code:
getrawtransaction 17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92

Please?

Please ask for a signed message from my on-site Bitcoin address (Check my profile) before doing any offsite trades with me.
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
March 03, 2014, 04:25:08 PM
 #7

It sounds like your wallet attempted to spend an unconfirmed transaction.  Due to transaction malleability the transactionID of the unconfirmed transaction changed when it was confirmed.  This means that the transaction that was attempting to spend that previously unconfirmed transaction is now referencing the wrong transactionID.

Another possibility would be if a transaction that was sent to you was never confirmed, and the person sending it sent those same bitcoins elsewhere.  Again, it can only create this problem you are seeing if you attempted to spend the unconfirmed bitcoins.  In that case your wallet no longer has access to the bitcoins it is trying to spend.

Either way, you'll most likely need to remove transactionID 0d32dec3feea7f48d2b7b7ae99686e48403ea9f7f135688c9d2547aa75998fb0 from the wallet (since it is most likely no longer a valid transaction).  And will need to re-send the 0.02262079 BTC to 1MorjW7nxrnACk29QtomrrQSD3kXnWaddT.

As has been indicated, the transaction you are asking about is attempting to spend bitcoins that it received with transactionID 17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92.  This transactionID does not exist in the blockchain, so we are unable to determine what is wrong with it.  If you run getrawtransaction as requested, and post the results here, we may be able to determine why that transaction is not in the blockchain and how your wallet got into the state it is in.
softron
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
March 03, 2014, 05:07:45 PM
 #8

Your transaction must have been declined after so long u should check your address on blockchain.info to see if its been refunded then follow advice above this post and try again or use a safe wallet like electrum, also its best to use new addresses after using one a few times

serje (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1002



View Profile
March 04, 2014, 12:45:10 AM
 #9

Thank you all for your help!
I'm really greatful!
I'm the receiver in this transaction this is why everthing goes so slow
You tell me what to do i send an email and hope the other guy will read it! Smiley

Space for rent if its still trending
Automatic
Full Member
***
Offline Offline

Activity: 238
Merit: 105


View Profile
March 04, 2014, 12:48:24 AM
 #10

Thank you all for your help!
I'm really greatful!
I'm the receiver in this transaction this is why everthing goes so slow
You tell me what to do i send an email and hope the other guy will read it! Smiley


Code:
getrawtransaction 17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92

Check to see if it's already been spent (On a site like blockchain/blockexplorer), if it has, confirm it's not a mutated version of the same transaction, if it isn't, and, it's spent, contact the guy who sent you the money and complain he double spent your money. If it's not spent, just broadcast the transaction again (sendrawtransaction, https://blockchain.info/pushtx, https://coinb.in/send-raw-transaction.html, http://eligius.st/~wizkid057/newstats/pushtxn.php)

Or, if the transaction isn't private, just post the output of these two commands:-
Code:
getrawtransaction 0d32dec3feea7f48d2b7b7ae99686e48403ea9f7f135688c9d2547aa75998fb0
getrawtransaction 17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92

And I'm sure someone will be able to give you more info.

Please ask for a signed message from my on-site Bitcoin address (Check my profile) before doing any offsite trades with me.
serje (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1002



View Profile
March 04, 2014, 12:50:55 AM
 #11

How do I know if a transaction is private?

Space for rent if its still trending
Automatic
Full Member
***
Offline Offline

Activity: 238
Merit: 105


View Profile
March 04, 2014, 12:52:07 AM
 #12

How do I know if a transaction is private?

I mean if it's something you don't publicly want to share with the world that's bound to your username (Although, at this point, it's pretty much already is once it's confirmed as you've posted the hash).

Like, personally, there's a few transactions I do that I wouldn't want bound to my name, for one reason or another.

Please ask for a signed message from my on-site Bitcoin address (Check my profile) before doing any offsite trades with me.
serje (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1002



View Profile
March 04, 2014, 01:00:13 AM
 #13

I only have this one at the moment!
getrawtransaction 0d32dec3feea7f48d2b7b7ae99686e48403ea9f7f135688c9d2547aa75998fb0

The raw transaction is:

0100000001925b016bccdc74d77cb0b04e4c2269ca64c5c64b668331ecddf0dca8742d391700000 0006a473044022038b2e9177ae83b9f1192970401d2d7089b0b3ae2c19d2718c3fed6ebc7326f9f 022027cd9d5510b9d7688cb0545f35ff0bfac3a1ee4396fd5ec5993918ca76af39c60121028b5a9 dae7b2e5bc5c2d11e5fa1eaec6db0b4e620d9b374cb2c43f3016260f2c7ffffffff023f84220000 0000001976a914e43f2a2deadcd23c5140cce764073da3fd4d0ee488ac6d739d00000000001976a 9145b581aabf4df54242048777a910b58065301f76288ac00000000


When I get the other rawtransaction will let you know!

Space for rent if its still trending
Automatic
Full Member
***
Offline Offline

Activity: 238
Merit: 105


View Profile
March 04, 2014, 01:03:46 AM
 #14

I only have this one at the moment!
getrawtransaction 0d32dec3feea7f48d2b7b7ae99686e48403ea9f7f135688c9d2547aa75998fb0

The raw transaction is:

0100000001925b016bccdc74d77cb0b04e4c2269ca64c5c64b668331ecddf0dca8742d391700000 0006a473044022038b2e9177ae83b9f1192970401d2d7089b0b3ae2c19d2718c3fed6ebc7326f9f 022027cd9d5510b9d7688cb0545f35ff0bfac3a1ee4396fd5ec5993918ca76af39c60121028b5a9 dae7b2e5bc5c2d11e5fa1eaec6db0b4e620d9b374cb2c43f3016260f2c7ffffffff023f84220000 0000001976a914e43f2a2deadcd23c5140cce764073da3fd4d0ee488ac6d739d00000000001976a 9145b581aabf4df54242048777a910b58065301f76288ac00000000


When I get the other rawtransaction will let you know!

If I'm honest, the other one is more important than this one. This one basically is just telling us that you're transferring 0.02262079 to 1MorjW7nxrnACk29QtomrrQSD3kXnWaddT and 0.10318701 to 19Kz33UpsnQhBKAWQukQFwvxKFZh7XSnqi, but, it's relying on txid 17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92, without that, we have very little information about what's going on.

Please ask for a signed message from my on-site Bitcoin address (Check my profile) before doing any offsite trades with me.
serje (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1002



View Profile
March 04, 2014, 01:05:59 AM
 #15

As soon as I have it I'll post it here!

Space for rent if its still trending
serje (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1002



View Profile
March 04, 2014, 01:22:43 AM
 #16

He sent me this! Also if your re alised who the sender is please don't disclose it!

getrawtransaction 17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92

0100000001a0df8cbe453e17dc018d66cfac33ad1606e79c771f3b5619ea2c20bf33f6bb0901000 0006c49304602210096c58f2ceb661d160ca7ef17e69b198a5c2f0c022e54fd44cc1e504debee85 41022100da10a5e6f01f4001fe02f226cfd63817928b5d33442b395ae72b285286e1a1f8012103f ae1a639a11abb9ccf989dd01cd090332119f0937ea60b50570c1ccaaac07f6dffffffff02bc1ec0 00000000001976a91497a37b4b389a4852e6db8d00b0201186714d6c4788aca7081700000000001 976a9148e9c7413fc9dd19282b350508dea2ff3330f975888ac00000000

Space for rent if its still trending
Automatic
Full Member
***
Offline Offline

Activity: 238
Merit: 105


View Profile
March 04, 2014, 01:31:07 AM
 #17

He sent me this! Also if your re alised who the sender is please don't disclose it!

getrawtransaction 17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92

0100000001a0df8cbe453e17dc018d66cfac33ad1606e79c771f3b5619ea2c20bf33f6bb0901000 0006c49304602210096c58f2ceb661d160ca7ef17e69b198a5c2f0c022e54fd44cc1e504debee85 41022100da10a5e6f01f4001fe02f226cfd63817928b5d33442b395ae72b285286e1a1f8012103f ae1a639a11abb9ccf989dd01cd090332119f0937ea60b50570c1ccaaac07f6dffffffff02bc1ec0 00000000001976a91497a37b4b389a4852e6db8d00b0201186714d6c4788aca7081700000000001 976a9148e9c7413fc9dd19282b350508dea2ff3330f975888ac00000000


Now do:-
Code:
getrawtransaction 09bbf633bf202cea19563b1f779ce70616ad33accf668d01dc173e45be8cdfa0

Thanks, this transaction seems to be a huge chain of non-broadcasted transactions, I have a feeling we'll get to the end and see some transaction having been double spent.

Please ask for a signed message from my on-site Bitcoin address (Check my profile) before doing any offsite trades with me.
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
March 04, 2014, 02:06:03 AM
 #18

He sent me this! Also if your re alised who the sender is please don't disclose it!

getrawtransaction 17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92

0100000001a0df8cbe453e17dc018d66cfac33ad1606e79c771f3b5619ea2c20bf33f6bb0901000 0006c49304602210096c58f2ceb661d160ca7ef17e69b198a5c2f0c022e54fd44cc1e504debee85 41022100da10a5e6f01f4001fe02f226cfd63817928b5d33442b395ae72b285286e1a1f8012103f ae1a639a11abb9ccf989dd01cd090332119f0937ea60b50570c1ccaaac07f6dffffffff02bc1ec0 00000000001976a91497a37b4b389a4852e6db8d00b0201186714d6c4788aca7081700000000001 976a9148e9c7413fc9dd19282b350508dea2ff3330f975888ac00000000

Submitting this transaction to:
https://blockchain.info/decode-tx

We see the following:
Code:
{
   "lock_time":0,
   "inputs":[
      {
         "prev_out":{
            "index":1,
            "hash":"09bbf633bf202cea19563b1f779ce70616ad33accf668d01dc173e45be8cdfa0"
         },
         "script":"49304602210096c58f2ceb661d160ca7ef17e69b198a5c2f0c022e54fd44cc1e504debee8541022100da10a5e6f01f4001fe02f226cfd63817928b5d33442b395ae72b285286e1a1f8012103fae1a639a11abb9ccf989dd01cd090332119f0937ea60b50570c1ccaaac07f6d"
      }
   ],
   "vout_sz":2,
   "hash":"17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92",
   "vin_sz":1,
   "out":[
      {
         "address":"1EpnssMn25sT2Doj8tGebEupni8SdiJjvk",
         "script_string":"OP_DUP OP_HASH160 97a37b4b389a4852e6db8d00b0201186714d6c47 OP_EQUALVERIFY OP_CHECKSIG",
         "value":12590780,
         "script":"76a91497a37b4b389a4852e6db8d00b0201186714d6c4788ac"
      },
      {
         "address":"1E14NpG1rP7zSLYcjrG4JN2iSDQfbnffrE",
         "script_string":"OP_DUP OP_HASH160 8e9c7413fc9dd19282b350508dea2ff3330f9758 OP_EQUALVERIFY OP_CHECKSIG",
         "value":1509543,
         "script":"76a9148e9c7413fc9dd19282b350508dea2ff3330f975888ac"
      }
   ],
   "size":227,
   "version":1
}

You can see here that transactionID 17392d...015b92 is spending output #1 from transactionID 09bbf6...8cdfa0, sending 0.12590780 BTC to 1EpnssMn25sT2Doj8tGebEupni8SdiJjvk and 0.01509543 BTC to 1E14NpG1rP7zSLYcjrG4JN2iSDQfbnffrE

Unfortunately, transactionID 09bbf6...8cdfa0 never made it into the blockchain.  Therefore, we need that transaction from the sender's wallet to determine what it is trying to spend and why it isn't in the blockchain.



At this point you have an unconfirmed transaction 09bbf6...8cdfa0 that was spent to send 0.12590780 BTC to 1EpnssMn25sT2Doj8tGebEupni8SdiJjvk

Then the recipient of that transaction created an unconfirmed transaction 17392d...015b92 that spent the 0.12590780 BTC to send 0.02262079 BTC to 1MorjW7nxrnACk29QtomrrQSD3kXnWaddT

We are now trying to figure out why 09bbf6...8cdfa0 is unconfirmed, which is why we need the command:

getrawtransaction 09bbf633bf202cea19563b1f779ce70616ad33accf668d01dc173e45be8cdfa0

As Automatic has stated, this is likely going to be a long chain of transactions that all spent unconfirmed outputs.  Eventually, it will likely lead back to a transaction whose input was already spent elsewhere either due to transaction malleability or fraud.
serje (OP)
Legendary
*
Offline Offline

Activity: 1232
Merit: 1002



View Profile
March 04, 2014, 04:55:15 AM
 #19

getrawtransaction 09bbf633bf202cea19563b1f779ce70616ad33accf668d01dc173e45be8cdfa0

0100000001ddc28640103680027edbdfdbd77105f485d4208f73866a63ba8cddd28f04dab001000 0006c493046022100b19653b5d9d8934b228eabf6cda25a9c958e91f21c32dfb77a9e1211451a70 c6022100c09fc3eb8899e3530d70a1c8c2dcbdd6db97002a94971b20b2f4f8c80a574c140121032 8863f2cfff690200b62f3aa4ddebe4d4cc673e0e2057207096aba3711cb9036ffffffff02e62112 00000000001976a91492c05c2830312041bf809948b4634cdd56d5685c88ac734ed700000000001 976a914a70cfb418ff7e76bd819bc125848c4cb5b40bc4988ac00000000

Space for rent if its still trending
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
March 04, 2014, 06:24:19 AM
 #20

getrawtransaction 09bbf633bf202cea19563b1f779ce70616ad33accf668d01dc173e45be8cdfa0

0100000001ddc28640103680027edbdfdbd77105f485d4208f73866a63ba8cddd28f04dab001000 0006c493046022100b19653b5d9d8934b228eabf6cda25a9c958e91f21c32dfb77a9e1211451a70 c6022100c09fc3eb8899e3530d70a1c8c2dcbdd6db97002a94971b20b2f4f8c80a574c140121032 8863f2cfff690200b62f3aa4ddebe4d4cc673e0e2057207096aba3711cb9036ffffffff02e62112 00000000001976a91492c05c2830312041bf809948b4634cdd56d5685c88ac734ed700000000001 976a914a70cfb418ff7e76bd819bc125848c4cb5b40bc4988ac00000000

This is getting to be quite a long list of un-confirmable transactions.  Whoever sent you this transaction REALLY needs to learn not to spend unconfirmed outputs.  They appear to have a whole bunch of transactions that they are going to have to fix for a whole bunch of people:

So far we have:

09bbf633bf202cea19563b1f779ce70616ad33accf668d01dc173e45be8cdfa0 which attempts to spend an output from non-existent b0da048fd2dd8cba636a86738f20d485f40571d7dbdfdb7e028036104086c2dd
sending:
0.01188326 BTC to 1ENx6Qz8XCfCZFrMcQB6EX8T5d4r3R9ke2 (someone else receiving an unconfirmed transaction from this guy)
0.14110323 BTC to 1GEHQ1EMUEqDovTVzj9r5UiuKg5h9pgY2y (unconfirmed change)

17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92 which attempts to spend the 0.14110323 BTC output from non-existent 09bbf633bf202cea19563b1f779ce70616ad33accf668d01dc173e45be8cdfa0
sending:
0.01509543 BTC to 1E14NpG1rP7zSLYcjrG4JN2iSDQfbnffrE (someone else receiving an unconfirmed transaction from this guy)
0.12590780 BTC to 1EpnssMn25sT2Doj8tGebEupni8SdiJjvk (unconfirmed change)

0d32dec3feea7f48d2b7b7ae99686e48403ea9f7f135688c9d2547aa75998fb0 which attempts to spend the 0.12590780 BTC output from non-existent 17392d74a8dcf0ddec3183664bc6c564ca69224c4eb0b07cd774dccc6b015b92
sending:
0.02262079 BTC to 1MorjW7nxrnACk29QtomrrQSD3kXnWaddT (an unconfirmed transaction to you)
0.10318701 BTC to 19Kz33UpsnQhBKAWQukQFwvxKFZh7XSnqi (unconfirmed change)


Now we'll need:
Code:
getrawtransaction b0da048fd2dd8cba636a86738f20d485f40571d7dbdfdb7e028036104086c2dd

To determine why b0da048fd2dd8cba636a86738f20d485f40571d7dbdfdb7e028036104086c2dd doesn't exist.

I'm beginning to become concerned that he may have sent dozens of transactions that all spent unconfirmed outputs. It'll be interesting to see how far back this chain goes.
Pages: [1] 2 3 »  All
  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!