skypool-nimiq-miner
v1.2.0
Published
Skypool nimiq miner client, self-designed directly pool mining protocol
Downloads
6
Readme
Skypool Nimiq Miner
This is Skypool Nimiq Miner Client, using self-designed Nimiq mining protocol which is different to official p2p mining protocol, Skypool mining protocol get block data from server directly, which is more effieciency in bad netowork environment and need less client network bandwidth.
Note : Skypool Nimiq Miner is only compatible with Skypool Nimiq Servers, the server code is not open source.
Download Skypool Nimiq Mining Client in release.
In the release page, different version for different CPU instruction set to get the best hashrate:
- extreme --> avx512f
- fast --> avx2
- normal --> avx
- compat --> non-avx
Building by Yourself
- Install Node.js v8.0.0 or higher.
- On Ubuntu and Debian, install
git
andbuild-essential
:sudo apt-get install -y git build-essential
.- On other Linux systems, install
git
,python2.7
,make
,gcc
andgcc-c++
. - For MacOS or Windows, check here for git and here for compilation tools.
- On other Linux systems, install
- Install
yarn
globally:sudo npm install -g yarn
. - Install
gulp
globally:yarn global add gulp
. - Clone this repository:
git clone https://github.com/skypool-org/skypool-nimiq-miner
. - Build the project:
cd skypool-nimiq-miner && yarn
. - Config
config.txt
, Runnode index.js
.