Bitcoin Forum
June 22, 2024, 08:56:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.8.9 - native algo switching on: May 27, 2019, 12:57:24 AM
Dok, how to disable the "Precompiling program"?
GPU can crash after a certain times of  these "Precompiling program" and hashrate dropped (as if it didn't load the tweak profile) after the Precompiling Program.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.8.2 - native algo switching on: April 05, 2019, 02:20:36 AM
Dok, could you remove the 120 minutes cap of --maxnosharesent for next release?

Thank you
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.7 - with algo switching support on: September 22, 2018, 05:55:54 AM
Hi, I,m using your excelent miner doc but i have some inestability with my vegas, i have 5 vegas in a rig 2 vega 64 1 vega 56 @vega64 bios and 2 vega 56, my windows got me bsod with video scheduler internal error, and i answer if i could use the block chain driver instead the adrenaline 18.6.1? PD FYC Lately the vega 56 with bios 64 hang up with black screen and fan go to max rev. And i have to reset the rig. what do you suggest?

I used to have these issues, these are caused by aggresive coreclock/memclock/too low vddc voltage. Either/or combination of those 3 settings.

I solved the bsod by using more conservative core clock/mem clock and increase the vddc voltage
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: XMRigCC 1.6.2 CPU miner for Monero+v7, AEON+v7, IPBC, Sumokoin and other forks on: September 16, 2018, 10:27:20 AM
Hi Bendroid, can your XMRigDaemon be used to mine from local node for solo GPU mining?
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.7 - with algo switching support on: 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

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
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 19, 2018, 04:20:11 AM
Hi everyone, I had to reinstall Win 10, now SRB miner it's mining, but share are not found.
Help please!



Try intensity 112 and worksize 16
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 17, 2018, 04:15:36 PM
This is very interesting, cause everything looks ok. Good config, good driver (18.6.1), really strange i don't know what to think.

Got it to work. MO required normalv7 on first connection to the pool.
i solved it by putting normalv7 algo at the top of algos.txt.

8  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 16, 2018, 02:45:08 PM
as all your intensities are same, drop the duplicateid stuff from cmd and put 2 threads in config. Algo switching doesnt like cmd parameters, i will try to fix that

I removed --enableduplicateguid from config but miner still close.

here's the crashlog
Code:
[2018-08-16 21:39:25] Miner version: 1.6.6
[2018-08-16 21:39:25] Windows version: 10.0 build 17134
[2018-08-16 21:39:25] Video driver version: 24.20.11021.1000

only 3 lines now

here's the start.bat

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

cls
SRBMiner-CN.exe --sendallstales --config config-normalv7.txt --pools pools-algos.txt --logfile crashlog.txt --usealgoswitching
pause

i remove duplicate line from the config too

Code:
{
"cryptonight_type" : "normalv7",
"intensity" : 0,
"double_threads" : true,
"min_rig_speed" : 7500,
"min_rig_speed_duration" : 60,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 1, "intensity" : 77, "worksize" : 16, "threads" : 2},
{ "id" : 2, "intensity" : 112, "worksize" : 16, "threads" : 2},
{ "id" : 3, "intensity" : 112, "worksize" : 16, "threads" : 2},
]

/* THERE ARE A LOT OF OPTIONS/PARAMETERS YOU CAN USE HERE */
/* YOU CAN FIND THEM IN THE README FILE */
}

If I remove the --usealgoswitching it will run
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: SRBMiner Cryptonight AMD GPU Miner V1.6.6 - with algo switching support on: August 16, 2018, 02:31:52 PM
Dok,

I have a problem when using algo switch

here's the crashlog.

[2018-08-16 21:04:46] Miner version: 1.6.6
[2018-08-16 21:04:46] Windows version: 10.0 build 17134
[2018-08-16 21:04:47] Video driver version: 24.20.11021.1000
[2018-08-16 21:04:52] AMD Platform ID: 0
[2018-08-16 21:04:52] AMD platform FOUND
[2018-08-16 21:04:52] Found 4 AMD devices
[2018-08-16 21:04:52] CPU AES-NI: TRUE
[2018-08-16 21:04:52] GPU0: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 34]
[2018-08-16 21:04:52] GPU1: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 34]
[2018-08-16 21:04:52] GPU2: Radeon RX Vega [gfx900] [8176 MB][Intensity 77.0][W: 16][T: 1][K: 1][BUS: 37]
[2018-08-16 21:04:52] GPU3: Radeon RX Vega [gfx900] [8176 MB][Intensity 77.0][W: 16][T: 1][K: 1][BUS: 37]
[2018-08-16 21:04:52] GPU4: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 41]
[2018-08-16 21:04:52] GPU5: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 41]
[2018-08-16 21:04:52] GPU6: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 45]
[2018-08-16 21:04:52] GPU7: Radeon RX Vega [gfx900] [8176 MB][Intensity 112.0][W: 16][T: 1][K: 1][BUS: 45]
[2018-08-16 21:04:52] ADL is enabled
[2018-08-16 21:04:52] CryptonightV7 mode enabled
[2018-08-16 21:04:52] DevFee pool SET
[2018-08-16 21:04:52] DevFee address SET
[2018-08-16 21:04:52] Starting init of mining threads
[2018-08-16 21:04:53] Loading kernel for DEVICE BUS ID 34 ...
[2018-08-16 21:04:54] Stopping miner process
[2018-08-16 21:04:54] Loading kernel for DEVICE BUS ID 34 ...

If I run each algo seperately they run fine after compiling kernel. but if I use algoswitch, the miner closes itself.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!