Created receiving address in Bitcoin Core but deleted it before receiving bitcoins

1

1

I created a receiving address in Bitcoin Core, sent myself some coins from localbitcoins.com and - silly me - deleted the receiving address from Bitcoin Core.

tradeblock.com shows the transaction with a "confirmed balance" but I haven't received the coins in my wallet. Is there any way to restore the address in Bitcoin Core?

Thanks!

PS: I wasn't specific enough:

  1. I created a "request payment" in Bitcoin Core and used the payment information address tto send coins from my localbitcoins.com account.

  2. I deleted the "requested payments" entry in the Bitcoin Core wallet before coins were received.

  3. Blockchain.info shows the a "total received" and a "final balance" so I presume the transaction was concluded. Yet, after 30++ hours, the coins haven't been received by my Bitcoin Core wallet.

Is the transaction somewhat hanging there because it can't find the address that I sent the coins to but deleted?

@murch: Thanks for the hint. You are correct: I know the address, the transaction appears to be confirmed on Tradeblock but the balance does not appear in my Bitcoin Core wallet (fully synced).

oxyenabsorber

Posted 2016-07-07T19:34:44.343

Reputation: 11

Did you save the private key anywhere? How did you create the receiving address? How did you delete it?David Schwartz 2016-07-07T21:33:23.977

Indeed, I should have been more specific. Sorry!:

  1. Created a "request payment" in Bitcoin Core and used the payment information address tto send coins from my localbitcoins.com account.
  2. Deleted the "requested payments" entry in the Bitcoin Core wallet before coins were received.
  3. Blockchain.info shows the a "total received" and a "final balance" so I presume the transaction was concluded.

After 20 hours, the coins haven't been received by my Bitcoin Core wallet. Is the transaction somewhat hanging there because it can't find the address that I sent the coins to but deleted? – oxyenabsorber 2016-07-08T05:53:47.690

So, you do know the address, the transaction appears to be confirmed, but the balance is not appearing in Bitcoin Core? Please put clarifications into the original posts, comments are considered transient and might get deleted at some point.Murch 2016-07-08T07:55:18.303

Is you Bitcoin Core fully synced? (does it show a "X weeks remaining..." at the bottom?)Pieter Wuille 2016-07-08T12:30:11.643

Yes, it is fully synced.oxyenabsorber 2016-07-08T14:41:56.457

(1) Does blockchain.info show the transaction as being confirmed, and how many confirmations? (2) You might double check that Bitcoin Core is staying in sync by checking the block number and date from the debug window against blockchain.info. (3) I would try running Bitcoin Core with the -rescan option. Bitcoin Core is designed pretty carefully to never delete private keys so I would guess they are still there.Nate Eldredge 2016-07-08T15:43:57.497

Thanks Nate! 1) It shows 99 confirmations. 2) I compared the block numbers, both in my wallet's debug window and the last one shown in blockchain.info are identical. 3) I ran the rescan option but the balance still doesn't show up. Sigh.oxyenabsorber 2016-07-08T19:52:35.857

Is there actually a way to retrieve/show the previously used receiving addresses?oxyenabsorber 2016-07-08T19:53:15.983

No answers