AVP
Newbie
Offline
Activity: 96
Merit: 0
|
 |
March 07, 2019, 06:40:34 PM |
|
Running RX 570s on v1.8.0 on the new Graft algo with same settings / OC as before crashes / reboots my miner.
Anyone know what has to be changed for new algo to run? Less OC? More voltage? Or any other miner settings like intensity?
There is no before, as this is a new algorithm. Try the auto setup for a start point Ok, makes sense. What does auto setup do exactly?
|
|
|
|
Frianik
Newbie
Offline
Activity: 23
Merit: 0
|
 |
March 07, 2019, 07:03:24 PM |
|
how to setup intensity through bat? SRBMiner-CN.exe --gpureorder --config Config\config-graft.txt --ccryptonighttype graft --cpool pool.graft.hashvault.pro:7777 --cwallet zzzzzzzzzz --logfile %LOGTIME% --apienable wont load intensity from config-graft.txt First page or readme : Parameters:
--ccryptonighttype value (algo to use) --cgpuid value (gpu id, comma separated values, use --listdevices to see available) --cgpuintensity value (gpu intensity, comma separated values) --cgputhreads value (number of gpu threads, comma separated values) --cgpuworksize value (gpu worksize, comma separated values) --cgpufragments value(can be 0,1,2,4,8,16,32,64,128, comma separated values) --cgpuheavymode value (mode for heavy algos (1, 2, 3), comma separated values) --cgputhreaddelay value (delay to maintain between same gpu threads, 1 - 1000, comma separated values) --cgputargettemperature value (gpu temperature, comma separated values) --cgputargetfanspeed value (gpu fan speed in RPM, comma separated values) --cgpuofftemperature value (gpu turn off temperature, comma separated values) --cgpuadltype value (gpu adl to use (1 or 2), comma separated values) --cgpuoldmode value (old kernel creation mode - true or false, comma separated values)
Also first page : V1.8.0 . . - No more mixing of cmd line setup and config files, now it's one or the other That's why nothing is read from config-graft.txt --cgpuintensity 120 wont work in bat. neiter --cgpuintensity 120,120,120,120,120,120,120,120,120 (9 vega rig) Have made standalone txts and all work like a charm. 120int@vega64=2720h/s
|
|
|
|
doktor83 (OP)
|
 |
March 07, 2019, 07:05:53 PM |
|
how to setup intensity through bat? SRBMiner-CN.exe --gpureorder --config Config\config-graft.txt --ccryptonighttype graft --cpool pool.graft.hashvault.pro:7777 --cwallet zzzzzzzzzz --logfile %LOGTIME% --apienable wont load intensity from config-graft.txt First page or readme : Parameters:
--ccryptonighttype value (algo to use) --cgpuid value (gpu id, comma separated values, use --listdevices to see available) --cgpuintensity value (gpu intensity, comma separated values) --cgputhreads value (number of gpu threads, comma separated values) --cgpuworksize value (gpu worksize, comma separated values) --cgpufragments value(can be 0,1,2,4,8,16,32,64,128, comma separated values) --cgpuheavymode value (mode for heavy algos (1, 2, 3), comma separated values) --cgputhreaddelay value (delay to maintain between same gpu threads, 1 - 1000, comma separated values) --cgputargettemperature value (gpu temperature, comma separated values) --cgputargetfanspeed value (gpu fan speed in RPM, comma separated values) --cgpuofftemperature value (gpu turn off temperature, comma separated values) --cgpuadltype value (gpu adl to use (1 or 2), comma separated values) --cgpuoldmode value (old kernel creation mode - true or false, comma separated values)
Also first page : V1.8.0 . . - No more mixing of cmd line setup and config files, now it's one or the other That's why nothing is read from config-graft.txt --cgpuintensity 120 wont work in bat. neiter --cgpuintensity 120,120,120,120,120,120,120,120,120 (9 vega rig) Have made standalone txts and all work like a charm. 120int@vega64=2720h/s it works in bat too, but you need to set cgpuid too so it knows for which gpu is which setting
|
|
|
|
doktor83 (OP)
|
 |
March 07, 2019, 07:22:22 PM |
|
how to setup intensity through bat? SRBMiner-CN.exe --gpureorder --config Config\config-graft.txt --ccryptonighttype graft --cpool pool.graft.hashvault.pro:7777 --cwallet zzzzzzzzzz --logfile %LOGTIME% --apienable wont load intensity from config-graft.txt First page or readme : Parameters:
--ccryptonighttype value (algo to use) --cgpuid value (gpu id, comma separated values, use --listdevices to see available) --cgpuintensity value (gpu intensity, comma separated values) --cgputhreads value (number of gpu threads, comma separated values) --cgpuworksize value (gpu worksize, comma separated values) --cgpufragments value(can be 0,1,2,4,8,16,32,64,128, comma separated values) --cgpuheavymode value (mode for heavy algos (1, 2, 3), comma separated values) --cgputhreaddelay value (delay to maintain between same gpu threads, 1 - 1000, comma separated values) --cgputargettemperature value (gpu temperature, comma separated values) --cgputargetfanspeed value (gpu fan speed in RPM, comma separated values) --cgpuofftemperature value (gpu turn off temperature, comma separated values) --cgpuadltype value (gpu adl to use (1 or 2), comma separated values) --cgpuoldmode value (old kernel creation mode - true or false, comma separated values)
Also first page : V1.8.0 . . - No more mixing of cmd line setup and config files, now it's one or the other That's why nothing is read from config-graft.txt --cgpuintensity 120 wont work in bat. neiter --cgpuintensity 120,120,120,120,120,120,120,120,120 (9 vega rig) Have made standalone txts and all work like a charm. 120int@vega64=2720h/s it works in bat too, but you need to set cgpuid too so it knows for which gpu is which setting  cpuid 0 = intel remove word 'value' after --gpuintensity 😀
|
|
|
|
Frianik
Newbie
Offline
Activity: 23
Merit: 0
|
 |
March 07, 2019, 07:26:23 PM Last edit: March 07, 2019, 07:44:31 PM by Frianik |
|
how to setup intensity through bat? SRBMiner-CN.exe --gpureorder --config Config\config-graft.txt --ccryptonighttype graft --cpool pool.graft.hashvault.pro:7777 --cwallet zzzzzzzzzz --logfile %LOGTIME% --apienable wont load intensity from config-graft.txt First page or readme : Parameters:
--ccryptonighttype value (algo to use) --cgpuid value (gpu id, comma separated values, use --listdevices to see available) --cgpuintensity value (gpu intensity, comma separated values) --cgputhreads value (number of gpu threads, comma separated values) --cgpuworksize value (gpu worksize, comma separated values) --cgpufragments value(can be 0,1,2,4,8,16,32,64,128, comma separated values) --cgpuheavymode value (mode for heavy algos (1, 2, 3), comma separated values) --cgputhreaddelay value (delay to maintain between same gpu threads, 1 - 1000, comma separated values) --cgputargettemperature value (gpu temperature, comma separated values) --cgputargetfanspeed value (gpu fan speed in RPM, comma separated values) --cgpuofftemperature value (gpu turn off temperature, comma separated values) --cgpuadltype value (gpu adl to use (1 or 2), comma separated values) --cgpuoldmode value (old kernel creation mode - true or false, comma separated values)
Also first page : V1.8.0 . . - No more mixing of cmd line setup and config files, now it's one or the other That's why nothing is read from config-graft.txt --cgpuintensity 120 wont work in bat. neiter --cgpuintensity 120,120,120,120,120,120,120,120,120 (9 vega rig) Have made standalone txts and all work like a charm. 120int@vega64=2720h/s it works in bat too, but you need to set cgpuid too so it knows for which gpu is which setting https://i.ibb.co/bscxXcH/srb180.pngcpuid 0 = intel remove word 'value' after --gpuintensity 😀 yeye i saw it after upload  just played with all possibilities. btw it ask define nuber of threads after all  and finally i start it from single bat SRBMiner-CN.exe --gpureorder --ccryptonighttype graft --cpool pool.graft.hashvault.pro:7777 --cwallet zzzzzz --cgpuid 1,2,3,4,5,6,7,8,9 --cgpuintensity 120,120,120,120,120,120,120,120,120 --cgputhreads 2,2,2,2,2,2,2,2,2 --logfile %LOGTIME% --apienable upd. --cgpuid 1,2,3,4,5,6,7,8,9 is wrong define. right is --cgpuid 0,1,2,3,4,5,6,7,8 even if i use internal intel graphic which appears as gpu0 in regedit&overdriventool or 1 card is not workin
|
|
|
|
sharix80
Newbie
Offline
Activity: 31
Merit: 0
|
 |
March 07, 2019, 07:49:40 PM |
|
my rig just freezes and reboots with the new version 1.8.0...cards are rx550. it works fine with 1.7.9
Give more info, "just freezes" isnt too much info, you must admit that.. already tried new version on 2 my rigs, all are on rx550s, i edit v4 to v8 in start.bat, miner starts, compiles kernels but then just freezes and rig goes to reboot...should i edit something else except v4>v8 ?? i have 18.6.1&18.5.2 radeon drivers and win10 1803. Try setting up gpu's with gpu_conf by hand, maybe you need to use lower intensity values than the auto setup gives. Yes its true,system freezes, same thing to me using rx550 2GB, i have also rx550 4GB and works fine, maybe 2GB Gpu's are out. Use 27 intensity in config. If you start SRB on RX550 with auto setup, miner gives 29 intensity. Thats too much for RX550 2gb. This is the reason why rig freezes and goes to reboot.
|
|
|
|
abg00
Jr. Member
Offline
Activity: 288
Merit: 1
|
 |
March 07, 2019, 08:06:21 PM |
|
hi dok litle trouble on turtle and upx with old 2gb card -i 0 work poor. set 172. need change 0 to 36
|
|
|
|
Csouza
Member

Offline
Activity: 118
Merit: 10
|
 |
March 07, 2019, 09:34:24 PM |
|
What is best setings for vegas56@64 on graft ?
core mem HS Radeon RX 570 4GB 1200 1850 1126
Radeon RX 580 4GB 1150 2050 1154
Radeon RX Vega 1450 1100 1576
570 "intensity" : 59, "worksize" : 16, "threads" : 2, "fragments" : 8}, 580 "intensity" : 59, "worksize" : 16, "threads" : 2, "fragments" : 8}, Vega "intensity" : 112, "worksize" : 16, "threads" : 2, "fragments" : 8},
|
|
|
|
4ward
Member

Offline
Activity: 473
Merit: 18
|
 |
March 07, 2019, 10:44:25 PM |
|
--cgpuintensity value (gpu intensity, comma separated values) --cgputhreads value (number of gpu threads, comma separated values) --cgpuworksize value (gpu worksize, comma separated values)
do those need to always be comma separated values or a single value will be used for all cards?
|
|
|
|
GKumaran
Member

Offline
Activity: 204
Merit: 10
|
 |
March 08, 2019, 02:23:42 AM |
|
What is best setings for vegas56@64 on graft ?
core mem HS Radeon RX 570 4GB 1200 1850 1126
Radeon RX 580 4GB 1150 2050 1154
Radeon RX Vega 1450 1100 1576
570 "intensity" : 59, "worksize" : 16, "threads" : 2, "fragments" : 8}, 580 "intensity" : 59, "worksize" : 16, "threads" : 2, "fragments" : 8}, Vega "intensity" : 112, "worksize" : 16, "threads" : 2, "fragments" : 8},
you can get 2500+ hr if you run it in auto- intensity : 0, double_threads=true
|
|
|
|
Csouza
Member

Offline
Activity: 118
Merit: 10
|
 |
March 08, 2019, 02:29:48 AM |
|
What is best setings for vegas56@64 on graft ?
core mem HS Radeon RX 570 4GB 1200 1850 1126
Radeon RX 580 4GB 1150 2050 1154
Radeon RX Vega 1450 1100 1576
570 "intensity" : 59, "worksize" : 16, "threads" : 2, "fragments" : 8}, 580 "intensity" : 59, "worksize" : 16, "threads" : 2, "fragments" : 8}, Vega "intensity" : 112, "worksize" : 16, "threads" : 2, "fragments" : 8},
you can get 2500+ hr if you run it in auto- intensity : 0, double_threads=true I have a mixed rig with 2 rx580 and 4 Vega56@54 in auto the miner crashes, they set 112 intensity for RX580 4GB.
|
|
|
|
GKumaran
Member

Offline
Activity: 204
Merit: 10
|
 |
March 08, 2019, 03:34:54 AM |
|
Not sure about the rx, but vega is rock stable, im running 6 vega 64, with almost the same settings as you in auto.
|
|
|
|
abhiseshakana
Legendary
Offline
Activity: 2562
Merit: 2317
From Zero to 2 times Self-Made Legendary
|
 |
March 08, 2019, 05:51:09 AM |
|
I have a mixed rig with 2 rx580 and 4 Vega56@54 in auto the miner crashes, they set 112 intensity for RX580 4GB.
You should try to increase the virtual memory (page file) and make sure the HBCC segment had been disabled. Btw, which driver version did you installed?
|
|
|
|
Coindgr
|
 |
March 08, 2019, 07:02:52 AM |
|
Graft just forked yesterday to new cryptonight algo, is this updated?
|
|
|
|
Rabotaet
Newbie
Offline
Activity: 15
Merit: 0
|
 |
March 08, 2019, 07:53:38 AM |
|
Пoдcкaжитe. Mнe нe пoнятнo кaкoй aлгopитм yкaзывaть в кoнфигe для бyдyщeгo фopкa мoнepo? B фaйлe ReadMe этo: SUPPORTED ALGOS: ---------------- Cryptonight Alloy [alloy] Cryptonight ArtoCash [artocash] Cryptonight B2N [b2n] Cryptonight BitTubeV2 [bittubev2] Cryptonight Conceal [conceal] Cryptonight Dark [dark] Cryptonight Fast [fast] Cryptonight Fast2 [fast2] Cryptonight Fest [festival] Cryptonight Gpu [gpu] Cryptonight Graft [graft] Cryptonight Haven [haven] Cryptonight Heavy [heavy] Cryptonight Hospital [hospital] Cryptonight Hycon [hycon] Cryptonight Italo [italo] Cryptonight Lite [lite] Cryptonight Lite V7 [litev7] Cryptonight MarketCash [marketcash] Cryptonight Mox [mox] Cryptonight [normal] Cryptonight V4 (R) [normalv4] Cryptonight V4_64 [normalv4_64] Cryptonight V7 [normalv7] Cryptonight V8 [normalv8] Cryptonight StelliteV4 [stellitev4] Cryptonight StelliteV5-V8-V9 [stellitev8] Cryptonight Swap [swap] Cryptonight Turtle [turtle] Cryptonight Upx [upx] Cryptonight Webchain [webchain] Cryptonight Wownero [wownero] Cryptonight Xcash [xcash] Cryptonight Zelerius [zelerius] И гдe здecь Cryptonight R  ??
|
|
|
|
Kaezar
Newbie
Offline
Activity: 73
Merit: 0
|
 |
March 08, 2019, 08:22:04 AM |
|
Пoдcкaжитe. Mнe нe пoнятнo кaкoй aлгopитм yкaзывaть в кoнфигe для бyдyщeгo фopкa мoнepo? B фaйлe ReadMe этo: SUPPORTED ALGOS: ---------------- ... Cryptonight [normal] Cryptonight V4 (R) [normalv4] Cryptonight V4_64 [normalv4_64] Cryptonight V7 [normalv7] Cryptonight V8 [normalv8] И гдe здecь Cryptonight R  ?? Cryptonight V4 (R) [normalv4] Cryptonight V4_64 [normalv4_64]
A этo ктo?))) Укaзывaй normalv4
|
|
|
|
borox
Newbie
Offline
Activity: 44
Merit: 0
|
 |
March 08, 2019, 08:45:09 AM |
|
What is the difference in the implementation of
Cryptonight Fast2 [fast2]
.. and ..
Cryptonight StelliteV5-V8-V9 [stellitev8]
.. shouldn't it be the same Cryptonight-Half algorithm for Masari and Stellite?
|
|
|
|
Csouza
Member

Offline
Activity: 118
Merit: 10
|
 |
March 08, 2019, 01:06:40 PM |
|
I have a mixed rig with 2 rx580 and 4 Vega56@54 in auto the miner crashes, they set 112 intensity for RX580 4GB.
You should try to increase the virtual memory (page file) and make sure the HBCC segment had been disabled. Btw, which driver version did you installed? Vmemory is on 32GB and HBCC is on. I ran this RIG more than an year. The problem is, SRBMiner in auto config mode, sets intensity 112 for RX580 that have only 4GB causing miner dont start, because 112 intensity needs 8GB vram. Anyone can post config for vega, it can be seen at the top of the SRBMiner screen. 
|
|
|
|
keksik
Jr. Member
Offline
Activity: 169
Merit: 1
|
 |
March 08, 2019, 07:50:32 PM Last edit: March 08, 2019, 08:41:10 PM by keksik |
|
hello, tomorrow is monero fork cryptonight R and can someone recommend me settings for new fork for amd rx 580 4/8gb rig? how the config file should looks like? i was mining eth all the time 1150/850 // 2000+-/850 stable.
thank you for all advises.
EDIT: im using default bat from 1st page so it sohuld switch automaticaly and i left config on auto. SRBMiner-CN.exe --enablecoinforking --config Config\config-normalv8.txt --pools pools.txt my concerns is however pool.txt. i will also use nanopool, however my adress from bittrex is a bit shortet and i have "tag" instead of paymentID. is that ok if i use wallet.tag instead of wallet.paymentID setup?
|
|
|
|
doktor83 (OP)
|
 |
March 09, 2019, 06:01:48 AM |
|
hello, tomorrow is monero fork cryptonight R and can someone recommend me settings for new fork for amd rx 580 4/8gb rig? how the config file should looks like? i was mining eth all the time 1150/850 // 2000+-/850 stable.
thank you for all advises.
EDIT: im using default bat from 1st page so it sohuld switch automaticaly and i left config on auto. SRBMiner-CN.exe --enablecoinforking --config Config\config-normalv8.txt --pools pools.txt my concerns is however pool.txt. i will also use nanopool, however my adress from bittrex is a bit shortet and i have "tag" instead of paymentID. is that ok if i use wallet.tag instead of wallet.paymentID setup?
As long as the wallet address starts with ' 4' you are ok. Example : 1. Config\config-normalv8.txt -> set it up if you want Config\config-normalv4.txt -> set it up if you want 2. Make sure you have both normalv8 and normalv4 set in algos.txt { "algo" : "normalv8", "config" : "Config\\config-normalv8.txt", "hashrate" : 1, "startup_script": "" }, { "algo" : "normalv4", "config" : "Config\\config-normalv4.txt", "hashrate" : 1, "startup_script": "" }
3. pools.txt{ "pools" : [ { "pool" : "xmr-eu1.nanopool.org:14444", "wallet" : "4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7xo6RZYyw2bUtbm12g.donation", "password" : "x" }, { "pool" : "xmr-eu2.nanopool.org:14444", "wallet" : "4A5hJyu2FvuM2azexYssHW2odrNCNWVqLLmzCowrA57xGJLNufXfzVgcMpAy3YWpzZSAPALhVH4Ed7xo6RZYyw2bUtbm12g.donation", "password" : "x" } ] }
4. start.batSRBMiner-CN.exe --enablecoinforking --config Config\config-normalv8.txt --pools pools.txt If you downloaded 1.8.0 and did not touch algos.txt and Config folder, then you can skip steps 1,2 because it is all pre-set.
|
|
|
|
|