FIM blockchain explorer still out of sync with wallet - but really good otherwise
Expect the coming update to be a properly functioning blockexplorer. It sucks we know, sorry.
"Your secret phrase will be sent to the FIM server!"
You should rephrase this, because it gives an impression that it will send the passphrase to a remote server. It could cause confusion.
How about: "You have to provide your secret phrase to refresh!"
Good one! That's absolutely better than what we have now. I'll update it in a coming release. Thanks!
What is sure is that the chance to forge a block when the countdown has not reached zero is very small.
If the deadline is not refreshed after every block, and base target gets bigger than since last refresh, then the chance to forge before countdown reaching zero is pretty big.
I could be wrong of course, but clarification would be welcome eather way.
The easiest way would be to update the countdown on each block (a drawback would be that the time to forge will jump around constantly).
But since you need to send your secretPhrase along with the request for the deadline, making that automatic (without the users expressed consent) has the risk of a user on a public node sending his passphrase once. Then realizing he/she doesn't want/trust that and the client will continue doing so.
This is a first basic implementation of the forger countdown, I can imagine a next release to show the current behavior only when you are on a public node.
If in doubt you can always refresh the countdown, that's why we put it there since we expected some confusion on this subject.
When I tried to update to the new version, I got this error message:
The downloaded version hash does not compare to the specified hash in the blockchain. DO NOT PROCEED.
that's not supposed to happen.
What OS are you using?
What do I do now?
If you go here
http://onlinemd5.com/ you can enter the SHA256 checksum mentioned in the release announcement
https://github.com/fimkrypto/fimk/releases/tag/v0.2.2 and if you check the downloaded fim-0.2.2.zip against the SHA256 in the release announcement you'll see that it does match. Sorry for the incovenience.
When I tried to update to the new version, I got this error message:
The downloaded version hash does not compare to the specified hash in the blockchain. DO NOT PROCEED.
What do I do now?
Delete fim_db catalog and restart program
Did that work for you? Not sure if that has any effect.