Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 467 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 467 Bytes

MinerPP

High performance C++11 cryptographic currency mining library

Dependencies:

boost

To compile run the build script for your platform or run bjam manually.

CPU mining example:

./minerpp --work-hosts=stratum+tcp://username:[email protected]:3032,stratum+tcp://uasername:[email protected]:1111 --device-cores=0 --device-type=cpu --work-algorithm=whirlpoolxor
  • GPU support is currently disabled.

Thank you for your support.