github GoldenMinerNetwork/golden-miner-nockchain-gpu-miner v0.2.1

3 days ago

Updates:

  • On the RTX 4090 and RTX 5090 graphics cards, performance has increased by 30%–40%, while on other GPUs, improvements of approximately 5%–20%

HiveOS

We add "--gpu" param for the HiveOS version. You can use this parameter to select the GPU you want to run.For example: "--gpu 0, 1".

img_v3_02si_98344403-2b8d-4089-99fd-7079c68b564g

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-v1-address> --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

Don't miss a new golden-miner-nockchain-gpu-miner release

NewReleases is sending notifications on new releases.