github GoldenMinerNetwork/golden-miner-nockchain-gpu-miner v0.1.5+1

22 hours ago

Updates:

  • Added the ability to read configuration from the config.toml file in the current directory
  • Fixed an issue causing errors when running on AMD Threadripper CPUs

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

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

NewReleases is sending notifications on new releases.