Search content
Sort by

Showing 6 of 6 results by Grendahl
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow)
by
Grendahl
on 28/09/2021, 18:56:21 UTC
i tried all different configuration but nothing helping Smiley

Like trexminer already said:
Start from here https://github.com/trexminer/T-Rex/wiki/WebUI
You need to set up a password in order to allow update/modify functionality.
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow)
by
Grendahl
on 28/09/2021, 15:14:10 UTC
password is already in GPU is not paused  Cool

http://127.0.0.1:4067/control?pause=true:2   error   "API readonly mode is activated"  with t-rex -c <config_file> the same bag.

https://hostingkartinok.com/show-image.php?id=93fc2c21822d08970fa01db05d75ba7b

So, turn off API Readonly mode. Your screenshot clearly shows it's ON.
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow)
by
Grendahl
on 27/09/2021, 23:13:07 UTC
with  --api-read-only false

unfortunately miner does not start with this option

I don't use a .bat file to start, so the syntax may be a bit different for that option. Try --api-read-only 0 instead.
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow)
by
Grendahl
on 27/09/2021, 20:18:33 UTC
i use mix of multiple  3080 and 3090 i just want to stop function one of GPU
lile this  / oh some addresses was changed  Kiss
http://127.0.0.1:4067/control?pause=true:2
when i try to stop i have 
error   "API readonly mode is activated"

You've got a lot more errors than that... you just don't see them yet.

You've got --lock-cv values at 731%!
You've got --lock-cclock values at 0! (this is an absolute setting, not an offset... you can't set the core clock to 0)
You didn't include --api-read-only false (which is why it's saying readonly is activated)
You're using --pl with --lock-cclock, which isn't how this works...

List the core clock values and memory values you want set, and I'll give you a shove in the right direction.
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow)
by
Grendahl
on 27/09/2021, 20:02:33 UTC
Code:
@echo off
:start1
t-rex -a ethash -o stratum2+tcp://daggerhashimoto.EU-North.nicehash.com:3353 -u 3J1223asdasdfsdfdfdsfsYgLLq.rig0  -p x  -i 22 --gpu-report-interval 600 --temperature-color 55,65 --dag-build-mode 2 --validate-shares --coin "eth" --ab-indexing --kernel 4 --cpu-priority 2 --api-key 2311FdsfAAdsfKDfl112ejlsdfkldsfsdr4923873lj3212m,dsfSFjnjdfr00201  {? --api-read-only false  ?} --fan 100,100,100,100,100,100,100 --pl 73,0,80,77,0,100,90 --lock-cv 731,0,731,743,0,0,718 --lock-cclock 1260,0,1155,1320,0,1305,1300 --mclock 1200,1140,991,1110,0,1634,1300 -l C:\Users\me\Desktop\log.txt
goto start

--api-read-only false
 
doesn't start . Could you help me what sintaksis exactly i have to use ?   i have  only parse error

https://hkar.ru/14HgN



First, are these 10 series cards or 20/30 series cards?
Second, that doesn't look like a valid ETH wallet address
Third, if you have a mix of 10 series and 20/30 series cards in the rig, then you've got some settings missing.
Fourth, you don't use --lock-vc with --lock-cclock, you should let --lock-cclock manage the cv for you, as that's how it manages the clock speed
Post
Topic
Board Mining (Altcoins)
Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow)
by
Grendahl
on 27/09/2021, 00:41:26 UTC
To pause certain GPUs: doesn't work

http://127.0.0.1:4067/control?pause=true:2

error   "API readonly mode is activated" or   error   "unauthorized request"

Then use "api-read-only" : false, in your .bat. It's read only by default.
You also have to use an api key.