Bitcoin Forum
April 16, 2024, 10:44:07 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 [154] 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 ... 363 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237202 times)
UnclWish
Sr. Member
****
Offline Offline

Activity: 1484
Merit: 253


View Profile
June 30, 2018, 04:00:49 PM
 #3061

Doctor, maybe you add in statistics effective speed (accepted by pool)? To prevent questions about differenece between miner speed and pools speed.
1713307447
Hero Member
*
Offline Offline

Posts: 1713307447

View Profile Personal Message (Offline)

Ignore
1713307447
Reply with quote  #2

1713307447
Report to moderator
1713307447
Hero Member
*
Offline Offline

Posts: 1713307447

View Profile Personal Message (Offline)

Ignore
1713307447
Reply with quote  #2

1713307447
Report to moderator
1713307447
Hero Member
*
Offline Offline

Posts: 1713307447

View Profile Personal Message (Offline)

Ignore
1713307447
Reply with quote  #2

1713307447
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713307447
Hero Member
*
Offline Offline

Posts: 1713307447

View Profile Personal Message (Offline)

Ignore
1713307447
Reply with quote  #2

1713307447
Report to moderator
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
June 30, 2018, 07:57:58 PM
 #3062

Doctor, maybe you add in statistics effective speed (accepted by pool)? To prevent questions about differenece between miner speed and pools speed.

Those questions can never be prevented, no matter what i do to the miner.
All i can say is that the miner is not showing fake or higher values just to make the miner happy.
I am sure everyone knows what is the best for him, and if it's switching to another mining software, i am ok with that, i can't force anyone to use SRBMiner Smiley


SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
June 30, 2018, 08:00:58 PM
 #3063

guys, help me to configurate SRB 1.6.1. for StelliteV4
I always have crushes miner

config.txt :

{
"cryptonight_type" : "stellitev4",
"intensity" : 0,
"double_threads" : true
}

pools.txt :

{
"pools" :
[
   {
   "pool" : "communitypool.stellite.cash:6688",
    "wallet" : "your-wallet",
    "password" : "x"
    }
]
}

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 01, 2018, 12:01:17 PM
 #3064

BITTUBE FORK INCOMING (block 110.000)

Get ready (v1.6.1) :

Example for Vega cards

config.txt :

{
"cryptonight_type" : "bittubev2",
"intensity" : 56,
"double_threads" : true
}

pools.txt :

{
"pools" :
[
   {"pool" : "mining.bit.tube:15555",
    "wallet" : "your-wallet",
    "password" : "x"
    }
]
}

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
Boba_Fett
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 01, 2018, 05:42:56 PM
 #3065

It seems there's an issue with Haven Algorithm and V1.6.1

The miner crashes.

Tested on 2 rigs, same problem

No issue with V1.6.0
WhyMe
Sr. Member
****
Offline Offline

Activity: 661
Merit: 250


View Profile
July 01, 2018, 05:46:06 PM
 #3066

It seems there's an issue with Haven Algorithm and V1.6.1

The miner crashes.

Tested on 2 rigs, same problem

No issue with V1.6.0
Same problem here.
1.6.0 works on Haven, 1.6.1 not.
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 01, 2018, 06:32:33 PM
 #3067

It seems there's an issue with Haven Algorithm and V1.6.1

The miner crashes.

Tested on 2 rigs, same problem

No issue with V1.6.0
Same problem here.
1.6.0 works on Haven, 1.6.1 not.

windows version, driver version, config file and log would be more helpful.

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

Activity: 661
Merit: 250


View Profile
July 01, 2018, 06:37:40 PM
 #3068

BITTUBE FORK INCOMING (block 110.000)

Get ready (v1.6.1) :

Example for Vega cards

config.txt :

{
"cryptonight_type" : "bittubev2",
"intensity" : 56,
"double_threads" : true
}

pools.txt :

{
"pools" :
[
   {"pool" : "mining.bit.tube:15555",
    "wallet" : "your-wallet",
    "password" : "x"
    }
]
}

How can we test this with testnet pool ?
My 1.6.1 doesn't seems recognize "cryptonight_type" : "bittubev2",

{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy, marketcash, b2n  */
"cryptonight_type" : "bittubev2",
"intensity" : 0,
"double_threads" : true
}

Miner says :
cryptonight_type can be : [normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy]
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 01, 2018, 06:43:00 PM
 #3069

How can we test this with testnet pool ?
My 1.6.1 doesn't seems recognize "cryptonight_type" : "bittubev2",

{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy, marketcash, b2n  */
"cryptonight_type" : "bittubev2",
"intensity" : 0,
"double_threads" : true
}

Miner says :
cryptonight_type can be : [normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy]

That is not 1.6.1. Download 1.6.1 from here : http://www.srbminer.com/downloads/SRBMiner-CN-V1-6-1.zip


When using an unkown algo, this is what you get on 1.6.1 :
cryptonight_type can be : [normal, normalv7, lite, litev7, heavy, bittubev2, artocash, alloy, marketcash, b2n, stellitev4, haven, fast]

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

Activity: 661
Merit: 250


View Profile
July 01, 2018, 06:48:12 PM
 #3070

How can we test this with testnet pool ?
My 1.6.1 doesn't seems recognize "cryptonight_type" : "bittubev2",

{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy, marketcash, b2n  */
"cryptonight_type" : "bittubev2",
"intensity" : 0,
"double_threads" : true
}

Miner says :
cryptonight_type can be : [normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy]

That is not 1.6.1. Download 1.6.1 from here : http://www.srbminer.com/downloads/SRBMiner-CN-V1-6-1.zip


When using an unkown algo, this is what you get on 1.6.1 :
cryptonight_type can be : [normal, normalv7, lite, litev7, heavy, bittubev2, artocash, alloy, marketcash, b2n, stellitev4, haven, fast]
You right, my bad. My .bat doesn't use the good directory Sad
Boba_Fett
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
July 01, 2018, 06:56:16 PM
 #3071

It seems there's an issue with Haven Algorithm and V1.6.1

The miner crashes.

Tested on 2 rigs, same problem

No issue with V1.6.0
Same problem here.
1.6.0 works on Haven, 1.6.1 not.

windows version, driver version, config file and log would be more helpful.

Windows 10 Pro (1709)
AMD Drivers 18.3.4

Config :

{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc  */
"cryptonight_type" : "haven",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 0,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,
}

Log :

[2018-07-01 20:54:27] Miner version: 1.6.1
[2018-07-01 20:54:28] AMD Platform ID: 0
[2018-07-01 20:54:28] AMD platform FOUND
[2018-07-01 20:54:28] Found 6 AMD devices
[2018-07-01 20:54:28] GPU0: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 3]
[2018-07-01 20:54:28] GPU1: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 5]
[2018-07-01 20:54:28] GPU2: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 1]
[2018-07-01 20:54:28] GPU3: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-07-01 20:54:28] GPU4: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 6]
[2018-07-01 20:54:28] GPU5: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 4]
[2018-07-01 20:54:28] ADL is enabled
[2018-07-01 20:54:28] Cryptonight Haven mode enabled
[2018-07-01 20:54:28] DevFee pools loaded
[2018-07-01 20:54:28] DevFee pool SET
[2018-07-01 20:54:28] DevFee address SET
[2018-07-01 20:54:28] Starting init of mining threads
[2018-07-01 20:54:28] Compiling kernel for DEVICE BUS ID 3 ...
[2018-07-01 20:54:46] Loading kernel for DEVICE BUS ID 3 ...
[2018-07-01 20:54:47] Loading kernel for DEVICE BUS ID 5 ...
[2018-07-01 20:54:48] Loading kernel for DEVICE BUS ID 5 ...
[2018-07-01 20:54:50] Loading kernel for DEVICE BUS ID 1 ...
[2018-07-01 20:54:51] Loading kernel for DEVICE BUS ID 1 ...
[2018-07-01 20:54:52] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 20:54:53] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 20:54:55] Loading kernel for DEVICE BUS ID 6 ...
[2018-07-01 20:54:56] Loading kernel for DEVICE BUS ID 6 ...
[2018-07-01 20:54:57] Loading kernel for DEVICE BUS ID 4 ...
[2018-07-01 20:54:58] Loading kernel for DEVICE BUS ID 4 ...
[2018-07-01 20:54:59] ADL initialised successfully!
[2018-07-01 20:54:59] Finished init of mining threads
[2018-07-01 20:54:59] Main pool: haven.miner.rocks:4005
[2018-07-01 20:54:59] Gpu watchdog started
[2018-07-01 20:54:59] API disabled
[2018-07-01 20:54:59] json_send: {"method":"login","params":{"login":"hvi1aCqoAZF19J8pijvqnrUkeAeP8Rvr4XyfDMGJcarhbL15KgYKM1hN7kiHMu3fer5k8JJ8YRLKCah DKFgLFgJMYAfnJHXgHSJ5DKiNBvfPa.150000","pass":"w=ROGUE1","agent":"SRBMiner Cryptonight AMD GPU miner/1.6.1","rigid":""},"id":1}
[2018-07-01 20:54:59] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"852671046905748","job":{"blob":"0303e0c6e4d905a32e31781e4376180d21c487d484c9050d142e92873de727e342319454c658e70 000000091040058cfa39eb12f19ee8b41815fef19d51d991149d237adcd55c50b6b85e106","job_id":"236919075889465","target":"d96f0000"},"status":"OK"}}
[2018-07-01 20:54:59] Connected to haven.miner.rocks:4005
[2018-07-01 20:55:00] sock_ready: User logged in
[2018-07-01 20:55:00] pool_have_job: Pool sent a new job (ID: 236919075889465)
[2018-07-01 20:55:11] json_receive: {"jsonrpc":"2.0","method":"job","params":{"blob":"0303e0c6e4d905a32e31781e4376180d21c487d484c9050d142e92873de727e342319454c658e70 0000000d67680d5be05fa737cdc2d13ae3919bcb835d948037987bf788ce1f6b944f58206","job_id":"937923625437735","target":"d96f0000"}}
[2018-07-01 20:55:11] pool_have_job: Pool sent a new job (ID: 937923625437735)


Then the miner crashes
UAGet
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
July 01, 2018, 07:11:43 PM
 #3072

windows version, driver version, config file and log would be more helpful.
I confirm Version 1.6.1 does not work for stellitev4 and haven, 1.6.0 all Ok. OS - Windows 10 64 4Gb RAM, 3xRX 560 2Gb + 1xRX 560 4GB, driver version 22.19.659.1 (this is the most stable and productive driver of all that I've tried).
Log for stellitev4:
Code:
[2018-06-23 22:03:12] Miner version: 1.6.1
[2018-06-23 22:03:13] AMD Platform ID: 0
[2018-06-23 22:03:13] AMD platform FOUND
[2018-06-23 22:03:13] Found 5 AMD devices
[2018-06-23 22:03:13] GPU0: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 19.0][W: 8][T: 2][K: 1][BUS: 8]
[2018-06-23 22:03:13] GPU1: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 19.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-06-23 22:03:13] GPU2: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 19.0][W: 8][T: 2][K: 1][BUS: 7]
[2018-06-23 22:03:13] GPU3: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 19.0][W: 8][T: 2][K: 1][BUS: 10]
[2018-06-23 22:03:13] GPU4: Radeon RX 560 Series [Baffin] [4096 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 9]
[2018-06-23 22:03:13] ADL is enabled
[2018-06-23 22:03:13] Cryptonight StelliteV4 mode enabled
[2018-06-23 22:03:14] DevFee pools loaded
[2018-06-23 22:03:14] DevFee pool SET
[2018-06-23 22:03:14] DevFee address SET
[2018-06-23 22:03:14] Starting init of mining threads
[2018-06-23 22:03:15] Loading kernel for DEVICE BUS ID 8 ...
[2018-06-23 22:03:16] Loading kernel for DEVICE BUS ID 8 ...
[2018-06-23 22:03:18] Loading kernel for DEVICE BUS ID 2 ...
[2018-06-23 22:03:19] Loading kernel for DEVICE BUS ID 2 ...
[2018-06-23 22:03:21] Loading kernel for DEVICE BUS ID 7 ...
[2018-06-23 22:03:22] Loading kernel for DEVICE BUS ID 7 ...
[2018-06-23 22:03:24] Loading kernel for DEVICE BUS ID 10 ...
[2018-06-23 22:03:25] Loading kernel for DEVICE BUS ID 10 ...
[2018-06-23 22:03:27] Loading kernel for DEVICE BUS ID 9 ...
[2018-06-23 22:03:28] Loading kernel for DEVICE BUS ID 9 ...
[2018-06-23 22:03:29] ADL initialised successfully!
[2018-06-23 22:03:29] Finished init of mining threads
[2018-06-23 22:03:29] Main pool: communitypool.stellite.cash:6600
[2018-06-23 22:03:29] Gpu watchdog started
[2018-06-23 22:03:29] API enabled on port 21555
[2018-06-23 22:03:32] socket_ssl: SSL/TLS fingerprint: SHA256:d5VI8Z7Qj7fBSxQCFojNbCTgvXODtG3dEthetRj8oK0=
[2018-06-23 22:03:32] json_send: {"method":"login","params":{"login":"SEiStP7SMy1bvjkWc9dd1t2v1Et5q2DrmaqLqFTQQ9H7JKdZuATcPHUbUL3bRjxzxTDYitHsAPqF8EeCLw3bW8ARe8rYH6wukKR34YEPJjXv6","pass":"farm1","agent":"SRBMiner Cryptonight AMD GPU miner/1.6.1","rigid":""},"id":1}
[2018-06-23 22:03:32] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"921c13c8-755c-46af-b17c-534c49b45fa3","job":{"blob":"0404f9b2bad9051e6d3c3d2c7e14df19292534ec31592f5d95685db5c0473a74fbb55395989c7400000000955923173e8b74a52e5a411bcd8bb3770457544294750a343ee7af2bcc4ea98501","job_id":"D10B0EuZ60In3VTKq/BHjY+hxByE","target":"c5a70000","id":"921c13c8-755c-46af-b17c-534c49b45fa3"},"status":"OK"}}
[2018-06-23 22:03:32] Connected to communitypool.stellite.cash:6600
[2018-06-23 22:03:32] sock_ready: User logged in
[2018-06-23 22:03:32] pool_have_job: Pool sent a new job (ID: D10B0EuZ60In3VTKq/BHjY+hxByE)
[2018-06-23 22:03:48] json_receive: {"jsonrpc":"2.0","method":"job","params":{"blob":"040493b3bad9054ebbad8c8c18b96e3075ed20d588279e8d0a096420d97fedf61fadf1e00ca695000000002a5f9a47d97dd62c6e8cdc79ef6664a4697df1de8be17bc7e2d2b982b107ad0802","job_id":"3vS3Tn8q6DSkcY6pjq6lkaPq8hC6","target":"c5a70000","id":"921c13c8-755c-46af-b17c-534c49b45fa3"}}
[2018-06-23 22:03:48] pool_have_job: Pool sent a new job (ID: 3vS3Tn8q6DSkcY6pjq6lkaPq8hC6)
[2018-06-23 22:03:57] Miner version: 1.6.1
[2018-06-23 22:04:00] AMD Platform ID: 0
[2018-06-23 22:04:00] AMD platform FOUND
[2018-06-23 22:04:00] Found 5 AMD devices
[2018-06-23 22:04:00] GPU0: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 19.0][W: 8][T: 2][K: 1][BUS: 8]
[2018-06-23 22:04:00] GPU1: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 19.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-06-23 22:04:00] GPU2: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 19.0][W: 8][T: 2][K: 1][BUS: 7]
[2018-06-23 22:04:00] GPU3: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 19.0][W: 8][T: 2][K: 1][BUS: 10]
[2018-06-23 22:04:00] GPU4: Radeon RX 560 Series [Baffin] [4096 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 9]
[2018-06-23 22:04:00] ADL is enabled
[2018-06-23 22:04:00] Cryptonight StelliteV4 mode enabled
[2018-06-23 22:04:00] Stopping miner process

Log for haven:
Code:
[2018-07-01 21:51:02] Miner version: 1.6.1
[2018-07-01 21:51:03] AMD Platform ID: 0
[2018-07-01 21:51:03] AMD platform FOUND
[2018-07-01 21:51:03] Found 5 AMD devices
[2018-07-01 21:51:03] GPU0: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 8]
[2018-07-01 21:51:03] GPU1: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-07-01 21:51:03] GPU2: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 7]
[2018-07-01 21:51:03] GPU3: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 10]
[2018-07-01 21:51:03] GPU4: Radeon RX 560 Series [Baffin] [4096 MB][Intensity 29.0][W: 8][T: 2][K: 1][BUS: 9]
[2018-07-01 21:51:03] ADL is enabled
[2018-07-01 21:51:03] Cryptonight Haven mode enabled
[2018-07-01 21:51:03] DevFee pools loaded
[2018-07-01 21:51:03] DevFee pool SET
[2018-07-01 21:51:03] DevFee address SET
[2018-07-01 21:51:03] Starting init of mining threads
[2018-07-01 21:51:04] Loading kernel for DEVICE BUS ID 8 ...
[2018-07-01 21:51:05] Loading kernel for DEVICE BUS ID 8 ...
[2018-07-01 21:51:07] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 21:51:08] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 21:51:10] Loading kernel for DEVICE BUS ID 7 ...
[2018-07-01 21:51:11] Loading kernel for DEVICE BUS ID 7 ...
[2018-07-01 21:51:13] Loading kernel for DEVICE BUS ID 10 ...
[2018-07-01 21:51:15] Loading kernel for DEVICE BUS ID 10 ...
[2018-07-01 21:51:17] Loading kernel for DEVICE BUS ID 9 ...
[2018-07-01 21:51:18] Loading kernel for DEVICE BUS ID 9 ...
[2018-07-01 21:51:19] ADL initialised successfully!
[2018-07-01 21:51:19] Finished init of mining threads
[2018-07-01 21:51:19] Main pool: haven.miner.rocks:4005
[2018-07-01 21:51:19] Gpu watchdog started
[2018-07-01 21:51:19] API enabled on port 21555
[2018-07-01 21:51:21] socket_ssl: SSL/TLS fingerprint: SHA256:vUW/PXXnELTUPfnWu4R6Tl13nRjWiK1EMtOXai3Sagc=
[2018-07-01 21:51:21] json_send: {"method":"login","params":{"login":"hvi1aCqoAZF19J8pijvqnrUkeAeP8Rvr4XyfDMGJcarhbL15KgYKM1hN7kiHMu3fer5k8JJ8YRLKCahDKFgLFgJMYAfnRRod98B34w74LH1D5","pass":"w=farm1","agent":"SRBMiner Cryptonight AMD GPU miner/1.6.1","rigid":""},"id":1}
[2018-07-01 21:51:21] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"633513894399692","job":{"blob":"030383c5e4d905af0a49c1121bbf2942261b0cd2724af9bd04bffac8007cfe456cc8511471a61d00000000dbaba13daee9a96293c05da8e41cd28d3ba6c73b2ab2acd55fb550da3750cb5401","job_id":"403275791322241","target":"7b5e0400"},"status":"OK"}}
[2018-07-01 21:51:21] Connected to haven.miner.rocks:4005
[2018-07-01 21:51:21] sock_ready: User logged in
[2018-07-01 21:51:21] pool_have_job: Pool sent a new job (ID: 403275791322241)
[2018-07-01 22:06:31] Miner version: 1.6.1
[2018-07-01 22:06:32] AMD Platform ID: 0
[2018-07-01 22:06:32] AMD platform FOUND
[2018-07-01 22:06:32] Found 5 AMD devices
[2018-07-01 22:06:32] GPU0: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 8]
[2018-07-01 22:06:32] GPU1: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-07-01 22:06:32] GPU2: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 7]
[2018-07-01 22:06:32] GPU3: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 10]
[2018-07-01 22:06:32] GPU4: Radeon RX 560 Series [Baffin] [4096 MB][Intensity 29.0][W: 8][T: 2][K: 1][BUS: 9]
[2018-07-01 22:06:32] ADL is enabled
[2018-07-01 22:06:32] Cryptonight Haven mode enabled
[2018-07-01 22:06:33] DevFee pools loaded
[2018-07-01 22:06:33] DevFee pool SET
[2018-07-01 22:06:33] DevFee address SET
[2018-07-01 22:06:33] Starting init of mining threads
[2018-07-01 22:06:34] Loading kernel for DEVICE BUS ID 8 ...
[2018-07-01 22:06:35] Loading kernel for DEVICE BUS ID 8 ...
[2018-07-01 22:06:37] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 22:06:38] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 22:06:40] Loading kernel for DEVICE BUS ID 7 ...
[2018-07-01 22:06:41] Loading kernel for DEVICE BUS ID 7 ...
[2018-07-01 22:06:43] Loading kernel for DEVICE BUS ID 10 ...
[2018-07-01 22:06:44] Loading kernel for DEVICE BUS ID 10 ...
[2018-07-01 22:06:46] Loading kernel for DEVICE BUS ID 9 ...
[2018-07-01 22:06:47] Loading kernel for DEVICE BUS ID 9 ...
[2018-07-01 22:06:48] ADL initialised successfully!
[2018-07-01 22:06:48] Finished init of mining threads
[2018-07-01 22:06:48] Main pool: haven.miner.rocks:4005
[2018-07-01 22:06:48] Gpu watchdog started
[2018-07-01 22:06:48] API enabled on port 21555
[2018-07-01 22:06:50] socket_ssl: SSL/TLS fingerprint: SHA256:vUW/PXXnELTUPfnWu4R6Tl13nRjWiK1EMtOXai3Sagc=
[2018-07-01 22:06:50] json_send: {"method":"login","params":{"login":"hvi1aCqoAZF19J8pijvqnrUkeAeP8Rvr4XyfDMGJcarhbL15KgYKM1hN7kiHMu3fer5k8JJ8YRLKCahDKFgLFgJMYAfnRRod98B34w74LH1D5","pass":"w=farm1","agent":"SRBMiner Cryptonight AMD GPU miner/1.6.1","rigid":""},"id":1}
[2018-07-01 22:06:50] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"311158796265064","job":{"blob":"0303b7cbe4d9054139cb2c094e40eb3f0d681fd8130ea2478537aa71cbd1a43555475c60a5f642000000005802140fa4147d4359c52e478780486bf83888245fb5fcc2ea13c2d6c0b8c3dd05","job_id":"246989202788496","target":"7b5e0400"},"status":"OK"}}
[2018-07-01 22:06:50] Connected to haven.miner.rocks:4005
[2018-07-01 22:06:51] sock_ready: User logged in
[2018-07-01 22:06:51] pool_have_job: Pool sent a new job (ID: 246989202788496)

Config for stellitev4:
Code:
{
"cryptonight_type" : "stellitev4",
"intensity" : 0,
"double_threads" : true,

"reboot_script" : "reboot-windows.bat",

"api_enabled" : true,
"api_rig_name" : "FARM1"

}
Config for haven:
Code:
{
"cryptonight_type" : "haven",

"intensity" : 0,

"double_threads" : true,

"reboot_script" : "reboot-windows.bat",

"api_enabled" : true,
"api_rig_name" : "FARM1",

}
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 01, 2018, 07:14:33 PM
 #3073

It seems there's an issue with Haven Algorithm and V1.6.1

The miner crashes.

Tested on 2 rigs, same problem

No issue with V1.6.0
Same problem here.
1.6.0 works on Haven, 1.6.1 not.

windows version, driver version, config file and log would be more helpful.

Windows 10 Pro (1709)
AMD Drivers 18.3.4

Config :

{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc  */
"cryptonight_type" : "haven",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 0,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,
}

Log :

[2018-07-01 20:54:27] Miner version: 1.6.1
[2018-07-01 20:54:28] AMD Platform ID: 0
[2018-07-01 20:54:28] AMD platform FOUND
[2018-07-01 20:54:28] Found 6 AMD devices
[2018-07-01 20:54:28] GPU0: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 3]
[2018-07-01 20:54:28] GPU1: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 5]
[2018-07-01 20:54:28] GPU2: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 1]
[2018-07-01 20:54:28] GPU3: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-07-01 20:54:28] GPU4: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 6]
[2018-07-01 20:54:28] GPU5: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 4]
[2018-07-01 20:54:28] ADL is enabled
[2018-07-01 20:54:28] Cryptonight Haven mode enabled
[2018-07-01 20:54:28] DevFee pools loaded
[2018-07-01 20:54:28] DevFee pool SET
[2018-07-01 20:54:28] DevFee address SET
[2018-07-01 20:54:28] Starting init of mining threads
[2018-07-01 20:54:28] Compiling kernel for DEVICE BUS ID 3 ...
[2018-07-01 20:54:46] Loading kernel for DEVICE BUS ID 3 ...
[2018-07-01 20:54:47] Loading kernel for DEVICE BUS ID 5 ...
[2018-07-01 20:54:48] Loading kernel for DEVICE BUS ID 5 ...
[2018-07-01 20:54:50] Loading kernel for DEVICE BUS ID 1 ...
[2018-07-01 20:54:51] Loading kernel for DEVICE BUS ID 1 ...
[2018-07-01 20:54:52] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 20:54:53] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 20:54:55] Loading kernel for DEVICE BUS ID 6 ...
[2018-07-01 20:54:56] Loading kernel for DEVICE BUS ID 6 ...
[2018-07-01 20:54:57] Loading kernel for DEVICE BUS ID 4 ...
[2018-07-01 20:54:58] Loading kernel for DEVICE BUS ID 4 ...
[2018-07-01 20:54:59] ADL initialised successfully!
[2018-07-01 20:54:59] Finished init of mining threads
[2018-07-01 20:54:59] Main pool: haven.miner.rocks:4005
[2018-07-01 20:54:59] Gpu watchdog started
[2018-07-01 20:54:59] API disabled
[2018-07-01 20:54:59] json_send: {"method":"login","params":{"login":"hvi1aCqoAZF19J8pijvqnrUkeAeP8Rvr4XyfDMGJcarhbL15KgYKM1hN7kiHMu3fer5k8JJ8YRLKCah DKFgLFgJMYAfnJHXgHSJ5DKiNBvfPa.150000","pass":"w=ROGUE1","agent":"SRBMiner Cryptonight AMD GPU miner/1.6.1","rigid":""},"id":1}
[2018-07-01 20:54:59] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"852671046905748","job":{"blob":"0303e0c6e4d905a32e31781e4376180d21c487d484c9050d142e92873de727e342319454c658e70 000000091040058cfa39eb12f19ee8b41815fef19d51d991149d237adcd55c50b6b85e106","job_id":"236919075889465","target":"d96f0000"},"status":"OK"}}
[2018-07-01 20:54:59] Connected to haven.miner.rocks:4005
[2018-07-01 20:55:00] sock_ready: User logged in
[2018-07-01 20:55:00] pool_have_job: Pool sent a new job (ID: 236919075889465)
[2018-07-01 20:55:11] json_receive: {"jsonrpc":"2.0","method":"job","params":{"blob":"0303e0c6e4d905a32e31781e4376180d21c487d484c9050d142e92873de727e342319454c658e70 0000000d67680d5be05fa737cdc2d13ae3919bcb835d948037987bf788ce1f6b944f58206","job_id":"937923625437735","target":"d96f0000"}}
[2018-07-01 20:55:11] pool_have_job: Pool sent a new job (ID: 937923625437735)


Then the miner crashes

Thats more like it thanks. Have you tested it on some other pool maybe? Is it always after 1-2 jobs or sometimes it works longer?

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
UAGet
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
July 01, 2018, 07:22:32 PM
 #3074

Have you tested it on some other pool maybe? Is it always after 1-2 jobs or sometimes it works longer?
Log for other pool:
Code:
[2018-07-01 22:18:44] Miner version: 1.6.1
[2018-07-01 22:18:45] AMD Platform ID: 0
[2018-07-01 22:18:45] AMD platform FOUND
[2018-07-01 22:18:45] Found 5 AMD devices
[2018-07-01 22:18:45] GPU0: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 8]
[2018-07-01 22:18:45] GPU1: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-07-01 22:18:45] GPU2: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 7]
[2018-07-01 22:18:45] GPU3: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 10]
[2018-07-01 22:18:45] GPU4: Radeon RX 560 Series [Baffin] [4096 MB][Intensity 29.0][W: 8][T: 2][K: 1][BUS: 9]
[2018-07-01 22:18:45] ADL is enabled
[2018-07-01 22:18:45] Cryptonight Haven mode enabled
[2018-07-01 22:18:46] DevFee pools loaded
[2018-07-01 22:18:46] DevFee pool SET
[2018-07-01 22:18:46] DevFee address SET
[2018-07-01 22:18:46] Starting init of mining threads
[2018-07-01 22:18:47] Loading kernel for DEVICE BUS ID 8 ...
[2018-07-01 22:18:48] Loading kernel for DEVICE BUS ID 8 ...
[2018-07-01 22:18:50] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 22:18:51] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 22:18:53] Loading kernel for DEVICE BUS ID 7 ...
[2018-07-01 22:18:54] Loading kernel for DEVICE BUS ID 7 ...
[2018-07-01 22:18:56] Loading kernel for DEVICE BUS ID 10 ...
[2018-07-01 22:18:57] Loading kernel for DEVICE BUS ID 10 ...
[2018-07-01 22:18:59] Loading kernel for DEVICE BUS ID 9 ...
[2018-07-01 22:19:01] Loading kernel for DEVICE BUS ID 9 ...
[2018-07-01 22:19:02] ADL initialised successfully!
[2018-07-01 22:19:02] Finished init of mining threads
[2018-07-01 22:19:02] Main pool: mine.xhv.fairpool.xyz:5566
[2018-07-01 22:19:02] Gpu watchdog started
[2018-07-01 22:19:02] API enabled on port 21555
[2018-07-01 22:19:03] json_send: {"method":"login","params":{"login":"hvi1aCqoAZF19J8pijvqnrUkeAeP8Rvr4XyfDMGJcarhbL15KgYKM1hN7kiHMu3fer5k8JJ8YRLKCahDKFgLFgJMYAfnRRod98B34w74LH1D5+farm1","pass":"x","agent":"SRBMiner Cryptonight AMD GPU miner/1.6.1","rigid":""},"id":1}
[2018-07-01 22:19:04] json_receive: {"id": 1, "jsonrpc": "2.0", "result": {"id": "351361360", "job": {"id": "351361360", "job_id": "65be", "blob": "030398d2e4d905541ddc53d8cc9b1caf2d8692c0e7816073d03ae19b3e22429b2c7843da70ccf700000000d2e342c43b7a44611caa38a4345f11d4e3da47551720183a03feb5ed6cb9649101", "target": "9bc42000"}, "status": "OK"}, "error": null}
[2018-07-01 22:19:04] Connected to mine.xhv.fairpool.xyz:5566
[2018-07-01 22:19:04] sock_ready: User logged in
[2018-07-01 22:19:04] pool_have_job: Pool sent a new job (ID: 65be)
[2018-07-01 22:20:36] Miner version: 1.6.1
[2018-07-01 22:20:37] AMD Platform ID: 0
[2018-07-01 22:20:37] AMD platform FOUND
[2018-07-01 22:20:37] Found 5 AMD devices
[2018-07-01 22:20:37] GPU0: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 8]
[2018-07-01 22:20:37] GPU1: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-07-01 22:20:37] GPU2: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 7]
[2018-07-01 22:20:37] GPU3: Radeon RX 560 Series [Baffin] [2048 MB][Intensity 13.0][W: 8][T: 2][K: 1][BUS: 10]
[2018-07-01 22:20:37] GPU4: Radeon RX 560 Series [Baffin] [4096 MB][Intensity 29.0][W: 8][T: 2][K: 1][BUS: 9]
[2018-07-01 22:20:37] ADL is enabled
[2018-07-01 22:20:37] Cryptonight Haven mode enabled
[2018-07-01 22:20:37] DevFee pools loaded
[2018-07-01 22:20:37] DevFee pool SET
[2018-07-01 22:20:37] DevFee address SET
[2018-07-01 22:20:37] Starting init of mining threads
[2018-07-01 22:20:38] Loading kernel for DEVICE BUS ID 8 ...
[2018-07-01 22:20:39] Loading kernel for DEVICE BUS ID 8 ...
[2018-07-01 22:20:41] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 22:20:42] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 22:20:44] Loading kernel for DEVICE BUS ID 7 ...
[2018-07-01 22:20:45] Loading kernel for DEVICE BUS ID 7 ...
[2018-07-01 22:20:47] Loading kernel for DEVICE BUS ID 10 ...
[2018-07-01 22:20:48] Loading kernel for DEVICE BUS ID 10 ...
[2018-07-01 22:20:50] Loading kernel for DEVICE BUS ID 9 ...
[2018-07-01 22:20:52] Loading kernel for DEVICE BUS ID 9 ...
[2018-07-01 22:20:53] ADL initialised successfully!
[2018-07-01 22:20:53] Finished init of mining threads
[2018-07-01 22:20:53] Main pool: mine.xhv.fairpool.xyz:5566
[2018-07-01 22:20:53] Gpu watchdog started
[2018-07-01 22:20:53] API enabled on port 21555
[2018-07-01 22:20:55] json_send: {"method":"login","params":{"login":"hvi1aCqoAZF19J8pijvqnrUkeAeP8Rvr4XyfDMGJcarhbL15KgYKM1hN7kiHMu3fer5k8JJ8YRLKCahDKFgLFgJMYAfnRRod98B34w74LH1D5+farm1","pass":"x","agent":"SRBMiner Cryptonight AMD GPU miner/1.6.1","rigid":""},"id":1}
[2018-07-01 22:20:55] json_receive: {"result": {"job": {"id": "2547689502", "blob": "030398d2e4d905541ddc53d8cc9b1caf2d8692c0e7816073d03ae19b3e22429b2c7843da70ccf700000000d796151b56a19b3b936e8bf583a1b3d692df0750fc8d343a033711b54ad8df3d01", "job_id": "6643", "target": "9bc42000"}, "status": "OK", "id": "2547689502"}, "error": null, "jsonrpc": "2.0", "id": 1}
[2018-07-01 22:20:55] Connected to mine.xhv.fairpool.xyz:5566
[2018-07-01 22:20:55] sock_ready: User logged in
[2018-07-01 22:20:55] pool_have_job: Pool sent a new job (ID: 6643)
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
July 01, 2018, 08:11:23 PM
 #3075

Is this occuring on v7 or heavy algo?

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
RaidoP2
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
July 01, 2018, 08:18:01 PM
 #3076

Is this occuring on v7 or heavy algo?

For me v7 and heavy worked ok, haven and stellite crashed. Didn't test others.
UAGet
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
July 01, 2018, 08:51:41 PM
 #3077

Is this occuring on v7 or heavy algo?
Heavy is Ok, v7 not tested.
wacko
Legendary
*
Offline Offline

Activity: 1106
Merit: 1014


View Profile
July 01, 2018, 09:32:10 PM
 #3078

For me v7 and heavy worked ok, haven and stellite crashed. Didn't test others.
For me stellite is working fine on one machine, but crashing on another. Same pool. Very similar rigs: one is z370a with a mix of 470/480 cards all 4gb (1.6.1 crashes, so I'm using 1.5.9); the other is z270a with a mix of 570/580 cards (some are 4gb and some are 8gb) - on this one 1.6.1 works fine.
hesido
Jr. Member
*
Offline Offline

Activity: 158
Merit: 5


View Profile
July 01, 2018, 10:02:30 PM
 #3079

How can we test this with testnet pool ?
My 1.6.1 doesn't seems recognize "cryptonight_type" : "bittubev2",

{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy, marketcash, b2n  */
"cryptonight_type" : "bittubev2",
"intensity" : 0,
"double_threads" : true
}

Miner says :
cryptonight_type can be : [normal, normalv7, lite, litev7, heavy, ipbc, artocash, alloy]

That is not 1.6.1. Download 1.6.1 from here : http://www.srbminer.com/downloads/SRBMiner-CN-V1-6-1.zip


When using an unkown algo, this is what you get on 1.6.1 :
cryptonight_type can be : [normal, normalv7, lite, litev7, heavy, bittubev2, artocash, alloy, marketcash, b2n, stellitev4, haven, fast]
You right, my bad. My .bat doesn't use the good directory Sad

C'mon man.. Try a little harder when you encounter problems Smiley
duyquang06
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
July 02, 2018, 03:58:26 AM
 #3080

It seems there's an issue with Haven Algorithm and V1.6.1

The miner crashes.

Tested on 2 rigs, same problem

No issue with V1.6.0
Same problem here.
1.6.0 works on Haven, 1.6.1 not.

windows version, driver version, config file and log would be more helpful.

Windows 10 Pro (1709)
AMD Drivers 18.3.4

Config :

{
/* Type can be : normal, normalv7, lite, litev7, heavy, ipbc  */
"cryptonight_type" : "haven",

/* Intensity 0-> auto intensity, or value from 1-300  */
"intensity" : 0,

/* To use 2 threads per card set double_threads to true  */
"double_threads" : true,
}

Log :

[2018-07-01 20:54:27] Miner version: 1.6.1
[2018-07-01 20:54:28] AMD Platform ID: 0
[2018-07-01 20:54:28] AMD platform FOUND
[2018-07-01 20:54:28] Found 6 AMD devices
[2018-07-01 20:54:28] GPU0: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 3]
[2018-07-01 20:54:28] GPU1: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 5]
[2018-07-01 20:54:28] GPU2: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 1]
[2018-07-01 20:54:28] GPU3: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 2]
[2018-07-01 20:54:28] GPU4: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 6]
[2018-07-01 20:54:28] GPU5: Radeon RX 580 Series [Ellesmere] [8192 MB][Intensity 51.0][W: 8][T: 2][K: 1][BUS: 4]
[2018-07-01 20:54:28] ADL is enabled
[2018-07-01 20:54:28] Cryptonight Haven mode enabled
[2018-07-01 20:54:28] DevFee pools loaded
[2018-07-01 20:54:28] DevFee pool SET
[2018-07-01 20:54:28] DevFee address SET
[2018-07-01 20:54:28] Starting init of mining threads
[2018-07-01 20:54:28] Compiling kernel for DEVICE BUS ID 3 ...
[2018-07-01 20:54:46] Loading kernel for DEVICE BUS ID 3 ...
[2018-07-01 20:54:47] Loading kernel for DEVICE BUS ID 5 ...
[2018-07-01 20:54:48] Loading kernel for DEVICE BUS ID 5 ...
[2018-07-01 20:54:50] Loading kernel for DEVICE BUS ID 1 ...
[2018-07-01 20:54:51] Loading kernel for DEVICE BUS ID 1 ...
[2018-07-01 20:54:52] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 20:54:53] Loading kernel for DEVICE BUS ID 2 ...
[2018-07-01 20:54:55] Loading kernel for DEVICE BUS ID 6 ...
[2018-07-01 20:54:56] Loading kernel for DEVICE BUS ID 6 ...
[2018-07-01 20:54:57] Loading kernel for DEVICE BUS ID 4 ...
[2018-07-01 20:54:58] Loading kernel for DEVICE BUS ID 4 ...
[2018-07-01 20:54:59] ADL initialised successfully!
[2018-07-01 20:54:59] Finished init of mining threads
[2018-07-01 20:54:59] Main pool: haven.miner.rocks:4005
[2018-07-01 20:54:59] Gpu watchdog started
[2018-07-01 20:54:59] API disabled
[2018-07-01 20:54:59] json_send: {"method":"login","params":{"login":"hvi1aCqoAZF19J8pijvqnrUkeAeP8Rvr4XyfDMGJcarhbL15KgYKM1hN7kiHMu3fer5k8JJ8YRLKCah DKFgLFgJMYAfnJHXgHSJ5DKiNBvfPa.150000","pass":"w=ROGUE1","agent":"SRBMiner Cryptonight AMD GPU miner/1.6.1","rigid":""},"id":1}
[2018-07-01 20:54:59] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"id":"852671046905748","job":{"blob":"0303e0c6e4d905a32e31781e4376180d21c487d484c9050d142e92873de727e342319454c658e70 000000091040058cfa39eb12f19ee8b41815fef19d51d991149d237adcd55c50b6b85e106","job_id":"236919075889465","target":"d96f0000"},"status":"OK"}}
[2018-07-01 20:54:59] Connected to haven.miner.rocks:4005
[2018-07-01 20:55:00] sock_ready: User logged in
[2018-07-01 20:55:00] pool_have_job: Pool sent a new job (ID: 236919075889465)
[2018-07-01 20:55:11] json_receive: {"jsonrpc":"2.0","method":"job","params":{"blob":"0303e0c6e4d905a32e31781e4376180d21c487d484c9050d142e92873de727e342319454c658e70 0000000d67680d5be05fa737cdc2d13ae3919bcb835d948037987bf788ce1f6b944f58206","job_id":"937923625437735","target":"d96f0000"}}
[2018-07-01 20:55:11] pool_have_job: Pool sent a new job (ID: 937923625437735)


Then the miner crashes

Thats more like it thanks. Have you tested it on some other pool maybe? Is it always after 1-2 jobs or sometimes it works longer?

Confirm 1.6.1 does not work XTL pool space. 1.6.0 works like charm. All same settings
Pages: « 1 ... 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 [154] 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 ... 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!