Updates:
- The CPU performance has been improved by approximately 10x, significantly reducing the overall CPU requirements.
If you have a modern CPU, you can use --threads-per-card
with a smaller value (1 or 2), which is sufficient to fully utilize the performance of your GPU.
Non-Proxy mode
First:
chmod +x golden-miner-pool-prover
Then just run:
./golden-miner-pool-prover --pubkey=<your-pubkey>
or
./golden-miner-pool-prover --pubkey=<your-pubkey> --label=<group label of machine> --name=<machine name>
See readme for more details
Proxy mode
First:
chmod +x golden-miner-pool-proxy
To run in proxy mode, please use the following command:
./golden-miner-pool-proxy --port=<port> --pubkey=<your-pubkey> --name=<proxy name>
This command will start the proxy on < port > of your local machine.
Then, run:
./golden-miner-pool-prover --proxy=<ip of proxy machine>:<port of proxy> --label=<group label of machine> --name=<machine name>
For example:
./golden-miner-pool-prover --proxy=192.168.1.1:9999 --label=cluster-A --name=A0
See proxy doc for more details