Help with missing transaction

1

I'm trying to learn how to programmatically interact with the Bitcoin protocol. I've, seemingly, successfully generated a private key, WIF, and public address with code. I used Coinbase to send .001 BT to 14egr6kfYY4xiSVPim2sJnED4t89Yvn8hQ. I then used the Bitcoin-Qt debug console and issued

walletpassphrase <WIF> More

to import the address. The address has shown up in Bitcoin-Qt but the transaction is not appearing.

address

enter image description here

Any help is greatly appreciated!

xanadont

Posted 2014-03-27T04:49:40.223

Reputation: 111

I would try the -rescan command line option.Nate Eldredge 2014-03-27T07:13:03.570

As Nate said, the -rescan should fix this. See How exactly does a rescan work? for more details.

John T 2014-03-27T07:15:07.203

Answers

0

As others have stated, doing

Bitcoin-Qt -rescan

fixed the missing transaction.

xanadont

Posted 2014-03-27T04:49:40.223

Reputation: 111