# FABminer
Solo miner for FAB

v1.0

Windows version miner, support CUDA only right now.

Requirement:
1. Windows 10 x64
2. Visual C++ Redistributable Packages for Visual Studio 2013 ( vcredist_x86.exe )( https://www.microsoft.com/en-us/download/details.aspx?id=40784 )
3. At least 2G bytes graphic memory

Usage:
1. Download Fabcoin fullnode wallet Windows version from http://fabcoin.pro/runtime.html
2. Run fabcoin-qt.exe and synchronize all block data
3. Exit fabcoin-qt.exe
3. Add below lines into fabcoin.conf ( This file is at the same folder as your wallet file wallet.dat. Create a new file if it doesn't exist. )

        server=1
        rpcuser=yourname
        rpcpassword=yourpassword
        rpcallowip=127.0.0.1/255.255.255.255
        blockmaxconflict=12
4. Run fabcoin-qt.exe again.
5. Download FABminer from http://fabcoin.pro/runtime.html 
5. Run FABminer in Windows console:

        FABminer-amd -u yourname -p yourpassword --coinbase-addr=your_wallet_address
Note:
  1. yourname and yourpassword are used as the credential between fullnode wallet and fabminer. Both should be same as those in fabcoin.conf.
  2. your_wallet_address is the address which the reward will be deposit into. It can be different from the addresses of fullnode wallet.
  3. Disable the option "QuickEdit" in Windows console property.
