Skip to content

geiccobs/denaro-pool-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Denaro CPU pool miner

Installation

git clone https://github.com/geiccobs/denaro-pool-miner
cd denaro-pool-miner

Compiling by source

You can skip this if you wanna use pre-built binary.
Install golang first

go mod tidy
go build

Usage

Download latest binary according to your system architecture.

Use ./pool-miner-{yourarchitecture} -help to see the full list of arguments.

Notice: share_difficulty should be adjusted according to your hashrate: if you see a lot of shares accepted, increment it.

Running on Linux

./pool-miner-linux64 -address youraddress -workers corescount -share_difficulty 6

Running on Windows

start pool-miner-win64.exe -address youraddress -workers corescount -share_difficulty 6

Running on MacOS

./pool-miner-macos-amd64 -address youraddress -workers corescount -share_difficulty 6