Post
Topic
Board Announcements (Altcoins)
Re: [MULTI ANN] | MMXIV | TEETH | BUCKS | VARY | GorillaStake | GorillaEx Back UP! |
by
Ricky Petrovich
on 29/06/2015, 11:23:53 UTC
I face a problem with exporting my private key. I have two adresses in my wallet labeled "default" and "!Cashout Bittrex". When I do a 'listaccounts' in the console I receive the following output:

Code:
{
"" : 165939.78271900,
"! Cashout Bittrex" : 239970.94471500,
"default" : 0.00000000
}

What is that empty adress that is claimed to hold 165939.782719 MMXIV? I only sent coins to the "! Cashout Bittrex" adress and I am confused they are now split over two adresses.

Those are not your addresses, just human friendly aliases:

To find your addresses you can do either
1. Go to receive coins.
1. and check the corresponding address

or

1. Open wallet debug console
2. type
 getaddressesbyaccount ""
and
 getaddressesbyaccount "! Cashout Bittrex"