TonMinerPro 1.0.4 released

Published on: 2022-02-22

35364901?s=60&v=4

Added the ability to lock GPU and Memory clock on Nvidia RTX 3000 series. Requires run the miner as administrator.

  1. Run the miner
  2. Close miner
  3. Edit file TonMinerPro.devices.json
    For example:
{ 
	"0:0": { 
		"name": "NVIDIA GeForce RTX 3090", 
		"enabled": true, 
		"pci_bus": 8, 
		"boost_factor": 16384, 
		"LockedClocks": { 
			"minGpuClockMHz": 0, 
			"maxGpuClockMHz": 0, 
			"minMemClockMHz": 810, 
			"maxMemClockMHz": 810 
		} 
	} 
} 
  1. Run the miner, press Start. The Logs tab will indicate whether the clock was successfully blocked or not.

Go to the TonMinerPro 1.0.4 released download page