Skip to content

Core limiting feature added to miner

Compare
Choose a tag to compare
@pdxwebdev pdxwebdev released this 12 Oct 18:16
· 1886 commits to master since this release

Recently, miners have requested the ability to specify the number of cores used for mining. This release includes that feature.

To use:
Ubuntu
python p2p.py config.json --cores [number-of-cores]
Example:
python p2p.py config.json --cores 8

Windows
yadacoin.exe config.json --cores [number-of-cores]
Example:
yadacoin.exe config.json --cores 8