T-Rex 0.20.3更新日志: (octopus) Add share validation support via --validate-shares parameter (Windows) Improve auto-fan algorithm Enable miner termination upon exceeding predefined maximum of total power consumption (see --exit-on-high-power in readme) Bug fixes: (ethash) Performance d...
挖矿用的几个批处理,网上收集,自己用了2月了 @echo off ping 127.1 -n 2 >nul rem 有计费退出,无计费开启(C:\Windows\SysWOW64\RsClient.exe路径换成自己计费程序的) if exist C:\Windows\SysWOW64\RsClient.exe (exit) else (Y:\soft\A开启.bat) A开启.bat内容 @echo off rem 1分钟关闭显示器 powercfg ...