Search content
Sort by

Showing 14 of 14 results by dopper
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support
by
dopper
on 18/08/2018, 07:36:33 UTC
So we talk about an average per card of 1450H/s

try this trick: start miner with 60/8 then restart with 56/8 after 1-2 mins. it pumps my hynix vegas 56 from 1450 to 1550

How long di you run the Miner with 60/8 before restart with 56/8 and do you restart with --resetvega or without?

1-2 mins no reset
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support
by
dopper
on 17/08/2018, 20:51:45 UTC
So we talk about an average per card of 1450H/s

try this trick: start miner with 60/8 then restart with 56/8 after 1-2 mins. it pumps my hynix vegas 56 from 1450 to 1550
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support
by
dopper
on 13/08/2018, 13:34:09 UTC
I think what you are seeing is the miner restarting because the rig speed is falling before the minimum that you have set.  So I would create a startup script and put in the --resetvega so it will fully reset the cards. 

hm.. it should help, thank you.

so reboot_script to work i need to remove min_speed parameter?
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support
by
dopper
on 13/08/2018, 13:18:43 UTC
So what behaviour are you currently experiencing? Is the miner crashing and just restarts instead of rebooting?

When both cards work normal and hashrate drops below set parameter for 30 seconds, miner restarts and runs a startup script (to reset cards and apply overdriven settings). When one card goes off (0 h/s), I want computer to restart. Instead, after 30 sec of hashrate drop miner restarts itself and stops at "Loading kernels", because one card halted and needs to restart (i use switch-radeon-gpu instead of devcon).

Thats it. Windows running (i have hardware watchdog to restart it if pc freezes), srbminer process running (the same watchdog monitors it), pc hangs only after i try to end sbrminer task in taskmanager
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support
by
dopper
on 13/08/2018, 12:24:04 UTC
You need to add the following line to each and all your config files (If you use multi-algo-switching, what you have in the main config file is not read):

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

I have this exact line at the bottom in all 4 config files. Still no luck.

{
"cryptonight_type" : "heavy",
"intensity" : 56,
"worksize" : 8,
"double_threads" : true,
"min_rig_speed" : 3000,
"min_rig_speed_duration" : 30,
"retry_time" : 1,
"reboot_script" : "reboot-windows.bat",
}

and so on..
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support
by
dopper
on 13/08/2018, 10:47:40 UTC
Dok, heeelp!
I still can't get the miner to restart windows when one card goes off (0 h/s). Miner restarts itself and freezes on initialising kernels.

start.bat
Quote
start SRBMiner-CN.exe --config configv7.txt --pools poolsocn.txt --usealgoswitching --sendallstales

config
Quote
{
"cryptonight_type" : "normalv7",
"intensity" : 112,
"worksize" : 16,
"double_threads" : true,
"min_rig_speed" : 3800,
"min_rig_speed_duration" : 30,
"retry_time" : 1,
"reboot_script" : "reboot-windows.bat",
}

reboot-windows.bat
Quote
shutdown.exe /r /t 3

algos
Quote
{
"algos" :
[
   {
      "algo" : "normalv7",
      "config" : "configv7.txt",
      "pools" : "poolsocn.txt",
      "hashrate" : 3850,
      "startup_script": "restart_gpu.bat"
   },
   {
      "algo" : "heavy",
      "config" : "confighv.txt",
      "pools" : "poolsocnhv.txt",
      "hashrate" : 3100,
      "startup_script": "restart_gpu.bat"
   },
   {
      "algo" : "haven",
      "config" : "confighav.txt",
      "pools" : "poolsocnhv.txt",
      "hashrate" : 3100,
      "startup_script": "restart_gpu.bat"
   },
   {
      "algo" : "bittubev2",
      "config" : "configbt.txt",
      "pools" : "poolsocnhv.txt",
      "hashrate" : 3100,
      "startup_script": "restart_gpu.bat"
   }   
]
}

How it works? When miner decides to restart itself and when to restart windows? I don't get it
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support
by
dopper
on 12/08/2018, 07:21:19 UTC
Mine does 2028H/s per card at the moment.

care to share your config/clocks/voltage? please
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.5
by
dopper
on 06/08/2018, 21:30:45 UTC
if i use "restart_devices_on_startup" after devcon restart i get CL_OUT_OF_HOST_MEMORY when creating clCreateCommandQueue for DeviceID 0 (Thread 0) error

i've tried the other version of devcon and it didn't help
if i use "restart_devices_on_startup" i get an error, if i remove this string from config then miner starts as usual

doc can you look at this too please?
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.5
by
dopper
on 05/08/2018, 08:22:28 UTC
Quote
Does it start the .bat at all ? I see you have it in the config set.

Do you see something like "Reboot script reboot-windows.bat started..." before the miner restarts itself?

No, I don't see a message like this. Am I missing something? The file is in the same folder as SRB, quotes, comma in place...

Maybe you can add indication about scripts used in stats section on next release?
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.5
by
dopper
on 05/08/2018, 06:58:08 UTC
Quote
How do you mean it disrespects it?

as you see in my bat file i expect it to taskkill sbrminer, restart gpu, apply overdriven ini and start sbrminer again. it never happens. if card goes off, sbrminer just restarts itself in the same window and hangs on loading kernels.
Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.5
by
dopper
on 05/08/2018, 06:26:46 UTC
please help me solve this problem

one of my vega cards shuts down randomly. i've tried everything and i couldn't find why, it's not overheating, not overclocked too much, it can shut in a few minutes after miner start or after 24-80 hours, hr drops to 0

sbr monitors hs and tries to restart itself but hangs on loading kernels, because that card needs to be restarted
if i use "restart_devices_on_startup" after devcon restart i get CL_OUT_OF_HOST_MEMORY when creating clCreateCommandQueue for DeviceID 0 (Thread 0) error, so i have to use switch-radeon-gpu from cast_xmr (it works fine)

and sbr seems to disrespect my reboot-windows.bat

i need sbrminer to restart card not using devcon or restart pc

driver 18.3.4 win 10 1709

start.bat

Quote
setx GPU_FORCE_64BIT_PTR 1 >nul
setx GPU_MAX_HEAP_SIZE 100 >nul
setx GPU_MAX_USE_SYNC_OBJECTS 1 >nul
setx GPU_MAX_ALLOC_PERCENT 100 >nul
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100 >nul

cd C:\Mine\cast_xmr-vega
switch-radeon-gpu -G 0,1 --hbcc=off --largepages=on autorestart --admin
timeout /t 2

cd C:\Mine
OverdriveNTool.exe -p1srb1 -p2srb2
timeout /t 1

cd C:\Mine\SRBMiner
start SRBMiner-CN.exe --sendallstales --config configv7.txt --pools poolsxmr.txt

configv7

Quote
{
"cryptonight_type" : "normalv7",
"intensity" : 112,
"worksize" : 16,
"double_threads" : true,
"min_rig_speed" : 1900,
"min_rig_speed_duration" : 30,
"reboot_script" : "reboot-windows.bat",
}

reboot-windows.bat (it doesn't start when card goes off)

Quote
taskkill /im SRBMiner-CN.exe /f

setx GPU_FORCE_64BIT_PTR 1 >nul
setx GPU_MAX_HEAP_SIZE 100 >nul
setx GPU_MAX_USE_SYNC_OBJECTS 1 >nul
setx GPU_MAX_ALLOC_PERCENT 100 >nul
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100 >nul

cd C:\Mine\cast_xmr-vega
switch-radeon-gpu -G 0,1 --hbcc=off --largepages=on fullrestart --admin
timeout /t 2

cd C:\Mine
OverdriveNTool.exe -p1srb1 -p2srb2
timeout /t 1

cd C:\Mine\SRBMiner
start SRBMiner-CN.exe --sendallstales --config configv7.txt --pools poolsxmr.txt
Post
Topic
Board Bounties (Altcoins)
Re: [AIRDROP][BASE]🚀 Equitybase 🚀 Decentralize Securities Token Exchange Ecosystem
by
dopper
on 19/04/2018, 06:22:25 UTC
Proof of ownership
telegram id: @n_vents
Post
Topic
Board Bounties (Altcoins)
Re: [AIRDROP] MBYS.IO - 50 MESH (0.05 ETH)TO EACH PARTICIPANT, ONLY JOIN And FOLLOW
by
dopper
on 16/04/2018, 08:52:11 UTC
USERNAME TELEGRAM: n_vents
USERNAME TWITTER: n_vents
ETH ERC20 WALLET: 0x34e7D36e683583143d9Ce4c1a4AFcfB8d21d518B
Post
Topic
Board Bounties (Altcoins)
Re: [AIRDROP] 🔥🔥 FOX TRADING NEW AIRDROP 100,000 FOXT!! 🔥🔥 Join now! ✅
by
dopper
on 19/03/2018, 13:51:44 UTC
#Finished!
Twitter: @n_vents
Telegram: @n_vents
Eth Address : 0x34e7D36e683583143d9Ce4c1a4AFcfB8d21d518B