Bitcoin Forum
July 09, 2024, 09:15:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow) on: September 28, 2021, 06:56:21 PM
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.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow) on: September 28, 2021, 03:14:10 PM
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.



So, turn off API Readonly mode. Your screenshot clearly shows it's ON.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow) on: September 27, 2021, 11:13:07 PM
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.

Or, use
Code:
t-rex -h
to get the syntax for that flag.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow) on: September 27, 2021, 08:18:33 PM
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" , Edit config error (API readonly mode is activated) or error   "unauthorized request"

Actually, use this as a starting point.
Code:
t-rex.exe -a ethash -o stratum2+tcp://daggerhashimoto.EU-North.nicehash.com:3353 -u 3J1223asdasdfsdfdfdsfsYgLLq.rig0  -p x --gpu-report-interval 30 --temperature-color 55,65 --dag-build-mode 2 --coin eth --api-key 2311FdsfAAdsfKDfl112ejlsdfkldsfsdr4923873lj3212m,dsfSFjnjdfr00201 --api-read-only false --api-bind-http 127.0.0.1:4067 --fan 100 --lock-cclock 1100,1100,1100,1100,1100,1100,1100 --mclock 500,500,500,500,500,500,500 -l C:\Users\me\Desktop\log.txt

You'll need to alter your core clocks and memory offsets, but this should get you rolling as long as you have a valid wallet address.

There's clearly more reading you need to do so you understand what all the settings do. I'd strongly suggest you join the t-rex Discord server as well. Help is more readily available there than on a forum which limits time between posts.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow) on: September 27, 2021, 08:02:33 PM
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





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
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: T-Rex 0.23.1 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow) on: September 27, 2021, 12:41:26 AM
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.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!