Bitcoin Forum
April 24, 2024, 07:02:06 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 [73] 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 ... 363 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237202 times)
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
April 30, 2018, 07:04:06 AM
 #1441

Could anyone share their config settings for R9 290 and 290x cards? and also clocks and volts?

I am getting HW errors in miner with 290x with almost stock memory clocks. HWInfo doesn't show any memory errors for the card. When I lower the intensity they seem to go away but the hashrate also suffers greatly. At the moment it is running at 47 intensity with 2 threads.

Are these memory errors bad in any way? The shares seem to be accepted but the pool shows much lower hashrate than miner.

did you try kernel 2,3 or 4 ?
you put "kernel" : number in gpu_conf

and yes, hw errors are bad if you have a lot. It means your gpu computed wrong result.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
1713985326
Hero Member
*
Offline Offline

Posts: 1713985326

View Profile Personal Message (Offline)

Ignore
1713985326
Reply with quote  #2

1713985326
Report to moderator
1713985326
Hero Member
*
Offline Offline

Posts: 1713985326

View Profile Personal Message (Offline)

Ignore
1713985326
Reply with quote  #2

1713985326
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
micax1
Hero Member
*****
Offline Offline

Activity: 708
Merit: 502


View Profile
April 30, 2018, 07:15:43 AM
 #1442

You can always set fan speed, if temperature_target isn't working for you.
For ex you know the RPM you need, you can set it in gpu_conf.

Code:
{
"cryptonight_type" : "normalv7",
"log_file" : "log.log",
"intensity" : 23,
"double_threads" : true,
/*"target_temperature" : 55,*/
"shutdown_temperature" : 80,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 1, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 2, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 3, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 4, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 5, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 6, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 7, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 8, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 9, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 10, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
{ "id" : 11, "intensity" : 23, "worksize" : 8, "threads" : 2, "target_fan_speed" : 3000},
]
}

Code:
C:\SRBMiner>SRBMiner-CN.exe --listdevices
[2018-04-30 10:10:22] Platform #0
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] AMD Accelerated Parallel Processing
[2018-04-30 10:10:22] Advanced Micro Devices, Inc.
[2018-04-30 10:10:22] OpenCL 2.1 AMD-APP (2527.10)
[2018-04-30 10:10:22] DEVICES: 13
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [0]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 13
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [1]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 10
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 3
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [2]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 15
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [3]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 6
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [4]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 1
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [5]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 14
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [6]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 12
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [7]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 4
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [8]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 2
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [9]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 5
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [10]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 11
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [11]
[2018-04-30 10:10:22] Type:GPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 12
[2018-04-30 10:10:22] RAM: 2048 MB
[2018-04-30 10:10:22] BUSID: 8
[2018-04-30 10:10:22]
[2018-04-30 10:10:22] DeviceID [12]
[2018-04-30 10:10:22] Type: CPU
[2018-04-30 10:10:22] Vendor: AMD
[2018-04-30 10:10:22] CU: 2
[2018-04-30 10:10:22] RAM: 4034 MB
[2018-04-30 10:10:22] BUSID: -1
[2018-04-30 10:10:22]
[2018-04-30 10:10:22]




can you please confirm that this config is correct?
because it`s not setting fan speeds to 3000
RaidoP2
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
April 30, 2018, 07:17:08 AM
 #1443

Could anyone share their config settings for R9 290 and 290x cards? and also clocks and volts?

I am getting HW errors in miner with 290x with almost stock memory clocks. HWInfo doesn't show any memory errors for the card. When I lower the intensity they seem to go away but the hashrate also suffers greatly. At the moment it is running at 47 intensity with 2 threads.

Are these memory errors bad in any way? The shares seem to be accepted but the pool shows much lower hashrate than miner.

did you try kernel 2,3 or 4 ?
you put "kernel" : number in gpu_conf

and yes, hw errors are bad if you have a lot. It means your gpu computed wrong result.

No I haven't tried with different kernels, although they are GCN cards, but will try it out, thanks!

How much is a lot? I get about 17 errors per hour.
ninjam
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
April 30, 2018, 07:24:19 AM
 #1444

which parameters to use for vega cards?
micax1
Hero Member
*****
Offline Offline

Activity: 708
Merit: 502


View Profile
April 30, 2018, 07:39:15 AM
 #1445

You can always set fan speed, if temperature_target isn't working for you.
For ex you know the RPM you need, you can set it in gpu_conf.


here are logs and output for the above config:

Code:
[2018-04-30 10:33:41] AMD Platform ID: 0
[2018-04-30 10:33:41] AMD platform FOUND
[2018-04-30 10:33:41] Found 12 AMD devices
[2018-04-30 10:33:41] gpu_conf: GPU0: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 13]
[2018-04-30 10:33:41] gpu_conf: GPU1: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 3]
[2018-04-30 10:33:41] gpu_conf: GPU2: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 15]
[2018-04-30 10:33:41] gpu_conf: GPU3: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 6]
[2018-04-30 10:33:41] gpu_conf: GPU4: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 1]
[2018-04-30 10:33:41] gpu_conf: GPU5: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 14]
[2018-04-30 10:33:41] gpu_conf: GPU6: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 12]
[2018-04-30 10:33:41] gpu_conf: GPU7: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 4]
[2018-04-30 10:33:41] gpu_conf: GPU8: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-04-30 10:33:41] gpu_conf: GPU9: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 5]
[2018-04-30 10:33:41] gpu_conf: GPU10: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 11]
[2018-04-30 10:33:41] gpu_conf: GPU11: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 8]
[2018-04-30 10:33:41] ADL is enabled
[2018-04-30 10:33:41] CryptonightV7 mode enabled
[2018-04-30 10:33:41] PcieBusId[13] thread 0 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[13] thread 1 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[3] thread 2 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[3] thread 3 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[15] thread 4 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[15] thread 5 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[6] thread 6 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[6] thread 7 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[1] thread 8 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[1] thread 9 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[14] thread 10 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[14] thread 11 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[12] thread 12 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[12] thread 13 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[4] thread 14 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[4] thread 15 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[2] thread 16 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[2] thread 17 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[5] thread 18 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[5] thread 19 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[11] thread 20 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[11] thread 21 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[8] thread 22 using OCLKernelID 1
[2018-04-30 10:33:41] PcieBusId[8] thread 23 using OCLKernelID 1
[2018-04-30 10:33:41] Compiling kernel for GPU0 ...
[2018-04-30 10:33:42] Compiling kernel for GPU0 ...
[2018-04-30 10:33:43] Compiling kernel for GPU1 ...
[2018-04-30 10:33:45] Compiling kernel for GPU1 ...
[2018-04-30 10:33:46] Compiling kernel for GPU2 ...
[2018-04-30 10:33:47] Compiling kernel for GPU2 ...
[2018-04-30 10:33:48] Compiling kernel for GPU3 ...
[2018-04-30 10:33:49] Compiling kernel for GPU3 ...
[2018-04-30 10:33:50] Compiling kernel for GPU4 ...
[2018-04-30 10:33:52] Compiling kernel for GPU4 ...
[2018-04-30 10:33:53] Compiling kernel for GPU5 ...
[2018-04-30 10:33:54] Compiling kernel for GPU5 ...
[2018-04-30 10:33:55] Compiling kernel for GPU6 ...
[2018-04-30 10:33:56] Compiling kernel for GPU6 ...
[2018-04-30 10:33:58] Compiling kernel for GPU7 ...
[2018-04-30 10:33:59] Compiling kernel for GPU7 ...
[2018-04-30 10:34:00] Compiling kernel for GPU8 ...
[2018-04-30 10:34:01] Compiling kernel for GPU8 ...
[2018-04-30 10:34:02] Compiling kernel for GPU9 ...
[2018-04-30 10:34:04] Compiling kernel for GPU9 ...
[2018-04-30 10:34:05] Compiling kernel for GPU10 ...
[2018-04-30 10:34:06] Compiling kernel for GPU10 ...
[2018-04-30 10:34:07] Compiling kernel for GPU11 ...
[2018-04-30 10:34:08] Compiling kernel for GPU11 ...
[2018-04-30 10:34:10] ADL init successful
[2018-04-30 10:34:10] Gpu watchdog started
[2018-04-30 10:34:10] watchdog: Setting watchdog array to 0
[2018-04-30 10:34:10] on_reconnect: Connecting to cryptonightv7.eu.nicehash.com:3363
[2018-04-30 10:34:10] json_send: {"method":"login","params":{"login":"xxx.worker5","pass":"x","agent":"SRBMiner Cryptonight AMD GPU miner/1.4.9"},"id":1}
[2018-04-30 10:34:11] json_receive: {"jsonrpc":"2.0","id":1,"error":null,"result":{"id":"152761423221685","status":"OK","job":{"job_id":"00000062b7b8af17","blob":"0909d48d9bd705a7ec0e1d898c77fbd3d4fc9b2e1545def6f0f47fba0758d1420b8183b1ce6a940000007193858bd8e0673135862e8a11dceea1991c0fad5edc5852c99cf4e7fdbbb6df0801","target":"c5a70000"}}}
[2018-04-30 10:34:11] sock_ready: User logged in
[2018-04-30 10:34:11] pool_have_job: Pool difficulty: 100001
[2018-04-30 10:34:11] pool_have_job: Pool sent a new job (ID: 00000062b7b8af17)
[2018-04-30 10:34:29] json_receive: {"params":{"job_id":"00000062b7b8d344","blob":"0909878e9bd705879eb03f0e8e55d2b4c51d8095f43be8e81b19732de565a37df16881ede575bc00000071a1765d17d3da8f011592090f45d19930751ba73880a24d4f390589ad795a9c5d01","target":"c5a70000"},"jsonrpc":"2.0","method":"job"}
[2018-04-30 10:34:29] pool_have_job: Pool sent a new job (ID: 00000062b7b8d344)
[2018-04-30 10:34:34] miner_result: Sending user result to pool
[2018-04-30 10:34:34] json_send: {"method":"submit","params":{"id":"152761423221685","job_id":"00000062b7b8d344","nonce":"a7aeca71","result":"131c6f142def47d5ca66ec1c35657faef8cb424af639d8d2a1168f525da60000"},"id":1}
[2018-04-30 10:34:35] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK"}}
[2018-04-30 10:34:35] miner_result: Pool accepted result 0x0000A65D
[2018-04-30 10:34:40] miner_result: Sending user result to pool
[2018-04-30 10:34:40] json_send: {"method":"submit","params":{"id":"152761423221685","job_id":"00000062b7b8d344","nonce":"c4b2ea71","result":"b55c57d33d422f03e8880f1f3aa068532ccd57f9541f843fdb5245a6da880000"},"id":1}
[2018-04-30 10:34:40] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK"}}
[2018-04-30 10:34:40] miner_result: Pool accepted result 0x000088DA
[2018-04-30 10:34:54] json_receive: {"params":{"job_id":"00000062b7b95e4b","blob":"0909f0939bd7052f7a78ac55e6ffc6fca9201ffdce7cadc2f26f4097aee4b55196b727c92a2da90000007127c4b4ffcb412ef95be0d1b9e6d886146cf7c9687aa388c237552d824674cbf801","target":"c5a70000"},"jsonrpc":"2.0","method":"job"}
[2018-04-30 10:34:54] pool_have_job: Pool sent a new job (ID: 00000062b7b95e4b)
[2018-04-30 10:35:08] miner_result: Sending user result to pool
[2018-04-30 10:35:08] json_send: {"method":"submit","params":{"id":"152761423221685","job_id":"00000062b7b95e4b","nonce":"e50c6071","result":"afac917811fcd4a0f346b013b9245497be54afc907784ef4e4a7fa57eea40000"},"id":1}
[2018-04-30 10:35:08] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK"}}
[2018-04-30 10:35:10] miner_result: Pool accepted result 0x0000A4EE
[2018-04-30 10:35:30] miner_result: Sending user result to pool
[2018-04-30 10:35:30] json_send: {"method":"submit","params":{"id":"152761423221685","job_id":"00000062b7b95e4b","nonce":"4a1e8071","result":"b611827cfbaa64ce62953387c2e8f2c2d94ae9114fbd74750402780a950a0000"},"id":1}
[2018-04-30 10:35:30] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK"}}
[2018-04-30 10:35:30] miner_result: Pool accepted result 0x00000A95
[2018-04-30 10:35:34] json_receive: {"params":{"job_id":"00000062b7ba12a4","blob":"0909c88e9bd7051071c57c2803d3fc792760debba8c0af050a45977290ebe6df0c1e13b6fa2e4800000071e3bc0be1a8908cfc53759526f8c488e3f67d08ce5e7a9ae422109ad06a04cf7a01","target":"c5a70000"},"jsonrpc":"2.0","method":"job"}
[2018-04-30 10:35:34] pool_have_job: Pool sent a new job (ID: 00000062b7ba12a4)
[2018-04-30 10:35:36] json_receive: {"params":{"job_id":"00000062b7ba1df0","blob":"0909c88e9bd7051071c57c2803d3fc792760debba8c0af050a45977290ebe6df0c1e13b6fa2e48000000d804aae8b7b24d9748cfcfaadc14a1aa2a7118602ba44a87fa25c2556ddc831a2901","target":"c5a70000"},"jsonrpc":"2.0","method":"job"}
[2018-04-30 10:35:36] pool_have_job: Pool sent a new job (ID: 00000062b7ba1df0)
[2018-04-30 10:35:52] Stopping miner process

Code:

GPU0: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 13]
GPU1: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 3]
GPU2: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 15]
GPU3: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 6]
GPU4: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 1]
GPU5: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 14]
GPU6: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 12]
GPU7: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 4]
GPU8: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 2]
GPU9: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 5]
GPU10: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 11]
GPU11: Radeon RX 550 Series [Baffin] [2048 MB][Intensity 23.0][W: 8][T: 2][K: 1][BUS: 8]

---------------------------------------------------------
SRBMiner Cryptonight AMD GPU miner 1.4.9
DevFee 1 minute every 2 hours (~ 0.85%)
Press 's' to get some stats
Press 'h' to get some hashrate
Give it a few minutes to reach maximum hashrate
---------------------------------------------------------
Total pools: 2

Please wait...

CryptonightV7 mode enabled

[2018-04-30 10:33:41] Heating up system, please wait...
[2018-04-30 10:33:41] Compiling kernel for GPU0 ...
[2018-04-30 10:33:42] Compiling kernel for GPU0 ...
[2018-04-30 10:33:43] Compiling kernel for GPU1 ...
[2018-04-30 10:33:45] Compiling kernel for GPU1 ...
[2018-04-30 10:33:46] Compiling kernel for GPU2 ...
[2018-04-30 10:33:47] Compiling kernel for GPU2 ...
[2018-04-30 10:33:48] Compiling kernel for GPU3 ...
[2018-04-30 10:33:49] Compiling kernel for GPU3 ...
[2018-04-30 10:33:50] Compiling kernel for GPU4 ...
[2018-04-30 10:33:52] Compiling kernel for GPU4 ...
[2018-04-30 10:33:53] Compiling kernel for GPU5 ...
[2018-04-30 10:33:54] Compiling kernel for GPU5 ...
[2018-04-30 10:33:55] Compiling kernel for GPU6 ...
[2018-04-30 10:33:56] Compiling kernel for GPU6 ...
[2018-04-30 10:33:58] Compiling kernel for GPU7 ...
[2018-04-30 10:33:59] Compiling kernel for GPU7 ...
[2018-04-30 10:34:00] Compiling kernel for GPU8 ...
[2018-04-30 10:34:01] Compiling kernel for GPU8 ...
[2018-04-30 10:34:02] Compiling kernel for GPU9 ...
[2018-04-30 10:34:04] Compiling kernel for GPU9 ...
[2018-04-30 10:34:05] Compiling kernel for GPU10 ...
[2018-04-30 10:34:06] Compiling kernel for GPU10 ...
[2018-04-30 10:34:07] Compiling kernel for GPU11 ...
[2018-04-30 10:34:08] Compiling kernel for GPU11 ...
[2018-04-30 10:34:10] ADL initialised successfully!
[2018-04-30 10:34:10] GPU0:    nan H/S [T: 32c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU1:    nan H/S [T: 48c, RPM: 0, CC: 1150 MHz, MC: 1800 MHz]
[2018-04-30 10:34:10] GPU2:    nan H/S [T: 49c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU3:    nan H/S [T: 43c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU4:    nan H/S [T: 43c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU5:    nan H/S [T: 40c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU6:    nan H/S [T: 46c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU7:    nan H/S [T: 47c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU8:    nan H/S [T: 44c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU9:    nan H/S [T: 52c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU10:    nan H/S [T: 42c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] GPU11:    nan H/S [T: 51c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:10] Connecting to cryptonightv7.eu.nicehash.com:3363
[2018-04-30 10:34:10] Connected!
[2018-04-30 10:34:11] User logged in
[2018-04-30 10:34:11] Pool difficulty: 100001
[2018-04-30 10:34:11] Pool sent a new job (ID: 00000062b7b8af17)
[2018-04-30 10:34:20] GPU0:    nan H/S [T: 41c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU1:    nan H/S [T: 52c, RPM: 0, CC: 1150 MHz, MC: 1800 MHz]
[2018-04-30 10:34:20] GPU2:    nan H/S [T: 56c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU3:    nan H/S [T: 47c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU4:    nan H/S [T: 52c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU5:    nan H/S [T: 48c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU6:    nan H/S [T: 55c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU7:    nan H/S [T: 55c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU8:    nan H/S [T: 52c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU9:    nan H/S [T: 55c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU10:    nan H/S [T: 47c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:20] GPU11:    nan H/S [T: 52c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU0:    479.0 H/S [T: 43c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU1:    419.0 H/S [T: 58c, RPM: 0, CC: 1150 MHz, MC: 1800 MHz]
[2018-04-30 10:34:26] GPU2:    494.0 H/S [T: 59c, RPM: 671, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU3:    445.0 H/S [T: 54c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU4:    453.0 H/S [T: 54c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU5:    455.0 H/S [T: 50c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU6:    451.0 H/S [T: 58c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU7:    449.0 H/S [T: 57c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU8:    448.0 H/S [T: 55c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU9:    233.0 H/S [T: 60c, RPM: 3168, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU10:    483.0 H/S [T: 49c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] GPU11:    224.0 H/S [T: 58c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:26] Total:   5033.0 H/S
[2018-04-30 10:34:29] Pool sent a new job (ID: 00000062b7b8d344)
[2018-04-30 10:34:30] GPU0:    486.0 H/S [T: 45c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU1:    444.0 H/S [T: 60c, RPM: 2618, CC: 1150 MHz, MC: 1800 MHz]
[2018-04-30 10:34:30] GPU2:    499.0 H/S [T: 60c, RPM: 3189, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU3:    456.0 H/S [T: 56c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU4:    457.0 H/S [T: 56c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU5:    459.0 H/S [T: 51c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU6:    455.0 H/S [T: 60c, RPM: 2626, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU7:    451.0 H/S [T: 59c, RPM: 1463, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU8:    448.0 H/S [T: 56c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU9:    476.0 H/S [T: 60c, RPM: 3241, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU10:    488.0 H/S [T: 50c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] GPU11:    447.0 H/S [T: 60c, RPM: 3057, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:30] Total:   5566.0 H/S
[2018-04-30 10:34:35] Pool accepted result 0x0000A65D
[2018-04-30 10:34:35] GPU0:    490.0 H/S [T: 47c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU1:    453.0 H/S [T: 60c, RPM: 3143, CC: 1150 MHz, MC: 1800 MHz]
[2018-04-30 10:34:35] GPU2:    499.0 H/S [T: 59c, RPM: 3190, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU3:    493.0 H/S [T: 58c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU4:    459.0 H/S [T: 58c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU5:    461.0 H/S [T: 53c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU6:    459.0 H/S [T: 60c, RPM: 3251, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU7:    455.0 H/S [T: 61c, RPM: 3143, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU8:    450.0 H/S [T: 58c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU9:    498.0 H/S [T: 60c, RPM: 3223, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU10:    492.0 H/S [T: 52c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] GPU11:    449.0 H/S [T: 60c, RPM: 3236, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:35] Total:   5658.0 H/S
[2018-04-30 10:34:40] Pool accepted result 0x000088DA
[2018-04-30 10:34:41] GPU0:    492.0 H/S [T: 48c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU1:    457.0 H/S [T: 60c, RPM: 3115, CC: 1150 MHz, MC: 1800 MHz]
[2018-04-30 10:34:41] GPU2:    499.0 H/S [T: 59c, RPM: 3242, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU3:    492.0 H/S [T: 58c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU4:    461.0 H/S [T: 60c, RPM: 2966, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU5:    463.0 H/S [T: 55c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU6:    461.0 H/S [T: 60c, RPM: 3242, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU7:    459.0 H/S [T: 60c, RPM: 3155, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU8:    455.0 H/S [T: 60c, RPM: 3089, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU9:    498.0 H/S [T: 59c, RPM: 3214, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU10:    494.0 H/S [T: 53c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] GPU11:    448.0 H/S [T: 60c, RPM: 3248, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:41] Total:   5679.0 H/S
[2018-04-30 10:34:50] GPU0:    494.0 H/S [T: 51c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU1:    455.0 H/S [T: 60c, RPM: 3135, CC: 1150 MHz, MC: 1800 MHz]
[2018-04-30 10:34:50] GPU2:    499.0 H/S [T: 58c, RPM: 3274, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU3:    493.0 H/S [T: 59c, RPM: 3185, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU4:    482.0 H/S [T: 59c, RPM: 3236, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU5:    466.0 H/S [T: 58c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU6:    465.0 H/S [T: 60c, RPM: 3232, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU7:    464.0 H/S [T: 60c, RPM: 3108, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU8:    460.0 H/S [T: 58c, RPM: 3203, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU9:    499.0 H/S [T: 59c, RPM: 3215, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU10:    494.0 H/S [T: 56c, RPM: 0, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] GPU11:    479.0 H/S [T: 59c, RPM: 3239, CC: 1150 MHz, MC: 1900 MHz]
[2018-04-30 10:34:50] Total:   5750.0 H/S
[2018-04-30 10:34:54] Pool sent a new job (ID: 00000062b7b95e4b)
livada
Newbie
*
Offline Offline

Activity: 417
Merit: 0


View Profile WWW
April 30, 2018, 09:03:14 AM
 #1446

Cast xmr works better for vega and heavy. Srbminer is best for v7

not true
i have 3*vega 56 -
heavy and cast = 4400HR
heavy and SRB = 4500HR
SS heavy - 530W
https://image.prntscr.com/image/GNijU9AvQgaWTSSxzJo1Ig.jpg

v7 and cast = 5550HR
v7 and SRB = 5850HR
SS v7 - 565W
https://image.prntscr.com/image/IL1ZCdsdT4iEbgA8gfgmAQ.jpg

lite and cast = 11000HR
lite and SRB = 12000HR


My Rig 6 Vega 64. Sumokoin

Cast XMR
https://image.prntscr.com/image/8p3vYVJYRdiQR7IZCIQmFA.png


SRMiner
https://image.prntscr.com/image/VD4moOI7QAycmXZfM4o0fQ.png

OverDriveNTool

https://image.prntscr.com/image/jsfTjzXVTz6lZTx1pgJZBA.png

Your can share your config. I'm try SRBMiner but not good hashrate

@Docktor83: Please support Json API

Using Driver 18.3.4
Thanks

read last 5-6 page. i send my confing couple of times. i not use overdrive .

"gpu_conf" :
[
{ "id" : 0, "intensity" :56, "worksize" : 8, "threads" : 2, "target_temperature" : 59},
{ "id" : 1, "intensity" : 56, "worksize" : 8, "threads" : 2, "target_temperature" : 58},
{ "id" : 2, "intensity" : 56, "worksize" : 8, "threads" : 2, "target_temperature" : 56},

gpu 900-910mv
mem 900-905mv

your gpu is too low. i have vega56 with 64 biso and my gpu  go on 1450mhz.

intesity for vega 64 : try 56-58-60

psychocrypt
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 30, 2018, 12:02:46 PM
 #1447

This miner is a fork of xmr-stak which is GPL. As long as the author is not providing the source code it is a GPL license violation.

PLEASE do not use this miner until doktor83 is providing the source code
optii
Newbie
*
Offline Offline

Activity: 23
Merit: 3


View Profile
April 30, 2018, 12:12:23 PM
 #1448

can someone explain to me what im doing wrong? ver 149

xmr-cast to same CCv7 coin and pool , vega 56 ref card, samsung memory, get 1960 HS,

with srb miner,
intensity 0 - 1300Hs
Intensity 56 - 1440hs
intensity 58 - 1440hs
intensity 60 - 1440hs

target temp is set to 56 C. 2 threads is TRUE

and im using powerplay tables GPU 1450 mhz and mem 950 mhz



GPU0: Radeon RX Vega [gfx900] [8094 MB][Intensity 58.0][W: 8][T: 2][K: 1][BUS: 3]

which intensity should i try?
Lunga Chung
Member
**
Offline Offline

Activity: 277
Merit: 23


View Profile
April 30, 2018, 12:13:20 PM
 #1449

This miner is a fork of xmr-stak which is GPL. As long as the author is not providing the source code it is a GPL license violation.

PLEASE do not use this miner until doktor83 is providing the source code

funny...
RaidoP2
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
April 30, 2018, 12:15:45 PM
 #1450

This miner is a fork of xmr-stak which is GPL. As long as the author is not providing the source code it is a GPL license violation.

PLEASE do not use this miner until doktor83 is providing the source code

Proof?
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
April 30, 2018, 12:18:44 PM
 #1451

This miner is a fork of xmr-stak which is GPL. As long as the author is not providing the source code it is a GPL license violation.

PLEASE do not use this miner until doktor83 is providing the source code

Its not a fork of xmr-stak.

I don't say i did not use some of the ideas from other open source projects. I would lie if i said that.
So sorry, no source code for you.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
JuanHungLo
Hero Member
*****
Offline Offline

Activity: 935
Merit: 1001


I don't always drink...


View Profile
April 30, 2018, 12:24:37 PM
 #1452

can someone explain to me what im doing wrong? ver 149

xmr-cast to same CCv7 coin and pool , vega 56 ref card, samsung memory, get 1960 HS,

with srb miner,
intensity 0 - 1300Hs
Intensity 56 - 1440hs
intensity 58 - 1440hs
intensity 60 - 1440hs

target temp is set to 56 C. 2 threads is TRUE

and im using powerplay tables GPU 1450 mhz and mem 950 mhz



GPU0: Radeon RX Vega [gfx900] [8094 MB][Intensity 58.0][W: 8][T: 2][K: 1][BUS: 3]

which intensity should i try?

The first problem I notice is that your card is reporting [gfx900]  It should say [gfx901] But I have no idea why.
Secondly, I would make W:16 and intensity 112

Bull markets are born on pessimism, grow on skepticism, mature on optimism, and die on euphoria. - John Templeton
Kriss.Kross
Member
**
Offline Offline

Activity: 102
Merit: 40


View Profile
April 30, 2018, 12:27:27 PM
 #1453

Sometimes when 1.4.8 process to shutdown, it's reset my gpu clock to default on radeon setting or msi afterburner.
How to fix this issue ?

#Menunggu saat yang tepat untuk mining kembali
optii
Newbie
*
Offline Offline

Activity: 23
Merit: 3


View Profile
April 30, 2018, 12:28:40 PM
 #1454

managed to change it to W:16 and intensity 112, getting 1930 hs Smiley still a bit below cast xmr but will do
optii
Newbie
*
Offline Offline

Activity: 23
Merit: 3


View Profile
April 30, 2018, 12:49:20 PM
 #1455

btw guys, what is normal HS for Vega 56 or 64 on artocash? i get with Intensity 112 and W:16 1800 HS
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
April 30, 2018, 01:28:12 PM
 #1456

Ok, it was just a matter of time, when will it begin, but it looks like the time has comed.
Threads appearing here on BTCTalk and Reddit, claiming SRBMiner is a virus, that it creates a VBS script etc etc...(by the way he is also advertising another miner in that thread Cheesy)
Also all of a sudden developers of XMR-STAK came telling people not to use SRBMiner.

I don't really know what to tell you people except:

- If you think it's a virus , don't use it
- If you think it violates some GPL license, and that bothers you a lot, don't use it

If you are one of the devs of XMR-STAK, tell me which part of my code bothers you, cause you obviously did some RE.
I'll gladly change it, if it bothers you so much Smiley

Also as i wrote on the first page, download only from link in first post.

Let me remind you of this post : https://bitcointalk.org/index.php?topic=3167363.msg34588673#msg34588673



SRBMiner-MULTI thread - HERE
http://www.srbminer.com
Bulitt
Member
**
Offline Offline

Activity: 108
Merit: 11


View Profile
April 30, 2018, 01:37:08 PM
 #1457

There's a large group of people who stick by their beliefs that any miner that isnt open-source is most likely a virus/backdoor. They are at unhealthy paranoia levels. Show me the proof, run it in a VM and show me all the actions it makes that qualify it as a RAT.

Until then I will trust what (actions) it shows to me inside native windows. Its unfortunate that I dont use it anymore, but its not because of any "virus" symptoms.
Bixbitecoin
Jr. Member
*
Offline Offline

Activity: 119
Merit: 3


View Profile WWW
April 30, 2018, 03:37:23 PM
 #1458

We are waiting for new successes)

BIXBITE COIN (https://bixbite.pro)
TELEGRAM (https://t.me/bixbitecoin)
heavyarms1912
Full Member
***
Offline Offline

Activity: 729
Merit: 114



View Profile
April 30, 2018, 04:50:07 PM
 #1459

@doktor83 suggestion to have space padding in ADL output format in console as

[2018-04-30 12:47:24] GPU0:    990.0 H/S   [T: 49c, RPM: 1782, CC: 1200 MHz, MC: 2000 MHz]
[2018-04-30 12:47:24] GPU1:    1000.0 H/S [T: 44c, RPM: 1778, CC: 1250 MHz, MC: 2080 MHz]

instead of

[2018-04-30 12:47:24] GPU0:    990.0 H/S [T: 49c, RPM: 1782, CC: 1200 MHz, MC: 2000 MHz]
[2018-04-30 12:47:24] GPU1:    1000.0 H/S [T: 44c, RPM: 1778, CC: 1250 MHz, MC: 2080 MHz]

ZaGunShow
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
April 30, 2018, 05:00:40 PM
 #1460

Ok, it was just a matter of time, when will it begin, but it looks like the time has comed.
Threads appearing here on BTCTalk and Reddit, claiming SRBMiner is a virus, that it creates a VBS script etc etc...(by the way he is also advertising another miner in that thread Cheesy)
Also all of a sudden developers of XMR-STAK came telling people not to use SRBMiner.

I don't really know what to tell you people except:

- If you think it's a virus , don't use it
- If you think it violates some GPL license, and that bothers you a lot, don't use it

......

Just keep up the good work and power on...
Pages: « 1 ... 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 [73] 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 ... 363 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!