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.
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.
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)