Bitcoin Forum
May 05, 2024, 08:27:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Unconfirmed Transaction. 2.0 btc bounty offered for recovery  (Read 981 times)
walletrecoveryservices (OP)
Member
**
Offline Offline

Activity: 89
Merit: 21



View Profile WWW
February 19, 2014, 08:08:10 AM
 #1

Hi
As part of my life as Dave Bitcoin at walletrecoveryservices, I receive a variety of strange requests. Here is one::::

I have received a bitcoin-qt wallet from a client, that appears to show an unconfirmed transaction credit from the 2nd of December 2013, for 10 BTC.
You can see it at
http://imgur.com/RxcwT32

The transaction id is
386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef
and the amount is
10.00292743

I offer a bounty of 20% of the amount (ie 2 btc) to whoever can first make this payment confirm. (my client will benefit, I will benefit, and one of you will benefit Smiley

Now, I can't find this transaction on the blockchain, so presumably it either never existed, or it was included in a block that was gazumped. However, if the source data for this transaction were to be located, and replayed into the network, could it then be included in the blockchain? Does anyone keep records of transactions that were broadcast, but never made it into the 'longest' blockchain? Did something funny happen to the bitcoin network in early December 2013? Is this an example of transaction malleability?

There is also the distinct possibility that this wallet is actually a litecoin wallet, or dogecoin, or whatever. (is there any way of telling, from the wallet.dat file?) Or maybe the wallet was operating on testnet?

Any help or suggestions would be appreciated.
Cheers
Dave



Providing Cryptocurrency Wallet, Password and Seed Recovery Services since 2013
1714940849
Hero Member
*
Offline Offline

Posts: 1714940849

View Profile Personal Message (Offline)

Ignore
1714940849
Reply with quote  #2

1714940849
Report to moderator
1714940849
Hero Member
*
Offline Offline

Posts: 1714940849

View Profile Personal Message (Offline)

Ignore
1714940849
Reply with quote  #2

1714940849
Report to moderator
1714940849
Hero Member
*
Offline Offline

Posts: 1714940849

View Profile Personal Message (Offline)

Ignore
1714940849
Reply with quote  #2

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

Posts: 1714940849

View Profile Personal Message (Offline)

Ignore
1714940849
Reply with quote  #2

1714940849
Report to moderator
1714940849
Hero Member
*
Offline Offline

Posts: 1714940849

View Profile Personal Message (Offline)

Ignore
1714940849
Reply with quote  #2

1714940849
Report to moderator
danieleff
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 19, 2014, 09:49:29 AM
 #2

If it shows the transaction ID, then the transaction details should be in the wallet also(?)

go to help/debug window/console
type:
gettransaction 386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef

getrawtransaction 386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef

getrawtransaction 386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef 1

If these show anything, try to resend it https://coinb.in/send-raw-transaction.html , but I think the inputs of that transaction were already used up by some other newer tx.
walletrecoveryservices (OP)
Member
**
Offline Offline

Activity: 89
Merit: 21



View Profile WWW
February 19, 2014, 10:11:12 AM
 #3

If it shows the transaction ID, then the transaction details should be in the wallet also(?)

go to help/debug window/console
type:
gettransaction 386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef

getrawtransaction 386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef

getrawtransaction 386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef 1

If these show anything, try to resend it https://coinb.in/send-raw-transaction.html , but I think the inputs of that transaction were already used up by some other newer tx.

Thanks for that, danieleff. Excellent idea. I've got the raw transaction data, and tried to replay it. I get a message back (from https://blockchain.info/pushtx ) saying
Unable To find all tx inputs: [4271092bda6c7e304403eba4411b966e2d4ce7898d2db32fec3b4058cd949bdb]

So I guess it isn't a bitcoin transaction - or at least not one that contains any sensible data. It might still be an alt-coin transaction, I suppose. (although I've checked a couple, and not found the transaction id, so far)
Cheers
Dave

Providing Cryptocurrency Wallet, Password and Seed Recovery Services since 2013
elbandi
Hero Member
*****
Offline Offline

Activity: 525
Merit: 529


View Profile
February 19, 2014, 11:36:34 AM
Last edit: February 19, 2014, 11:51:43 AM by elbandi
 #4

http://altexplorer.net/tx/4271092bda6c7e304403eba4411b966e2d4ce7898d2db32fec3b4058cd949bdb

just start a StableCoin daemon or wallet. if you have the hex-encoded data for your transaction (getrawtransaction 386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef), send it to the network:
sendrawtransaction <hex string>

i think you dont have to wait the full sync, just wait for some connection, and send the transacion.
or send me the hex-encoded data, i can broadcast to the stablecoin network.
walletrecoveryservices (OP)
Member
**
Offline Offline

Activity: 89
Merit: 21



View Profile WWW
February 19, 2014, 07:00:53 PM
 #5

http://altexplorer.net/tx/4271092bda6c7e304403eba4411b966e2d4ce7898d2db32fec3b4058cd949bdb

just start a StableCoin daemon or wallet. if you have the hex-encoded data for your transaction (getrawtransaction 386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef), send it to the network:
sendrawtransaction <hex string>

i think you dont have to wait the full sync, just wait for some connection, and send the transacion.
or send me the hex-encoded data, i can broadcast to the stablecoin network.
Hey, Awesome. thanks!
(although I'm rather gutted that they weren't bitcoins  Roll Eyes Roll Eyes )
Shall I send you the 20% bounty (or is the offer of a few StableCoins pointless?)
Cheers
Dave

Providing Cryptocurrency Wallet, Password and Seed Recovery Services since 2013
thethingis
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
February 19, 2014, 09:48:36 PM
 #6

The real question is, what kind of "client" sends you a supposed BTC wallet and it turns out to be StableCoin instead. What's that about?
elbandi
Hero Member
*****
Offline Offline

Activity: 525
Merit: 529


View Profile
February 19, 2014, 10:27:32 PM
 #7

anyway, this transaction already confirmed:
http://altexplorer.net/tx/386d286d238836f2ac3c3a2e9b2afca403663d7a50c386696eef5a02c36eeeef

so try this wallet.dat file with stablecoin qt wallet app

Elbandi
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!