trexminer / T-Rex

T-Rex NVIDIA GPU miner with web control monitoring page
2.64k stars 439 forks source link

[HELP] How to set 3070ti mines eth(only) and 3060 mines eth+rvn(dual) on a flightsheet? #763

Open volta77 opened 2 years ago

volta77 commented 2 years ago

Hi,

I wanna to mine eth with 3070ti(GPU#0) and 3060(GPU#1) mining on eth+rvn, At the beginning, I create two T-rex miner in one same flight sheet, and HIVEOS said it's not illegal.

so i create two flight sheets , one for eth and the other for eth+rvn. But it seems that only one flight sheet being activated at one time?

Then I tried the setting as following

Here is my setting :

Extra config arguments: "worker": "%WORKER_NAME%" "coin": "%COIN%" "lhr-tune" : "72,30" "lhr-autotune-mode" : "off" "lhr-algo": "kawpow" "url2": "stratum-ravencoin.flypool.org:3333" "user2": "RDzhPXiK1kDqPD5FXu3kKY3FieU3cariLz.rig0" "pass2": "x"

How to make 3070ti mine eth only? Thank you.

trexminer commented 2 years ago

HiveOS have added a new way of setting up dual mining through their GUI, so I suggest you give it a try first. If still no luck, maybe try asking their support. Those flightsheets are very HiveOS-specific feature, and it's not always obvious what gets passed to the miner in order for us to be able to troubleshoot an issue.

draft91 commented 2 years ago

I use "--devices " comment on 2 of trex miners. For my 3070tis i mine eth only with "--devices 2,3" and with 3080tis "--devices 0,1" at the same time.