i too have had issues with where the coins have gone and have no way of tracking them ...
coins just seem to go missing - which have been hard earned through mining ...
we would be happy to donate and get a block explorer going at the same place we have granitecoin ( we actually have four - but for sia we would recommend the most comprehensive one ) ...
if you are ok with it ( and give us some guidance with what is needed to get it organized ) we can have this done within a few days and have the block explorer up on chainz ( like ours -
https://chainz.cryptoid.info/grn/ ) ...
we recommend chainz because of its in depth analysis and its continuous and frequent updates ...
the only other that is as indepth as chainz is blockexperts ( like ours -
https://blockexperts.com/grn/ ) but it doesnt seem to update as frequently as chainz and seems a little behind chainz in facilities ... but not by much
...
we would be more than happy to pay as a donation for the incarnation of the block explorer ...
the owners are very helpful and will have it setup within days - if it is easy for them to do so ...
let me know what you think ...
#crysx
Because Sia is home-built software and doesn't match the API of any existing software, I do not think the standard services will easily be able to integrate with Sia. We will have very basic transaction crawling ready by the end of the week.
If coins went missing, I'm assuming it happened around the time you upgraded from 0.3.3.1 to 0.3.3.2. We changed the way wallets were stored, and unfortunately we did it in an unsafe way. However, using the 'merge wallet' tool in siac, you should be able to recover all of your coins.
While running the latest siad release, you can run 'siac wallet merge [walletfile]' to merge a different wallet with the siad wallet. You will need to restart siad for the coins to show up. I would recommend doing this with all backup wallets that you have created, as well as all the backup wallets in your sia folder. You should also merge the wallets located in '$HOME/.config/Sia/wallet/'. If all goes well, your missing coins may turn up. Multiple people (myself included) have been able to recover coins this way.
You can also use the merge tool to combine wallets across multiple machines (using usb sticks).
-------
I didn't mention it earlier, but we've added a '--force' flag to the command 'siac host announce'. By running 'siac host announce --force', you will be able to announce your host on the blockchain even if the "ports aren't forwarded" check is failing. For the majority of users, I do not recommend this. But if you are certain that you have forwarded your ports (a good way to tell is if you have more than 8 peers. If you do, your ports are forwarded) then you can use this command to bypass siad's buggy port forwarding test.