Bitcoin Forum
May 08, 2024, 03:51:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Strange 5 year old wallet  (Read 653 times)
fsvo (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
June 23, 2016, 08:02:30 PM
 #1

Many posts here regarding unconfirmed sent transactions, I understand that problem.
But when I today opened this old wallet in the latest client i found 3 RECEIVED transaction from 2011 that are unconfirmed. I don't remember if or how but have to assume these coins were sent to me.

How can my wallet know about about receiving transactions when they are unconfirmed?

Providing info below, hope to learn what happend. Thanks!

http://imgur.com/TLtf0A0

Code:
  {
    "account": "",
    "address": "16cs9WcRqKZwpCp7bkFykWsMKzedeF9NPp",
    "category": "receive",
    "amount": 0.98939465,
    "label": "",
    "vout": 1,
    "confirmations": 0,
    "trusted": false,
    "txid": "f829077c53cd3b3393b932f74c58044878bef1d686cc45a7288f813c640a9927",
    "walletconflicts": [
    ],
    "time": 1308573779,
    "timereceived": 1308573779,
    "bip125-replaceable": "unknown"
  },
  {
    "account": "",
    "address": "16cs9WcRqKZwpCp7bkFykWsMKzedeF9NPp",
    "category": "receive",
    "amount": 1.68841379,
    "label": "",
    "vout": 1,
    "confirmations": 0,
    "trusted": false,
    "txid": "8876f21600e6cedb333de324008c4852e434c5e42d35127ba25482456798498a",
    "walletconflicts": [
    ],
    "time": 1308659037,
    "timereceived": 1308659037,
    "bip125-replaceable": "unknown"
  },
  {
    "account": "",
    "address": "16cs9WcRqKZwpCp7bkFykWsMKzedeF9NPp",
    "category": "receive",
    "amount": 1.82784260,
    "label": "",
    "vout": 1,
    "confirmations": 0,
    "trusted": false,
    "txid": "ca46bc879d85398459425f48b4a572a04974393f25c67e96151255ad8c64440e",
    "walletconflicts": [
    ],
    "time": 1308790884,
    "timereceived": 1308790884,
    "bip125-replaceable": "unknown"
  }
1715183491
Hero Member
*
Offline Offline

Posts: 1715183491

View Profile Personal Message (Offline)

Ignore
1715183491
Reply with quote  #2

1715183491
Report to moderator
1715183491
Hero Member
*
Offline Offline

Posts: 1715183491

View Profile Personal Message (Offline)

Ignore
1715183491
Reply with quote  #2

1715183491
Report to moderator
1715183491
Hero Member
*
Offline Offline

Posts: 1715183491

View Profile Personal Message (Offline)

Ignore
1715183491
Reply with quote  #2

1715183491
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3388
Merit: 6631


Just writing some code


View Profile WWW
June 23, 2016, 08:22:38 PM
 #2

The wallet stores transaction data in it. It is possible that you received these three transactions in 2011 and then you did not open the wallet again. The transactions never confirmed but since the wallet was not open, it did not know that. Thus, when you opened the wallet again today, it knows about these transactions because it is recorded in its wallet, but the rest of the network does not know about it.

DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
June 23, 2016, 09:14:48 PM
 #3

when you opened the wallet again today, it knows about these transactions because it is recorded in its wallet, but the rest of the network does not know about it.

If the inputs to those transactions have NOT been spent, then you could re-broadcast the transactions and they might confirm.

If the inputs to those transactions HAVE been spent, then those transactions are no longer valid and you won't be able to receive those bitcoins at all.

See if you can retrieve the raw transactions from your wallet with the following in the wallet's console window:

getrawtransaction f829077c53cd3b3393b932f74c58044878bef1d686cc45a7288f813c640a9927

getrawtransaction 8876f21600e6cedb333de324008c4852e434c5e42d35127ba25482456798498a

getrawtransaction ca46bc879d85398459425f48b4a572a04974393f25c67e96151255ad8c64440e
fsvo (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
June 23, 2016, 09:23:05 PM
 #4

When I do that I get:

Code:
23:17:13
getrawtransaction ca46bc879d85398459425f48b4a572a04974393f25c67e96151255ad8c64440e
23:17:13
No information available about transaction (code -5)

But I do have some more data about the transaction from a dump I did with pywallet. How would I rebroadcast?


Code:
        {
            "tx_id": "f829077c53cd3b3393b932f74c58044878bef1d686cc45a7288f813c640a9927",
            "tx_k": "02747827990a643c818f28a745cc86d.....",
            "tx_v": "0100000001860a90abec976feca79b14f17b5c2d0e5c2fe16616940a4c3e799dd165bab622000000008a47304402206d78184b7f81461676d1b98d7482fc78b5446824f8fa30bbbb56c476b40fe674022077a66de7fb4e0ccea316beb2d112037886061dad375a1a91a85bbbf2fd497ce401410480bece132047de9d552434db708ad72638560070cbd3a.....",
            "txin": [
                {
                    "prevout_hash": "860a90abec976feca79b14f17b5c2d0e5c2fe16616940a4c3e799dd165bab622",
                    "prevout_n": 0,
                    "scriptSig": "47304402206d78184b7f81461676d1b98d7482fc78b5446824f8fa30bbbb56c476b40fe674022077a66de7fb4e0ccea316beb2d112037886061dad375a1a91a85bbbf2fd497ce401410480bece132047de9d552434db708ad72638560070cbd3adcf91680bc3b4ffd3a4a721ea7d78852dba54676f924123ee92b3a6602d9c3ad29bd78cb4a7fc72cc60",
                    "sequence": 4294967295
                }
            ],
            "txout": [
                {
                    "scriptPubKey": "76a91489be71ffe03173b0b8f49a3d38e458fbde6034f588ac",
                    "value": 12.09792561
                },
                {
                    "scriptPubKey": "76a9143da10c4786a4d38f43a0dfb0165dfa708e125f9188ac",
                    "value": 0.98939465
                }
            ]
        }
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
June 23, 2016, 09:27:55 PM
 #5

- snip -

But I do have some more data about the transaction from a dump I did with pywallet. How would I rebroadcast?

Code:
- snip -
            "txin": [
                {
                    "prevout_hash": "860a90abec976feca79b14f17b5c2d0e5c2fe16616940a4c3e799dd165bab622",
                    "prevout_n": 0,
- snip -

It looks like your transaction f829077c53cd3b3393b932f74c58044878bef1d686cc45a7288f813c640a9927 spent bitcoins that were received in transaction 860a90abec976feca79b14f17b5c2d0e5c2fe16616940a4c3e799dd165bab622.

Unfortunately transaction 860a90abec976feca79b14f17b5c2d0e5c2fe16616940a4c3e799dd165bab622 doesn't seem to exist, so f829077c53cd3b3393b932f74c58044878bef1d686cc45a7288f813c640a9927 probably isn't a valid transaction.  If you know where to find transaction 860a90abec976feca79b14f17b5c2d0e5c2fe16616940a4c3e799dd165bab622, then we could look and see where it gets its bitcoins from and see if both that and your transaction can both be broadcast.

Without access to transaction 860a90abec976feca79b14f17b5c2d0e5c2fe16616940a4c3e799dd165bab622 there isn't going to be anything you can do.
fsvo (OP)
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
June 23, 2016, 09:44:43 PM
 #6

Great help thanks so much! Giving up on this. I've checked the prevout_hash for all three and they don't exist.
I have no idea where these coins came from. Possibly another offline wallet I no longer control or a pool that no longer exist.
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!