doktor83 (OP)
|
|
September 12, 2018, 09:28:59 AM |
|
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.
|
|
|
|
dragonmike
|
|
September 12, 2018, 10:10:10 AM |
|
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)
|
|
September 12, 2018, 10:27:18 AM Last edit: September 12, 2018, 10:42:24 AM by doktor83 |
|
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 We wont miss it, i will release 1.6.8 soon, after that 1.6.9 will contain the new algo
|
|
|
|
dragonmike
|
|
September 12, 2018, 10:45:17 AM |
|
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 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
Activity: 9
Merit: 0
|
|
September 12, 2018, 11:30:56 AM |
|
"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 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
Activity: 259
Merit: 34
|
|
September 12, 2018, 01:11:17 PM |
|
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
Activity: 288
Merit: 1
|
|
September 12, 2018, 01:39:10 PM |
|
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 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
Activity: 3
Merit: 0
|
|
September 12, 2018, 04:00:39 PM |
|
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
Activity: 69
Merit: 0
|
|
September 12, 2018, 04:53:07 PM |
|
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
Activity: 33
Merit: 0
|
|
September 12, 2018, 05:20:53 PM |
|
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
Activity: 37
Merit: 0
|
|
September 13, 2018, 07:40:26 AM |
|
anyone tried amd 18.9.1 drivers yet?
|
|
|
|
MaxMidnite
Newbie
Offline
Activity: 143
Merit: 0
|
|
September 13, 2018, 09:39:31 AM |
|
Any support for MinexCoin?
|
|
|
|
|
bracinac
Newbie
Offline
Activity: 87
Merit: 0
|
|
September 13, 2018, 12:58:27 PM |
|
Doktore, hoce li biti Linux verzije ovog divnog majnera?
|
|
|
|
SpceGhst
Jr. Member
Offline
Activity: 269
Merit: 4
|
|
September 13, 2018, 01:01:30 PM |
|
Any support for MinexCoin?
No. SRB miner is for Cryptonight based coins. MinexCoin uses a variant of the Equihash algorithm.
|
|
|
|
Markyz23
Newbie
Offline
Activity: 30
Merit: 0
|
|
September 13, 2018, 02:18:15 PM |
|
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
Activity: 13
Merit: 0
|
|
September 13, 2018, 06:21:37 PM |
|
Added my rx 570 an 580 to the list
|
|
|
|
wgestickley
Newbie
Offline
Activity: 76
Merit: 0
|
|
September 13, 2018, 06:28:02 PM |
|
Great idea thank you 🙏 - can you please also put there the Algorithm in?
|
|
|
|
Art Gar
Newbie
Offline
Activity: 22
Merit: 0
|
|
September 14, 2018, 02:09:15 AM |
|
+ Added. Good Idea. Also adding Algo Column and miner version.
|
|
|
|
avvis
Newbie
Offline
Activity: 8
Merit: 0
|
|
September 14, 2018, 04:19:34 AM |
|
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
|
|
|
|
|