Hey Dok,
I have a strange issue where the miner crashes after multiple hours and this is the end of the log:
[2018-11-01 19:16:38] algo_switch: Pool requested algo switch to [normalv8]
[2018-11-01 19:16:38] Restarting miner with normalv8 algo
[2018-11-01 19:16:39] Miner version: 1.6.9
[2018-11-01 19:16:39] Windows version: 10.0 build 16299
[2018-11-01 19:16:39] Video driver version: 24.20.11021.1000
[2018-11-01 19:16:40] AMD Platform ID: 1
[2018-11-01 19:16:40] AMD platform FOUND
[2018-11-01 19:16:40] Found 3 AMD devices
[2018-11-01 19:16:40] CPU AES-NI: TRUE
[2018-11-01 19:16:40] GPU0: Radeon RX 580 Series [ellesmere] [8192 MB][I: 58.0][W: 8][T: 2][F: 4][K: 1][BUS: 6]
[2018-11-01 19:16:40] GPU1: Radeon RX Vega [gfx900] [8176 MB][I: 124.0][W: 16][T: 2][F: 4][K: 1][BUS: 9]
[2018-11-01 19:16:40] GPU2: Radeon RX Vega [gfx900] [8176 MB][I: 124.0][W: 16][T: 2][F: 4][K: 1][BUS: 3]
[2018-11-01 19:16:40] ADL is enabled
[2018-11-01 19:16:40] Algo switching mode enabled
[2018-11-01 19:16:40] Algo switch minimum time : 60 seconds
[2018-11-01 19:16:40] CryptonightV8 mode enabled
[2018-11-01 19:16:40] Starting init of mining threads
[2018-11-01 19:16:40] Created OCL context
[2018-11-01 19:16:40] Created OCL command queue for DeviceID 0 (Thread 0)
[2018-11-01 19:16:40] Created OCL input buffer for DeviceID 0 (Thread 0)
[2018-11-01 19:16:40] Created OCL output buffer for DeviceID 0 (Thread 0)
[2018-11-01 19:16:40] Loading normalv8 kernel for DEVICE BUS_ID[6] ...
[2018-11-01 19:16:40] ctx->Program for DeviceID 0 (Thread 0) loaded
[2018-11-01 19:16:40] Created OCL command queue for DeviceID 0 (Thread 1)
[2018-11-01 19:16:40] Created OCL input buffer for DeviceID 0 (Thread 1)
[2018-11-01 19:16:40] Created OCL output buffer for DeviceID 0 (Thread 1)
[2018-11-01 19:16:40] Loading normalv8 kernel for DEVICE BUS_ID[6] ...
[2018-11-01 19:16:40] ctx->Program for DeviceID 0 (Thread 1) loaded
[2018-11-01 19:16:41] Created OCL command queue for DeviceID 1 (Thread 2)
[2018-11-01 19:16:41] Created OCL input buffer for DeviceID 1 (Thread 2)
[2018-11-01 19:16:41] Created OCL output buffer for DeviceID 1 (Thread 2)
[2018-11-01 19:16:41] Loading normalv8 kernel for DEVICE BUS_ID[9] ...
[2018-11-01 19:16:41] ctx->Program for DeviceID 1 (Thread 2) loaded
[2018-11-01 19:16:41] Created OCL command queue for DeviceID 1 (Thread 3)
[2018-11-01 19:16:41] Created OCL input buffer for DeviceID 1 (Thread 3)
[2018-11-01 19:16:41] Created OCL output buffer for DeviceID 1 (Thread 3)
[2018-11-01 19:16:41] Loading normalv8 kernel for DEVICE BUS_ID[9] ...
[2018-11-01 19:16:41] ctx->Program for DeviceID 1 (Thread 3) loaded
[2018-11-01 19:16:41] Created OCL command queue for DeviceID 2 (Thread 4)
[2018-11-01 19:16:41] Created OCL input buffer for DeviceID 2 (Thread 4)
[2018-11-01 19:16:41] Created OCL output buffer for DeviceID 2 (Thread 4)
[2018-11-01 19:16:41] Loading normalv8 kernel for DEVICE BUS_ID[3] ...
[2018-11-01 19:16:41] ctx->Program for DeviceID 2 (Thread 4) loaded
[2018-11-01 19:16:41] Created OCL command queue for DeviceID 2 (Thread 5)
[2018-11-01 19:16:41] Created OCL input buffer for DeviceID 2 (Thread 5)
[2018-11-01 19:16:41] Created OCL output buffer for DeviceID 2 (Thread 5)
[2018-11-01 19:16:41] Loading normalv8 kernel for DEVICE BUS_ID[3] ...
[2018-11-01 19:16:41] ctx->Program for DeviceID 2 (Thread 5) loaded
need much more info, like config file and pool, is it Monero Ocean?
All i see on the log is that miner switched algo to V8 and all gpu's were initialised.
Hello Dok,
Yes it is MoneroOcean.
Here is all the info that i can gather:
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0
cls
for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set LOGTIME=%dt:~0,4%_%dt:~4,2%_%dt:~6,2%_%dt:~8,2%_%dt:~10,2%_%dt:~12,2%
set LOGTIME=%LOGTIME: =%
set LOGTIME=%LOGTIME:,=.%.txt
SRBMiner-CN.exe --config Config\config-normalv8.txt --pools pools-algoswitch.txt --logfile al_sw_%LOGTIME% --usealgoswitching --apienable --apiport 8888 --algoswitchmintime 60 --resetmineronalgoswitch --forcedshutdown --gpuerrorsalert 10
{
"cryptonight_type" : "normalv8",
"intensity" : 0,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 58, "worksize" : 8, "threads" : 2},
{ "id" : 1, "intensity" : 124, "worksize" : 16, "threads" : 2},
{ "id" : 2, "intensity" : 124, "worksize" : 16, "threads" : 2}
]
}
Here is also the before algo switch part:
[2018-11-01 19:12:23] miner_result: Pool accepted result 0x00000C8C
[2018-11-01 19:13:37] hashrate: GPU0: 1664 H/s [BUS:6]
[2018-11-01 19:13:37] hashrate: GPU1: 4358 H/s [BUS:9]
[2018-11-01 19:13:37] hashrate: GPU2: 4013 H/s [BUS:3]
[2018-11-01 19:13:37] hashrate: Total: 10035 H/s
[2018-11-01 19:14:07] miner_result: Sending user result to pool
[2018-11-01 19:14:07] json_send: {"id":1,"jsonrpc": "2.0","method":"submit","params":{"id":"9f854439-7175-4484-857c-2e269bb611fe","job_id":"XnL9Z1tpMADL6pchdvgee27GVYdh","nonce":"56245b55","result":"8690bfce43bc39d95f3c799424eed05ed09e22c586e3529a554c4c303b250000","algo":"cn/msr"}}
[2018-11-01 19:14:07] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK"}}
[2018-11-01 19:14:07] miner_result: Pool accepted result 0x0000253B
[2018-11-01 19:14:32] miner_result: Sending user result to pool
[2018-11-01 19:14:32] json_send: {"id":1,"jsonrpc": "2.0","method":"submit","params":{"id":"9f854439-7175-4484-857c-2e269bb611fe","job_id":"XnL9Z1tpMADL6pchdvgee27GVYdh","nonce":"e92ead2a","result":"3c51abaa1bebf0cfd1bfe390a53182247cf8a3086166f67e025a7b3078050000","algo":"cn/msr"}}
[2018-11-01 19:14:33] json_receive: {"id":1,"jsonrpc":"2.0","error":null,"result":{"status":"OK"}}
[2018-11-01 19:14:33] miner_result: Pool accepted result 0x00000578
[2018-11-01 19:15:37] hashrate: GPU0: 1664 H/s [BUS:6]
[2018-11-01 19:15:37] hashrate: GPU1: 4359 H/s [BUS:9]
[2018-11-01 19:15:37] hashrate: GPU2: 4014 H/s [BUS:3]
[2018-11-01 19:15:37] hashrate: Total: 10037 H/s
[2018-11-01 19:16:33] json_receive: {"jsonrpc":"2.0","method":"job","params":{"blob":"0707f0e9ecde052eab8922c9b0af7ed8221b276d0772a4a6f4339d75e3ea71f88dedb57738a5ee000000000b40cf5e95539d38a77e184d6b1ac203bc3273790356ef2d861042d29aa28f8f06","algo":"cn/msr","variant":"msr","job_id":"STVJ6+uLiMruqeLtHisVh40wdN9z","target":"8a330000","id":"9f854439-7175-4484-857c-2e269bb611fe"}}
[2018-11-01 19:16:38] json_receive: {"jsonrpc":"2.0","method":"job","params":{"blob":"0909a9e9ecde05b7718ace0f6f876881dcaf0b3dcfc5f83a011b4996db1e8a1f3376a593ba7c50000000004529dfdd46303bbbb9c3c72d5c487b69967c43d8bd7245629f6538919700382002","algo":"cn/2","variant":"2","job_id":"lo+EIlC3lfoB1YzY5uyG84rqVlBi","target":"8a330000","id":"9f854439-7175-4484-857c-2e269bb611fe"}}
[2018-11-01 19:16:38] algo_switch: Pool requested algo switch to [normalv8]
Is there any way to make the log more detailed for debug?