Bitcoin Forum
October 03, 2025, 07:35:22 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Cast XMR] high speed XMR/CryptoNight miner for RX Vega GPUs (2 KHash/s) on: February 23, 2018, 09:29:07 AM
Hello,
did someone succeeded to enable the log function?
I am using cast XMR 0.8.5, I put "--log log.txt" in the command line, but it never makes a log text file...

i have the same problem can not set it up, which is really wierd

It works for me.
It creates the log file in the current directory, so if you run cast_xmr-vega.exe by some script/shortcut that have set working directory different from the cast_xmr-vega folder, then it will be created there. try to specify full log path.

For anyone interested to create a log file with current date/time in filename, here is the script to do this:
Code:
for /F "usebackq tokens=1,2 delims==" %%i in (`wmic os get LocalDateTime /VALUE 2^>NUL`) do if '.%%i.'=='.LocalDateTime.' set ldt=%%j
set ldt=%ldt:~0,8%_%ldt:~8,6%

cast_xmr-vega --log log%ldt%.txt ...

so the log file will have the name like this: log20180222_092247.txt
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [Cast XMR] high speed XMR/CryptoNight miner for RX Vega GPUs (2 KHash/s) on: February 18, 2018, 06:47:00 PM
Dear glph3k,

My rigs have % Outdated because of job change really high, around 12-15%.
I mining on Nicehash, can not put --fastjobswitch in bat file. It keep crash BSOD my rigs.

What should i do to lower % outdate share jobs : (

Thanks you. Best wishes for you and ur family in year new (Me ching-chong asian) : D


I have similar issue with nicehash or any other pool that have high difficulty.
When the difficulty >400000 then in most cases I get connection errors.
So for nicehash I have about 10% of errors like "Could not be submit because of network error".

Btw, glph3k, could you please make it configurable timeout between reconnects? 20 seconds is too much.

P.S. Thanks for the great software
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!