I am currently working on updating Florincoin up to the latest Litecoin source in order to built 64 bit Mac binaries, but also to provide more constant codebase updates.
Currently only a couple things are left until the update is complete.
1) Fixing the Genesis hash not matching (described below) and
2) Adding back in transaction messages.
Currently I am stuck on a rather trivial issue of the Genesis hash and Merkle hash not matching Florincoin. The variables for calculating it appear to be the same, and the methods for calculating it have not changed massively. I would greatly appreciate if someone could take a look at the code and see if I may be missing something.
The issue and code can be found on Github here:
https://github.com/OstlerDev/florincoin/issues/1Without transaction comments you'll never get the correct genesis hash, so you need to complete "2)" first.
On a related note, I too am working on moving Florin to litecoin-0.10 and have a correctly generated genesis. Right now my current issue is shortly after launching it crashes with "Floating point exception (core dumped)" which suggests it's dividing by zero somewhere but I'm not sure where yet...