Bitcoin Forum

Bitcoin => Electrum => Topic started by: brainstormer on July 22, 2014, 12:27:53 PM



Title: Transactions not showing up in wallet
Post by: brainstormer on July 22, 2014, 12:27:53 PM


On 7/14, I have a transaction for 0.15391183 BTC

https://blockchain.info/address/1LxL6d5PBL4DXh3ZJjCA7QsJno4g6CLUo5

but it is not showing up in my wallet, anyone have any idea what happened?

https://dl.dropboxusercontent.com/u/19915286/temp/2014-07-22_0520.png


Title: Re: Transactions not showing up in wallet
Post by: Abdussamad on July 22, 2014, 02:30:03 PM
Does the balance of that specific address match what you see on blockchain.info?


Title: Re: Transactions not showing up in wallet
Post by: williamj2543 on July 22, 2014, 02:31:54 PM
Make sure that you have completely downloaded the full blockchain.


Title: Re: Transactions not showing up in wallet
Post by: shorena on July 22, 2014, 04:56:27 PM
Make sure that you have completely downloaded the full blockchain.

Its Electrum! You should delete this or at least not count it as "constructive" post for the next payment.  >:(


@OP

Electrum has a connection? I assume it does since you got inputs later than 14/7, just checking.

From the list of commands [1] it looks like getaddresshistory 1LxL6d5PBL4DXh3ZJjCA7QsJno4g6CLUo5 should do the trick.
getaddressunspent addr. might also work. Both query the blockchain (see source further down).

[1]https://github.com/spesmilo/electrum/blob/master/lib/commands.py


Title: Re: Transactions not showing up in wallet
Post by: brainstormer on July 22, 2014, 10:59:01 PM

From the list of commands [1] it looks like getaddresshistory 1LxL6d5PBL4DXh3ZJjCA7QsJno4g6CLUo5 should do the trick.
getaddressunspent addr. might also work. Both query the blockchain (see source further down).

[1]https://github.com/spesmilo/electrum/blob/master/lib/commands.py


can you explain to me how to run the command?

the final amount on blockchain does match what I have in balance in my wallet


Title: Re: Transactions not showing up in wallet
Post by: shorena on July 23, 2014, 07:17:35 AM

From the list of commands [1] it looks like getaddresshistory 1LxL6d5PBL4DXh3ZJjCA7QsJno4g6CLUo5 should do the trick.
getaddressunspent addr. might also work. Both query the blockchain (see source further down).

[1]https://github.com/spesmilo/electrum/blob/master/lib/commands.py


can you explain to me how to run the command?

the final amount on blockchain does match what I have in balance in my wallet

Disclaimer I use Electrum for Litecoin, but so far the menus etc. worked the same:

Start Electrum -> wait for Network dot to turn green -> switch to "Console" -> getaddresshistory("LR2K1kiT26X8StzCtWPndtf9KwutZWtYoZ") replace the LTC address with your own -> getaddresshistory("1LxL6d5PBL4DXh3ZJjCA7QsJno4g6CLUo5") -> hit enter

it will show you a (long) array with your TX and should (at least thats my theory here) update your history as well.