Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FedoraCoin (TiPS) - New Dev team: Fedoracoin Foundation
by
psycodad
on 30/03/2018, 11:47:53 UTC
To Fedoracoin Admin or Devs,

I recently transferred a small amount of tips to coinexchange.
All went well.

My windows wallet version v2.5.1.0-ftcit-Standard (64-bit) still report the correct balance.
However the reported balance on https://tipsbe.netcraft.ch/ is totally incorrect.
Short of about 1.147 million TIPS.

Is there anything I shud be worried about?

Thanks

Most probably your total balance is spread over more than your main TIPS address that you looked up in the block explorer.
You can get a list of addresses with
Code:
fedoracoin-cli getaddressesbyaccount ""
one of them will be the main address you looked up in the rich list but there will be others that possibly were only used once as change-addresses. I would bet if you look up all these addressess in the block explorer it will sum up to the amount you expect.

Unfortunately to my knowledge there is no easy way to see in the wallet on which addressess your unspent inputs are.

HTH