Pages:
Author

Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching - page 81. (Read 237247 times)

jr. member
Activity: 288
Merit: 1

need to read first page where it's written:

Don't copy newer version of miner over old one, or if you do make sure you delete .srb files from Cache folder before running it!


cache folder clean/ but have error

[2018-12-27 15:57:54] Error CL_INVALID_ARG_INDEX when calling clSetKernelArg for cn0, bloblen for DeviceID 1 (Thread 3)
[2018-12-27 15:57:54] Error CL_INVALID_ARG_INDEX when calling clSetKernelArg for cn0, bloblen for DeviceID 1 (Thread 2)
[2018-12-27 15:57:54] Error CL_INVALID_KERNEL_ARGS when calling clEnqueueNDRangeKernel for kernel 1 for DeviceID 1 (Thread 3) [Increase virtual mem]
[2018-12-27 15:57:55] Error CL_INVALID_KERNEL_ARGS when calling clEnqueueNDRangeKernel for kernel 1 for DeviceID 1 (Thread 2) [Increase virtual mem]
hero member
Activity: 2548
Merit: 626
V1.7.4


tube algo/ have error
 Error CL_INVALID_KERNEL_ARGS when calling clEnqueueNDRangeKernel for kernel 1 for DeviceID 1 (Thread 2) [Increase virtual mem]

swap 92 gb
two card only

device 1 rx480 4 gb

you just copied new version over the old one and haven't clear the cache folder didn't you

need old cache?Huh

need to read first page where it's written:

Don't copy newer version of miner over old one, or if you do make sure you delete .srb files from Cache folder before running it!
jr. member
Activity: 288
Merit: 1
V1.7.4


tube algo/ have error
 Error CL_INVALID_KERNEL_ARGS when calling clEnqueueNDRangeKernel for kernel 1 for DeviceID 1 (Thread 2) [Increase virtual mem]

swap 92 gb
two card only

device 1 rx480 4 gb

you just copied new version over the old one and haven't clear the cache folder didn't you

need old cache?Huh
hero member
Activity: 2548
Merit: 626
V1.7.4


tube algo/ have error
 Error CL_INVALID_KERNEL_ARGS when calling clEnqueueNDRangeKernel for kernel 1 for DeviceID 1 (Thread 2) [Increase virtual mem]

swap 92 gb
two card only

device 1 rx480 4 gb

you just copied new version over the old one and haven't clear the cache folder didn't you
jr. member
Activity: 288
Merit: 1
V1.7.4


tube algo/ have error
 Error CL_INVALID_KERNEL_ARGS when calling clEnqueueNDRangeKernel for kernel 1 for DeviceID 1 (Thread 2) [Increase virtual mem]

swap 92 gb
two card only

device 1 rx480 4 gb
hero member
Activity: 2548
Merit: 626
V1.7.4
- Added algo 'Webchain'
- Added algo 'Turtle'
- Tiny speed increase on some cards
- Fixed bug with 'off_temperature'
- Added --cgpuofftemperature to cmd parameters
- Added --cgpuoldmode to cmd parameters
- Added --nocache to cmd parameters
- Added 'off_temperature' display to API
- Added GPU temperature display in log
- Added --cgpuoldmode to cmd parameters
- Fixed auto setup for Hycon
- Fixed a bug with algo switching that could crash miner


+ 'off_temperature' is now disabled by default (previous version was set to 85c).
+ added --nocache parameter to .bat, if used, no binaries will be saved to disk
+ there was a bug in 173 that could crash miner on algo change, hopefully it is fixed now
+ some cards got a tiny hashrate increase Smiley
newbie
Activity: 8
Merit: 0
Hey everyone are these temps normal for Bittubev2?
I'm using Rx580s and 480s at 900mv.
Using version 1.7.2 algoswitching monero ocean
http://i68.tinypic.com/2rcy7lu.jpg
newbie
Activity: 6
Merit: 0
I successfully used srbminer 1.6.8 on nanopool. I install v1.7.3, copy file pools of 1.6.8 in 1.7.3. srbminer works, but on nanopool worker no visible. Same 1.7.2

So you should check your start.bat , that it points to the right config & pool file.

My start.bat
Code:
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0

cls
for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set LOGTIME=%dt:~0,4%_%dt:~4,2%_%dt:~6,2%_%dt:~8,2%_%dt:~10,2%_%dt:~12,2%
set LOGTIME=%LOGTIME: =%
set LOGTIME=%LOGTIME:,=.%.txt

SRBMiner-CN.exe --config Config\config-normalv8.txt --pools pools.txt --logfile %LOGTIME%

my pools
Code:
{
"pools" :
[
{
"pool" : "xmr-eu1.nanopool.org:14444",
"wallet" : "85**w.550/sangraf@***.com",
"password" : "x"
},
{
"pool" : "xmr-eu2.nanopool.org:14444",
"wallet" : "85**w.550/sangraf@***.com",
"password" : "x"
}
]
}
hero member
Activity: 2548
Merit: 626
I successfully used srbminer 1.6.8 on nanopool. I install v1.7.3, copy file pools of 1.6.8 in 1.7.3. srbminer works, but on nanopool worker no visible. Same 1.7.2

So you should check your start.bat , that it points to the right config & pool file.
newbie
Activity: 6
Merit: 0
I successfully used srbminer 1.6.8 on nanopool. I install v1.7.3, copy file pools of 1.6.8 in 1.7.3. srbminer works, but on nanopool worker no visible. Same 1.7.2
I mining XMR v8
hero member
Activity: 2548
Merit: 626
{
"cryptonight_type" : "stellitev8",
"intensity" : 0,
"double_threads" : true
[
{“id”:0,“kernel”:1,“intensity”:60,“worksize”:16,“threads”:1,“ double_threads“:false,”target_temperature“:90,”target_fan_speed“:2500,”off_temperature“:90,”adl_type“:1},
]
}

这个格式怎么设置的,尝试了很久都没做出来 ,谢谢请帮忙,1.7.3可以通过参数设置自动本机名和风扇转速吗,请告诉我在哪里设置,格式

I am trying with google translator here, so not sure i understand you, what automatic name are you talking about?
The one used in the API ?

Also stellite hasn't forked yet Smiley

Your example should look like this :

Code:
{
"cryptonight_type" : "stellitev8",
"intensity" : 0,
"double_threads" : true,
"gpu_conf" :
[
{
  "id" : 0,
  "intensity" : 60,
  "worksize" : 16,
  "threads" : 1,
  "target_temperature" : 90,
  "target_fan_speed" : 2500,
  "off_temperature" : 90,
  "adl_type" : 1
}
]
}

But some values in this config dont make any sense, like target_temperature = 90, but off_temperature is also 90, and set only fan_speed or target_temperature, not both.
newbie
Activity: 4
Merit: 0
Hello, when will you make SRB for Linux?
sr. member
Activity: 1484
Merit: 253
Here is my rig with 6x 470 4gb. Is this normal for a 470 at 800ish hashrate?

[2018-12-24 12:30:37] GPU0 :    818 H/s [T: 51c, RPM: 1916, CC: 1140 MHz, MC: 2050 MHz][BUS:8]
[2018-12-24 12:30:37] GPU1 :    818 H/s [T: 52c, RPM: 1921, CC: 1140 MHz, MC: 2050 MHz][BUS:3]
[2018-12-24 12:30:37] GPU2 :    816 H/s [T: 51c, RPM: 1982, CC: 1140 MHz, MC: 2050 MHz][BUS:7]
[2018-12-24 12:30:37] GPU3 :    816 H/s [T: 47c, RPM: 1900, CC: 1140 MHz, MC: 2050 MHz][BUS:5]
[2018-12-24 12:30:37] GPU4 :    818 H/s [T: 49c, RPM: 1870, CC: 1140 MHz, MC: 2050 MHz][BUS:6]
[2018-12-24 12:30:37] GPU5 :    817 H/s [T: 44c, RPM: 1921, CC: 1140 MHz, MC: 2050 MHz][BUS:1]
Depends on algo...
member
Activity: 202
Merit: 10
Eloncoin.org - Mars, here we come!
Here is my rig with 6x 470 4gb. Is this normal for a 470 at 800ish hashrate?

[2018-12-24 12:30:37] GPU0 :    818 H/s [T: 51c, RPM: 1916, CC: 1140 MHz, MC: 2050 MHz][BUS:8]
[2018-12-24 12:30:37] GPU1 :    818 H/s [T: 52c, RPM: 1921, CC: 1140 MHz, MC: 2050 MHz][BUS:3]
[2018-12-24 12:30:37] GPU2 :    816 H/s [T: 51c, RPM: 1982, CC: 1140 MHz, MC: 2050 MHz][BUS:7]
[2018-12-24 12:30:37] GPU3 :    816 H/s [T: 47c, RPM: 1900, CC: 1140 MHz, MC: 2050 MHz][BUS:5]
[2018-12-24 12:30:37] GPU4 :    818 H/s [T: 49c, RPM: 1870, CC: 1140 MHz, MC: 2050 MHz][BUS:6]
[2018-12-24 12:30:37] GPU5 :    817 H/s [T: 44c, RPM: 1921, CC: 1140 MHz, MC: 2050 MHz][BUS:1]
member
Activity: 202
Merit: 10
Eloncoin.org - Mars, here we come!
This is strange. I added a 580 in rig and one gpu is the rig just did not work well.

[2018-12-24 11:45:40] GPU0 :    915 H/s [T: 53c, RPM: 2105, CC: 1155 MHz, MC: 2050 MHz][BUS:1]
[2018-12-24 11:45:40] GPU1 :    927 H/s [T: 56c, RPM: 2555, CC: 1155 MHz, MC: 2050 MHz][BUS:5]
[2018-12-24 11:45:40] GPU2 :    939 H/s [T: 46c, RPM: 1801, CC: 1155 MHz, MC: 2050 MHz][BUS:7]
[2018-12-24 11:45:41] GPU3 :    929 H/s [T: 57c, RPM: 2581, CC: 1155 MHz, MC: 2050 MHz][BUS:8]
[2018-12-24 11:45:41] GPU4 :    601 H/s [T: 54c, RPM: 2539, CC: 1155 MHz, MC: 2050 MHz][BUS:11]

I set the compute mode and they are use the same driver. Anyone get any idea what is happening? TIA.

better to restart win)

I actually did. did not help.

Update: I restarted the third time and everything is working now... Thanks a lot!
newbie
Activity: 103
Merit: 0
This is strange. I added a 580 in rig and one gpu is the rig just did not work well.

[2018-12-24 11:45:40] GPU0 :    915 H/s [T: 53c, RPM: 2105, CC: 1155 MHz, MC: 2050 MHz][BUS:1]
[2018-12-24 11:45:40] GPU1 :    927 H/s [T: 56c, RPM: 2555, CC: 1155 MHz, MC: 2050 MHz][BUS:5]
[2018-12-24 11:45:40] GPU2 :    939 H/s [T: 46c, RPM: 1801, CC: 1155 MHz, MC: 2050 MHz][BUS:7]
[2018-12-24 11:45:41] GPU3 :    929 H/s [T: 57c, RPM: 2581, CC: 1155 MHz, MC: 2050 MHz][BUS:8]
[2018-12-24 11:45:41] GPU4 :    601 H/s [T: 54c, RPM: 2539, CC: 1155 MHz, MC: 2050 MHz][BUS:11]

I set the compute mode and they are use the same driver. Anyone get any idea what is happening? TIA.

better to restart win)
member
Activity: 202
Merit: 10
Eloncoin.org - Mars, here we come!
This is strange. I added a 580 in rig and one gpu is the rig just did not work well.

[2018-12-24 11:45:40] GPU0 :    915 H/s [T: 53c, RPM: 2105, CC: 1155 MHz, MC: 2050 MHz][BUS:1]
[2018-12-24 11:45:40] GPU1 :    927 H/s [T: 56c, RPM: 2555, CC: 1155 MHz, MC: 2050 MHz][BUS:5]
[2018-12-24 11:45:40] GPU2 :    939 H/s [T: 46c, RPM: 1801, CC: 1155 MHz, MC: 2050 MHz][BUS:7]
[2018-12-24 11:45:41] GPU3 :    929 H/s [T: 57c, RPM: 2581, CC: 1155 MHz, MC: 2050 MHz][BUS:8]
[2018-12-24 11:45:41] GPU4 :    601 H/s [T: 54c, RPM: 2539, CC: 1155 MHz, MC: 2050 MHz][BUS:11]

I set the compute mode and they are use the same driver. Anyone get any idea what is happening? TIA.
sr. member
Activity: 703
Merit: 272
Hi, may be someone can help me. I try to mine normal v7 algo, but hashrate is very low on rx480 8Gb. Haven or any other heavy algo seems to work perfectly, hashrate is close to 1200H/s, but normal v7 is only 990 H/s. What am i doing wrong ? I am using old drivers (blockchain), but they always worked perfectly before. May be i need to make some tuning in config file? Same problem i have while trying to mine normal v7 on Vega56 Sad

P.S. SRBMiner 1.73

990hs on a 480 8g is low for v7 ? Smiley

my rhetorical question is why are they even mining v7?  Huh   Cheesy Cheesy

hero member
Activity: 2548
Merit: 626
Hi, may be someone can help me. I try to mine normal v7 algo, but hashrate is very low on rx480 8Gb. Haven or any other heavy algo seems to work perfectly, hashrate is close to 1200H/s, but normal v7 is only 990 H/s. What am i doing wrong ? I am using old drivers (blockchain), but they always worked perfectly before. May be i need to make some tuning in config file? Same problem i have while trying to mine normal v7 on Vega56 Sad

P.S. SRBMiner 1.73

990hs on a 480 8g is low for v7 ? Smiley
member
Activity: 110
Merit: 10
Hi, may be someone can help me. I try to mine normal v7 algo, but hashrate is very low on rx480 8Gb. Haven or any other heavy algo seems to work perfectly, hashrate is close to 1200H/s, but normal v7 is only 990 H/s. What am i doing wrong ? I am using old drivers (blockchain), but they always worked perfectly before. May be i need to make some tuning in config file? Same problem i have while trying to mine normal v7 on Vega56 Sad

P.S. SRBMiner 1.73
Pages:
Jump to: