Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FAIR] Faircoin2 Crowdinvestment Campaign Launched!!
by
thokon00
on 27/05/2016, 13:26:25 UTC
there's a testnet for faricoin 2 ?

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 Wink

Build instructions for the curious:
Code:
git checkout https://github.com/FairCoinTeam/faircoin2.git
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