Hi Jack!
The current FairCoin2 block chain is for testing only. It will be reset when FairCoin2 is launched. So you can just play with the main chain
Build instructions for the curious:
cd faircoin2
./autogen.sh
./configure --disable-tests -disable-bench --with-incompatible-bdb --with-gui=qt4
make -j`nproc`
src/faircoind -printtoconsole
# if you've built the QT GUI client too start it like this:
src/qt/faircoin-qt -printtoconsole
When FC2 is launched all balances are automatically transferred to the new block chain. All the users need to do is to upgrade their wallet software. Once the wallet is in sync the same balance will be available.
regs
Thomas