git clone https://github.com/geiccobs/denaro-pool-miner
cd denaro-pool-miner
You can skip this if you wanna use pre-built binary.
Install golang first
go mod tidy
go build
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.
./pool-miner-linux64 -address youraddress -workers corescount -share_difficulty 6
start pool-miner-win64.exe -address youraddress -workers corescount -share_difficulty 6
./pool-miner-macos-amd64 -address youraddress -workers corescount -share_difficulty 6