Skip to content
Nate Davis edited this page May 22, 2017 · 3 revisions

Mining

Feathercoin uses the NeoScript algorithm to support the network. If you would like to support the network, and in turn acquire Feathercoin in return, follow these steps to get a GPU miner up and running on Windows. Before you get started, make sure you download the Feathercoin Wallet, and have a valid Feathercoin address.

Download

Here is a link to Ghostlander's NeoScrypt Mining Software. Download the 32-bit or 64-bit based on the OS you are running https://github.com/ghostlander/nsgminer/releases

Setup

Unzip the directory someone on your PC. When you are mining, you will want to find a pool you want to be a part of. The easiest way, is to just use a P2Pool. You will find a list of pools here:

http://p2pool.neoscrypt.de/

When you have picked a pool, simply open a CMD prompt on your windows machine, and navigate to the folder you extracted nsgminer. Then run the following command:

nsgminer --neoscrypt -o stratum+tcp://IPADDRESS:PORT -u FTC_ADDRESS -p x

After you do that, you should be up and running and mining FTC.

Clone this wiki locally