Updated Linux Builds (2.3.1.0):I've made a few changes to the official source, viewable at https://github.com/feldenthorne/XNAPoS. I would highly suggest looking over my changes and compiling from these sources if you use plan on compiling yourself.
Overview of Changes:PoSV2 calculation fixed with correct block time for forkPoSV1 calculation restored to clipped algorithmFixed blockchain syncing from below 2500 blocks (you can now sync the full blockchain without a download)Bumped RPC protocol version because it was not bumped during the hard fork
Although I would suggest building your own binaries, if you can't figure out how to compile them for Linux yourself, you can give these a try:
DeOxyRibose_qt_headless_2.3.1.0.7z.
A word of caution, however: using other people's binaries is highly inadviable! It's a lot safer to review the source yourself and build from code that you can review. If you do insist on using the above binaries, make sure to give them a virus scan!Blockchain (12410, Windows/Linux/Mac):If you need a copy of the blockchain for some reason (even though you should be able to sync the whole thing now, after the syncing patch), you can try this:
xna_blockchain_12410.zip.
Edit:
The block reward appears to be stuck at 0.007 for some reason, though it was working properly on testnet. Do not use these sources or builds for now.Edit 2: The sources are fixed, as well as the binaries - one of the methods is read twice in the live wallet for some reason, so the block reward at block height 2500 was overwriting the reward for the block that was being solved.
Edit 3: use the official repository