In the Github code, after compiling this code, there is the possibility of performing solo mining on LINUX Ubuntu 16 operating systems, and it is possible to execute the code using the following command.

  • build/src/./miner --daemon-address 0.0.0.0:8314 --address=N0000000000000000011111111 --threads 1
    • The value "N0000000000000000011111111” should be replaced by the address of your wallet that should receive the mined coins.
    • The value of --threads 1″, can be changed according to the number of CPU cores available for the mining process, example: “–threads 6” for 6 available cores;
    • The mining process can only be started after the node is completely synchronized with the network;