Skip to content
View fxtc's full-sized avatar

Block or report fxtc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fxtc/README.md

FxTC Core integration/staging tree

Build Status

https://fixedtradecoin.org

Linux Build Instructions and Notes

Dependencies

  1. Update packages

    sudo apt-get update
    
  2. Install required packagages

    sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev
    
  3. Install Berkeley DB 4.8

    sudo apt-get install software-properties-common
    sudo add-apt-repository ppa:bitcoin/bitcoin
    sudo apt-get update
    sudo apt-get install libdb4.8-dev libdb4.8++-dev
    
  4. Install QT 5

    sudo apt-get install libminiupnpc-dev libzmq3-dev
    sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
    

Build

  1. Clone the source:

    git clone https://github.com/fxtc/fxtc.git
    
  2. Build FxTC Core:

    Configure and build the headless FxTC Core binaries as well as the GUI (if Qt is found).

    You can disable the GUI build by passing --without-gui to configure.

    ./autogen.sh
    ./configure
    make
    
  3. It is recommended to build and run the unit tests:

    make check
    

Mac OS X Build Instructions and Notes

See (doc/build-osx.md) for instructions on building on Mac OS X.

Windows (64/32 bit) Build Instructions and Notes

See (doc/build-windows.md) for instructions on building on Windows 64/32 bit.

Popular repositories Loading

  1. fxtc fxtc Public

    Forked from bitcoin/bitcoin

    FxTCoin Core integration/staging tree (branch 0.18 RTM)

    C++ 13 6

  2. bitcoin-seeder bitcoin-seeder Public

    Forked from sipa/bitcoin-seeder

    C++ 2 2

  3. sentinel sentinel Public

    Forked from dashpay/sentinel

    DashCore Sentinel Engine

    Python 1 5

  4. yiimp yiimp Public

    Forked from tpruvot/yiimp

    Crypto mining pool

    PHP 1 1

  5. slips slips Public

    Forked from satoshilabs/slips

    SatoshiLabs Improvement Proposals

    Python 1 1