Bitcoin Forum
May 11, 2024, 04:19:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 205 206 207 208 [209] 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 ... 363 »
  Print  
Author Topic: SRBMiner Cryptonight AMD GPU Miner V1.9.3 - native algo switching  (Read 237207 times)
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
September 12, 2018, 09:28:59 AM
 #4161

Doktor, two things:

1/ the little script you wrote to create a log on every restart... well, it doesn't create any log at all.

2/ Sep 16th is the date for the next XMR fork (as read on the 8th Altcoin thread). SRBMiner ready?

1. It works, at least on 8 rigs i own (win10, win7)
2. I have info that the fork will be on Oct 18th.

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715444370
Hero Member
*
Offline Offline

Posts: 1715444370

View Profile Personal Message (Offline)

Ignore
1715444370
Reply with quote  #2

1715444370
Report to moderator
1715444370
Hero Member
*
Offline Offline

Posts: 1715444370

View Profile Personal Message (Offline)

Ignore
1715444370
Reply with quote  #2

1715444370
Report to moderator
1715444370
Hero Member
*
Offline Offline

Posts: 1715444370

View Profile Personal Message (Offline)

Ignore
1715444370
Reply with quote  #2

1715444370
Report to moderator
dragonmike
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 556



View Profile
September 12, 2018, 10:10:10 AM
 #4162

Doktor, two things:

1/ the little script you wrote to create a log on every restart... well, it doesn't create any log at all.

2/ Sep 16th is the date for the next XMR fork (as read on the 8th Altcoin thread). SRBMiner ready?

1. It works, at least on 8 rigs i own (win10, win7)
2. I have info that the fork will be on Oct 18th.
1. Could it have anything to do with permissioning/access rights? There was another guy a few pages back who had the same problem I think (unless the logs are created and stored somewhere else?)
2. Let's dig further. Would be a shame to miss the start.
doktor83 (OP)
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
September 12, 2018, 10:27:18 AM
Last edit: September 12, 2018, 10:42:24 AM by doktor83
 #4163

Doktor, two things:

1/ the little script you wrote to create a log on every restart... well, it doesn't create any log at all.

2/ Sep 16th is the date for the next XMR fork (as read on the 8th Altcoin thread). SRBMiner ready?

1. It works, at least on 8 rigs i own (win10, win7)
2. I have info that the fork will be on Oct 18th.
1. Could it have anything to do with permissioning/access rights? There was another guy a few pages back who had the same problem I think (unless the logs are created and stored somewhere else?)
2. Let's dig further. Would be a shame to miss the start.

Does it create a log if you just give it a --logfile log.txt?

On sept 9 there was a monero dev meeting, thats where the october 18th is from. I also saw a sept 30th somewhere, but nowhere sept 16  Grin

We wont miss it, i will release 1.6.8 soon, after that 1.6.9 will contain the new algo

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

Activity: 1274
Merit: 556



View Profile
September 12, 2018, 10:45:17 AM
 #4164

Doktor, two things:

1/ the little script you wrote to create a log on every restart... well, it doesn't create any log at all.

2/ Sep 16th is the date for the next XMR fork (as read on the 8th Altcoin thread). SRBMiner ready?

1. It works, at least on 8 rigs i own (win10, win7)
2. I have info that the fork will be on Oct 18th.
1. Could it have anything to do with permissioning/access rights? There was another guy a few pages back who had the same problem I think (unless the logs are created and stored somewhere else?)
2. Let's dig further. Would be a shame to miss the start.

Does it create a log if you just give it a --logfile log.txt?

On sept 9 there was a monero dev meeting, thats where the october 18th is from. I also saw a sept 30th somewhere, but nowhere sept 16  Grin

We wont miss it, i will release 1.6.8 soon, after that 1.6.9 will contain the new algo
"Does it create a log if you just give it a --logfile log.txt?"  <--- yes it does
Amgine
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
September 12, 2018, 11:30:56 AM
 #4165

"Does it create a log if you just give it a --logfile log.txt?"  <--- yes it does

It didnt work for me too so I used the command line I found on stackexchange

Code:
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0

for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set "YY=%dt:~2,2%" & set "YYYY=%dt:~0,4%" & set "MM=%dt:~4,2%" & set "DD=%dt:~6,2%"
set "HH=%dt:~8,2%" & set "Min=%dt:~10,2%" & set "Sec=%dt:~12,2%"

set "datestamp=%YYYY%%MM%%DD%" & set "timestamp=%HH%%Min%%Sec%"
set "fullstamp=%YYYY%-%MM%-%DD%_%HH%-%Min%-%Sec%"
set fullstamp=%fullstamp: =%
set fullstamp=%fullstamp:,=.%.txt
cls
SRBMiner-CN.exe --config config-xmr.txt --pools pools-ocean.txt --logfile %fullstamp%


you will get the logfile in format of yyyy-mm-dd_hh-mm-ss.txt
Almody
Member
**
Offline Offline

Activity: 259
Merit: 34


View Profile
September 12, 2018, 01:11:17 PM
 #4166

i use blochchain amd drivers by august
can Adrenalin 18.6.1 or Adrenalin 18.3.4 drivers decrease hashrate for RX570 4gb/ RX580 4gb ?

Same question here..

I use blockchain Aug23 driver too..

for RX 470, 480, 570, 580..

Is there any difference in performance using the Adrenalin driver?

My hashrate currently (blockchain driver):

RX 470, 480, 570, 580 - 4GB:
-CN7, Stellitev4: 950-1000
-Heavy, Bittubev2: 750-775 (800+ in some cards)
-Fast: 1850-1900
-Litev7: 1900-1950

RX 470, 480, 580 - 8GB:
-CN7, Stellitev4: 1050-1100
-Heavy, Bittubev2: 1050-1100 (1100+ in some cards)
-Fast: 2050-2100
-Litev7: 2100

So.. Is it worth changing the driver?


Cool stats mate, can you show your conf ? I got rx 570 8 gb with micron mem and moded bios and i cant get more than 780 with 1167/2050!
abg00
Jr. Member
*
Offline Offline

Activity: 288
Merit: 1


View Profile
September 12, 2018, 01:39:10 PM
 #4167

Doktor, two things:

1/ the little script you wrote to create a log on every restart... well, it doesn't create any log at all.

2/ Sep 16th is the date for the next XMR fork (as read on the 8th Altcoin thread). SRBMiner ready?

1. It works, at least on 8 rigs i own (win10, win7)
2. I have info that the fork will be on Oct 18th.
1. Could it have anything to do with permissioning/access rights? There was another guy a few pages back who had the same problem I think (unless the logs are created and stored somewhere else?)
2. Let's dig further. Would be a shame to miss the start.

Does it create a log if you just give it a --logfile log.txt?

On sept 9 there was a monero dev meeting, thats where the october 18th is from. I also saw a sept 30th somewhere, but nowhere sept 16  Grin

We wont miss it, i will release 1.6.8 soon, after that 1.6.9 will contain the new algo


plz add core\mem clock\voltage set as in other (claymore, sgminer)
navhin29
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 12, 2018, 04:00:39 PM
 #4168

Hi guys,
Need some assistance in setting up vega 56 GPU. I had difficulty installing vega 56 earlier as Win10 OS didn't detect gpu in device manager. I had to switch pcie csm option in bios for Windows to detect. I installed adrenalin 18.6.1 driver. Upon reboot, disable and enable vega, started mining using srb 1.6.7 , after loading kernal i get amd display driver has stopped responding. I haven't perform any tuning yet. It's not working on stock.

Processor : Intel g4400
Ram : 4gb
Hdd: 120 SSD
Mobo : Asus b250 mining expert
GPU: 1xSapphire pulse vega 56.

Please assist.

Hi Guys,
I'm still unable to setup my vega. Need assistance.
coook zamk
Newbie
*
Offline Offline

Activity: 69
Merit: 0


View Profile
September 12, 2018, 04:53:07 PM
 #4169

I use adrenaline drivers, actually the first ones that they released, so I might have to look into upgrading them in the near future to get some more fixes in but at least it works.
sky2018miner
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
September 12, 2018, 05:20:53 PM
 #4170

respected developer
long using your miner
in the latest versions since 1.6.5 for video cards with chips Pitcairn (7850,r7 270,r7 370)
you are using kernel version 2
When using it, their hash rate significantly decreases
1.6.0> 475h Intensity up to 30
1.6.7> 375-385 h intensity up to 27 and not more than
driver Adrenalin 18.3.4 win10
will this be fixed in the next versions of your miner
thanks in advance
Ballscack
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 13, 2018, 07:40:26 AM
 #4171

anyone tried amd 18.9.1 drivers yet?
MaxMidnite
Newbie
*
Offline Offline

Activity: 137
Merit: 0


View Profile
September 13, 2018, 09:39:31 AM
 #4172

Any support for MinexCoin?
Markyz23
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
September 13, 2018, 11:44:11 AM
 #4173

Hello.

Here im adding a shared spreadsheet of different RX cards configurations,their overclock and bios settings, hashrate and power draw from the wall or GPU-Z watt draw.

Everybody feel free to add your gpus but please keep it organized so we can all profit from the best configurations and hashrates for different cards.

https://docs.google.com/spreadsheets/d/1pH326fwnYWC5Jef2FdF4KnJ4CLj0cwDDtGjrlgekk1A/edit?usp=sharing

Enjoy:)
bracinac
Newbie
*
Offline Offline

Activity: 87
Merit: 0


View Profile
September 13, 2018, 12:58:27 PM
 #4174

Doktore, hoce li biti Linux verzije ovog divnog majnera? Smiley
SpceGhst
Jr. Member
*
Offline Offline

Activity: 269
Merit: 4


View Profile
September 13, 2018, 01:01:30 PM
 #4175

Any support for MinexCoin?

No.  SRB miner is for Cryptonight based coins.  MinexCoin uses a variant of the Equihash algorithm.
Markyz23
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
September 13, 2018, 02:18:15 PM
 #4176

Hei doctor.

With the new version is it still possible to set it up as 1.6.4, folder Coins, all config, pool and log files in their respective folders and the batch files for different coins reading from them. Also, how to enable compute mode in version 1.6.6 with 12 gpu rig. It shows only 9 enabled in the command line.



goran89
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
September 13, 2018, 06:21:37 PM
 #4177

Hello.

Here im adding a shared spreadsheet of different RX cards configurations,their overclock and bios settings, hashrate and power draw from the wall or GPU-Z watt draw.

Everybody feel free to add your gpus but please keep it organized so we can all profit from the best configurations and hashrates for different cards.

https://docs.google.com/spreadsheets/d/1pH326fwnYWC5Jef2FdF4KnJ4CLj0cwDDtGjrlgekk1A/edit?usp=sharing

Enjoy:)

Added my rx 570 an 580 to the list
wgestickley
Newbie
*
Offline Offline

Activity: 76
Merit: 0


View Profile
September 13, 2018, 06:28:02 PM
 #4178

Hello.

Here im adding a shared spreadsheet of different RX cards configurations,their overclock and bios settings, hashrate and power draw from the wall or GPU-Z watt draw.

Everybody feel free to add your gpus but please keep it organized so we can all profit from the best configurations and hashrates for different cards.

https://docs.google.com/spreadsheets/d/1pH326fwnYWC5Jef2FdF4KnJ4CLj0cwDDtGjrlgekk1A/edit?usp=sharing

Enjoy:)

Great idea thank you 🙏  - can you please also put there the Algorithm in?
Art Gar
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
September 14, 2018, 02:09:15 AM
 #4179

Hello.

Here im adding a shared spreadsheet of different RX cards configurations,their overclock and bios settings, hashrate and power draw from the wall or GPU-Z watt draw.

Everybody feel free to add your gpus but please keep it organized so we can all profit from the best configurations and hashrates for different cards.

https://docs.google.com/spreadsheets/d/1pH326fwnYWC5Jef2FdF4KnJ4CLj0cwDDtGjrlgekk1A/edit?usp=sharing

Enjoy:)

+ Added. Good Idea.
Also adding Algo Column and miner version.
avvis
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 14, 2018, 04:19:34 AM
 #4180

Ever since release 1-5-3 i have been receiving an error "cl_bld_program_failure".     1-5-3 is still working but i would like to get onto the current release.   does anyone have suggestions or references on how to troubleshoot?

thanks
Pages: « 1 ... 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 205 206 207 208 [209] 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 ... 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!