Post
Topic
Board Altcoin Discussion
Re: Weird Litecoin glitch
by
K1773R
on 09/08/2013, 13:09:59 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.
nonono Tongue use listunspent Wink
change addresses dont show up at all the commands other ppls told you!
i guess the account has 1 address with X litecoin and all the others are change addresses holding the rest of your coins

if you litecoind has listaddressgroupings, try it out (ie $ litecoind listaddressgroupings)