Post
Topic
Board Altcoin Discussion
Re: Weird Litecoin glitch
by
coinerd
on 08/08/2013, 21:51:27 UTC
Nope, just one address. I was thinking about moving all 400 over to btc-e, and download the newest client release with a new address and send the coins back to avoid any upgrade/wallet issues. The fee is so damn expensive though.

The wallet uses multiple addresses without telling you.

Open your RPC console and enter the command "listreceivedbyaddress" that might help clarify things.
Code:
17:39:31
listreceivedbyaddress

17:39:31
[
{
"address" : "LUmrXVibufVSyDtEhJQTWT2DzEtN1sUBzA",
"account" : "",
"amount" : 695.84374004,
"confirmations" : 70
}
]
Is there a way to list the other addresses? That command seems to only list the one.

That definitely implies that you have only the one address. 

Did you send coins to get from 695.84374004 to 400?  It would be odd if you had a single input for 295.84374004 and therefore no change addresses or anything. Though to be fair, there are quite a few branches int he "Satoshi-wallet family tree" and they constantly surprise me.

Try - getaddressesbyaccount "" - Those quotes are part of the command and will cause it to list addresses for the default wallet account.

Does that also show only the one address? Perhaps it's not displaying it's own change tx/address there or something.

You've got me curious.