ZELENY_CAJ: Jedes na linuxu ze?
Enabling CPU mining:
If you want to enable CPU mining, run these commands:
$ echo 'gen=1' >> ~/.zcash/zcash.conf
$ echo "genproclimit=$(nproc)" >> ~/.zcash/zcash.conf
The default miner is not efficient, but has been well reviewed. To use a much more efficient but unreviewed solver, you can run this command:
$ echo 'equihashsolver=tromp' >> ~/.zcash/zcash.conf