Skip to content

ywzqhl/fair-coin

 
 

Repository files navigation

FairCoin: promoting equality and a fair economy

Coin parameters:

Coin parameters:
Grøstl PoW/PoS hybrid
50,000,000 premined coins
Flat 6%/year minting reward, halving every year until baseline of 1.5%
21/90 days min/max weight
5 minutes PoW block target for each algo
10 minutes block target for PoS

Dark Gravity Well version 3 difficulty re-targeting

Flat 0.001 coin mining reward
Mining is only meant to support the network not to distribute coins

Default P2P Port: 46392
Default RPC Port: 46393

Build instructions:

git clone https://github.com/FairCoinTeam/fair-coin.git  
cd fair-coin  
git checkout v1.5.2  
./autogen.sh  
./configure --with-incompatible-bdb --disable-tests  
make  
strip src/qt/FairCoin-qt  
strip src/FairCoind  

This will build FairCoind and FairCoin-qt client.

Build on Ubuntu 14.04:

To build on Ubuntu 14.04 you need to prefix the configure command with the LIBS environment variable set to '-lrt'

LIBS=-lrt ./configure --with-incompatible-bdb --disable-tests  

About

The official FairCoin sources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.7%
  • C 7.6%
  • M4 3.5%
  • Python 2.6%
  • HTML 1.6%
  • Shell 1.1%
  • Other 0.9%