Bitcoin Forum
May 11, 2024, 04:52:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 »
41  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: February 03, 2018, 09:47:23 PM
Just wanted to say that I found this by accident and it's one of the most useful things I've ever used since I started mining. The Telegram bot is extremely useful, getting stats and notifications, switching, restarting. Excellent work. I signed up for the premium features and I 100% recommend this to anyone.

Great job!

EDIT: Sent you a Merit point!

Thank you very much for your support! It is important for me!

After how many attemps to restore connection is the script supposed to restart the pc? Because today before i noticed the connectivity problems it did about 16 attempts and didn't restart at all.

Hello! Scripts logic when connection lost is:
5 attempts - restart computer, then after restart if connection not restored - every 60 attempts restart computer (1 attempt = 1 minute). Each minute checking google.com by ping.exe. You can change inside autorun.bat option with ping server to another if you have difficulties to connect google.com.

Can this be set to use multiple OC applications such as ASUS & EVGA?  TIA

It can use only 1 from list with 6 OC Apps.
1 - true XTREMEGE, 2 - true AFTERBURNER, 3 - true GPUTWEAK, 4 - true PRECISION, 5 - true AORUSGE, 6 - true THUNDERMASTER
It is impossible to use two different OC Apps at the same time because you can overclock your GPUs with only one (last). I recommend you to use MSI Afterburner.

Wonderful script, thank you very much, I love it. I recommended it to all of my mining friends!

Since you already found an efficient solution for extracting the data from the log file in real time, why not place it on a graph to make the data much more user friendly?
Such will make the overclocking process much easier.

For example by using this - http://www.gnuplot.info/
 
I would love that.
I also would have done it myself however with the learning curve will take too long Sad there are things on you script that I don't get, for example I don't get how this extract the speed and temp Sad
Code:
FOR /F "tokens=4,6 delims=AMGPUC上午下午>#| " %%a IN ('findstr.exe /R /C:".*GPU%%A .*C.*Sol/s:.*" %log%') DO (
        IF "%%a" NEQ "" IF %%a GEQ 0 IF %%a LSS 70 SET tempdata=%%a
        IF "%%a" NEQ "" IF %%a GEQ 70 SET tempdata=*%%a*
        IF "%%b" NEQ "" IF %%b GEQ 0 SET speeddata=%%b

My dream UI would be ONE graph per GPU showing a 2D plot with blue line for the current speed, black line for the average speed, green line for the efficiency (sol/w), red line for the current temp (ALL on the same graph, obviously with different scales).


Hello! Thank you for reply!
I'm using only basic Windows features, it is simple and working on all computers as well. Using additional programs can be problematic for other users. But honestly I like your idea! Smiley
This part of code just reading log file lines with *GPU* and *Sol/s* words, then cut out less (delims). Simple. Parsing. Smiley
42  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: February 01, 2018, 08:14:25 AM
Thanks for the update - just tested it out - there's an error for ccminerx64 - says it doesn't support x64.

Can you explain more and give some screenshots? Thank you!

this only support for AMD card?
if i have AMD and Nvidia card and wants to mine ETH, i need to download claymore and EWBF and run both separately??

You can mine ETH with this script AMD+Nvidia, or download Ewbf and run 2 scripts separately. Just need to turn off in autorun.bat "Check to see if autorun.bat has already been started.".

@Acrefawn

Suggestion:
Can we have a telegram "coin switch" :-)
I would really like to be able to have separate config files for separate coins, and then switch between them with a telegram command. Maybe naming config files zec, Zen, zcl etc etc, and execute it like "/coin rigname Zen" :-)

Btw. Thanks for the great script!

Hello. It is possible in premium version. Switching between servers and miners by Telegram.
43  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: January 28, 2018, 10:08:47 PM
Today version 1.8.9 released!

 Cool Shocked Список изменений 1.8.9
  • Полностью переписан код.
  • Глобальная оптимизация.
  • Config.bat заменен на Config.ini. Изменены переменные. Добавлена возможность удалять лишние переменные “commandserver” или дописывать дополнительные. Главное соблюдать порядок их нумерации.
  • Добавлено название майнера как приставка к config.ini.
  • Исправлено чтение с файла memory.txt. Теперь все должно работать правильно. Не забывайте о команде /forget для возвращения стандартных значений.
  • Установлен стандартный таймаут рестарта майнера каждые 96 часов, ввиду трудностей с чтением файла логов. Не зависимо от настроек.
  • Добавлены сообщения некоторых действий, логирование, телеграм.
  • Изменен порядок выгрузки запущенного майнера, теперь это делается перед включением профилей разгона.
  • При включении профиля разгона есть соответствующее сообщение.
  • Добавлена переменная для обозначения пути к файлу майнера.
  • Увеличен таймаут ожидания переподключения к интернету. Теперь должно быть меньше ложных переключений сервера.
  • Улучшено распознавание майнинг сервера.
  • Добавлен обработчик, который будет отсекать данные если они не правильные.
  • Увеличен таймаут отправки статистики онлайн, для уменьшения нагрузки на сервер.
  • Увеличен таймаут между иттерациями для определения разницы между шарами.
  • Добавлена возможность изменить сервер для пинга. (Это важно, если в вашей стране заблокирован/затруднен доступ к google).
  • Добавлена ошибка драйверов видеокарт в обработчик для скриптов Claymore.
  • Убраны значения скоростей.
  • /telegram kill команда. Команда /online изменена на /status. Команда /clear удалена. Команда /cooldown добавлена в команду /stop.
  • Другие мелкие изменения.

 Cool Shocked Changelog 1.8.9
  • The code is completely rewritten.
  • Global optimization.
  • Config.bat is replaced with Config.ini. Changed variables. Added the ability to remove extra variables “commandserver” or add additional ones. The main thing is to follow the order of their numbering.
  • Added the name of the miner as a prefix to config.ini.
  • Fixed reading from file memory.txt. Now everything should work correctly. Do not forget the /forget command to return the default values.
  • The standard timeout of the restart of the miner is set every 96 hours, due to difficulties with reading the log file. Regardless of the settings.
  • Added messages for some actions, logging, telegrams.
  • Changed the order of unloading the launched miner, now this is done before enabling overclocking profiles.
  • When the overclocking profile is enabled, there is a corresponding message.
  • A variable is added to indicate the path to the file of the miner.
  • The timeout for reconnecting to the Internet has been increased. Now there should be less false server switches.
  • Improved recognition of the mining server.
  • Added a handler that will clip data if they are not correct.
  • Increased the timeout for sending online statistics, to reduce the load on the server.
  • Increased the timeout between the iterations to determine the difference between shares.
  • Added the ability to change the server for ping. (This is important if your country is blocked / difficult to access google).
  • The error of video card drivers in the handler for Claymore scripts is added.
  • Speed ​​symbols are removed.
  • /telegram kill command. Command /online replaced to /status. Command /clear removed. Command /cooldown merged with /stop.
  • Other minor changes.

Ewbf Equihash
Dstm Equihash
Claymore Equihash
Claymore CryptoNote
Claymore Dagger-Hashimoto
Ccminer tpruvot, alexis (palgin), KlausT


Premium price 0.05ZEC
44  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: January 28, 2018, 10:06:05 PM
Great script, thank you! Looking forward for bminer support, it really needs some watchdog features.

now it is time for the Bminer Wink I'm sure you're already on it Smiley

Working on it. On next weekend I want to add Bminer, Phoenix, CCminer Lux-mod, Ethminer support.
This weekend was very hard... here is changelog.
45  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: January 20, 2018, 06:45:16 PM
Today version 1.8.8 released!

 Wink Список изменений 1.8.8
  • Добавлена поддержка некоторых ошибок. Изменены приоритеты ошибок для уведомления.
  • Грамматические изменения.
  • Оптимизация кода, чистка, исправление мелких недочетов.
  • Если команда /remember запомнила сервер отличающийся от 1, скрипт будет использовать его в качестве главного.
  • Добавлена поддержка изменения значений в Ccminer. Теперь значения выше 9999 будут отображены корректно.
  • Более правильное определение сервера. В команде майнера первая опция должна быть “сервер”.
  • Исправлена ошибка при которой скрипт не перезагружал майнер в 12 часов на следующий день.
  • Оптимизирована и обновлена система определения температуры и скорости майнера. Надеюсь это уберет нагрузку со слабых процессоров.
  • Увеличено время между запроами на “last share timeout” и онлайн/офлайн.
  • Перезагрузка майнера каждые 48 часов установлена по умолчанию.
  • Другие мелкие изменения о которых я забыл.

 Wink Changelog 1.8.8
  • Added support for some errors. Priorities of errors for notification have been changed.
  • Grammatical changes.
  • Optimizing the code, cleaning, fixing minor flaws.
  • If the command /remember remembered a server other than 1, the script will use it as the main one.
  • Added support for changing the values ​​in Ccminer. Now values ​​above 9999 will be displayed correctly.
  • More correct definition of the server. In the command of the miner the first option should be “server”.
  • Fixed a bug where the script did not reboot the miner at 12 o’clock the next day.
  • Optimized and updated system for determining the temperature and speed of the miner. I hope this removes the load from the weak processors.
  • The time between requests for “last share timeout” and online/offline is increased.
  • Reboot the miner every 48 hours by default
  • Other minor changes that I forgot about.

Ewbf Equihash
Dstm Equihash
Claymore Equihash
Claymore CryptoNote
Claymore Dagger-Hashimoto
Ccminer tpruvot, alexis (palgin), KlausT


Premium price 0.05ZEC
46  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: January 17, 2018, 06:40:43 AM
Thank you all guys for support!
Yes I'm working now to fix ccminer kH/s to mH/s speed (use ATM SET AverageTotalHashrate=0)
And yes im working on Bminer (and on Xmr miner for Nvidia based on ccminer KlausT)
Updates on weekends. Hope all will be done.
47  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: January 14, 2018, 10:10:06 PM
Hello, thank you for your script, already had much fun with it because i just bought a miner rig and it had a lot of stability issues!
Now today i walked in with a new miner called Bminer: https://bitcointalk.org/index.php?topic=2519271.0

It seems sol/s rates looks good and a little better than dstm what i used previously.
Would you by any chance be willing to look into this case and make your script also compatible with Bminer?
Thanks in advance

Already contact with developer for some improvements.
Yes, soon will be Bminer support.
48  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: January 14, 2018, 12:40:00 PM
1 hour of use and love this script gonna test it for 24 hours lets see how it goes be back with more feedback!

thank you!

Using this script with dstm 0.5.8, Does the watchdog reboot the miner on a general crash error? (Basically "zm.exe has stopped working") , because none of that is listed as a setting in the config batch file.

Yes, this is default option.
49  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: January 14, 2018, 01:39:45 AM
awesome! thanks for adding ccminer so fast

haha Smiley maybe fast for you. but some peoples waiting for it for ~6 month Cheesy
im lazy little bit  Grin
50  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: January 13, 2018, 05:07:53 PM
Today version 1.8.7 released!

☄️ Список изменений 1.8.7
  • Исправлена ошибка с некорректным отображением кода при старте скрипта.
  • Оптимизация обработчика ошибок, добавлено несколкьо новых ошибок для обработки.
  • Некоторые грамматические исправления.
  • Исправлен алгоритм определения для текущего сервера.
  • Добавлена проверка на наличие нужных опций в командной строке майнера.
  • Исправлена функция подсчета и отображения статистики видеокарт.
  • Общая оптимизация кода.
  • Добавлена поддержка Ccminer. 🔥⚡️

☄️ Changelog 1.8.7
  • Fixed bug with incorrect code displaying when the script started.
  • Optimization of the error handler, several new errors have been added for processing.
  • Some grammatical corrections.
  • The algorithm for determining the current server has been fixed.
  • Added check for available options in the command line of the miner.
  • Fixed the function of counting and displaying the statistics of video cards.
  • General code optimization.
  • Added support for Ccminer. 🔥⚡️

Ewbf Equihash
Dstm Equihash
Claymore Equihash
Claymore CryptoNote
Claymore Dagger-Hashimoto
Ccminer tpruvot, alexis (palgin), KlausT


Premium price changed to 0.05ZEC
51  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: January 11, 2018, 02:40:03 PM
Thanks for the update.
but for some reason, Current temp and Current speed not showing up... it says Calculating....
any ideas why? It was really helpful, when I was getting text regarding temp and speed via telegram...maybe there is a bug or something? or is it my farm, having some kind of an issue?

Hello. I helped you yesterday in Telegram, correct? It was problem with using --log 1. Need to use --log 2 option only.

Adding support of Cast-xmr for Vega with control and required resetting of gpus would be great. Most part of the script already exist. Easy.

Please explain more. Thank you!

humm , i dont have lastest version ,

im under 1.8.4 ,
and i have probleme about losing internet connection ...

script dont kill dstm ,but run again the minning Sad

this evening , i see dstm running 3 time .....
( no really a probleme , but my rig have small cpu/memory and all was satured/full )
and rig minning very slowly

because internet stop/broken few time today Sad


i know you have setting about minning speed ,
but like setting with afterburner , i have more probleme than solution Sad

when i fix minning speed , script say i have 14 card
but i have only 7 card on rig , and reboot

about afterburner ,few time he dont see it working
( afterburner stoped/not found = red windows ) minning stop & reboot Sad


Hello. Try to use latest version of script and reply me again. I think your problems fixed in 1.8.6.
Find me in Telegram t.me/acrefawn and i will help you. Probably just wrong configuration. No need to worry Smiley
52  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: January 09, 2018, 05:51:19 PM
Today version 1.8.6 released!

Changelog:
  • Ability to rename the script files inside the folder (for command /miner).
  • By default, checking the time difference between the received shares is disabled.
  • By default, the hourly report is activated.
  • Cleaning and code optimization.
  • Added “subscribe” error handler.
  • Automatic counting of the optimal timeout for MSIA after creating config.bat.
  • The function of cleaning “Screenshots” folder from old screenshots is added.
  • The ability to continue mining using the telegram bot command after “overheat” error.
  • For the /pool command, the number of the current server is added.
  • Commands /remember and / forget. With their help, you can save (reset) the current configuration of the script to resume it after rebooting the computer/miner. Saves the result of the commands: /server, /miner, /reports.

Список изменений:

  • Добавлена возможность переименовать файлы скриптов внутри папки (для команды /майнер).
  • По умолчанию отключена проверка разницы времени между полученными шарами.
  • По умолчанию отправка ежечасового отчета активирована.
  • Очистка и оптимизация кода.
  • Добавлен обработчик ошибок “subscribe”.
  • Функция автоматического подсчета оптимального времени ожидания для MSIA после создания config.bat.
  • Добавлена функция очистки папки “Screenshots” от старых скриншотов.
  • Возможность продолжить майнинг при помощи команды телеграм боту после ошибки “temperature reached”.
  • Для команды /pool добавлено обозначение номера текущего сервера.
  • Команды /remember и /forget. С их помощью можно сохранять/сбрасывать текущую конфигурацию скрипта для ее возобновления после перезагрузки компьютера/майнера. Сохраняет результат комманд: /server, /miner, /reports.

Ewbf 0.3.4 version
Dstm 0.5.8 version
Claymore 12.6 version (Equihash)
Claymore 11.2 version (CryptoNote)
Claymore 10.3 version (Dagger-Hashimoto)


Premium price changed to 0.05ZEC
53  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: January 06, 2018, 02:31:44 PM
im looking for something like this :

https://bitcointalk.org/index.php?topic=134473.0

Automatic downclocking of each GPUs  ( basing on the GPU temperature, target temperature, error reported from miner or hw )

but this script look be old & made for ATI & not for nvidia...

It is possible to create something like this, need think about it.

can i use this script on mining zcl?

p.s. it would be great if you could make a video tutorial

Yes you can. English is not my native language, i can record a video on Russian.

Thank you for this awesome script, was exactly what I was looking for. I've been running it for a week or so and so far it's brilliant. I am giving it a little more time to see it being updated and will support the dev. Using it with dstm so far, the telegram bot reporting is such a nice feature.
Keep up the good work!

Thank you for your reply! Good to know!

***UPDATE - I got it running on windows 7 going strong for about 2hrs now!

What components of windows 10 does this need besides Powershell WMF 5.1 Huh  I have a lot of windows 7 rigs and can install the necessary powershell wmf if that's all it rally needs?  OR, are there other windows 10 native components it relies on?

PS - THIS IS AWESOME Smiley  I mined to your wallet for a few hours last night Smiley

Only powershell is required and version of CMD. If you use latest Win 7 update i think all must be ok. But script tested on Win 10 only and it working good 100%. About Win 7 hard to say. Thank you for your support! Probably MSI Afterburner problem is because Win 7. Just disable profile selection in config.bat for MSIA.

I was looking for something just like this. I’ll have to try it out tomorrow. DTSM keeps crashing at night for me. Love to have a way to auto restart it if it keeps happening. Using windows OS so I’ll give it a try tomorrow.

Thank you!

i am using this for almost a month, paired with DSTM,... great combo  Smiley Grin Grin

keep up the good work, thanks!  Smiley Smiley

Thank you very much!
54  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: December 27, 2017, 02:18:34 PM
Today version 1.8.5 released!

Changelog:
  • Added error handlers for Dstm miner.
  • Added a command to switch between miners using the Telegram Bot.
  • Added option to the configuration file to disable share time checking.
  • Ability to change the name of the configuration file, log file.
  • Optimization of the code, correction of small errors.

Список изменений:
  • Добавлены обработчики ошибок для Dstm майнера.
  • Добавлена комманда для переключения между майнерами при помощи Telegram бота.
  • Добавлена опция в файл конфигурации для отключения проверки времени шары.
  • Возможность изменения названия файла конфигурации, файла логов.
  • Оптимизация кода, исправление мелких ошибок.

Ewbf 0.3.4 version
Dstm 0.5.7 version
Claymore 12.6 version (Equihash)
Claymore 10.2 version (CryptoNote)
Claymore 10.2 version (Dagger-Hashimoto)
55  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: December 27, 2017, 02:17:32 PM
thank's you for your script ,usefull here.
i got few probleme with my rig ,
im newbie here,  got ring since less 3 weeks
and using your script since 1 week ,
and i have probleme actually ,no probleme about reboot & restart minning Zcash.
but i have 1 card bad.
i see you spy card Temp for slow down work to heat less card.
but here , card look crash or hashrate down alot
your script ,restart card/computer but card crash again few hours later.
can you look about Overclocking control ?  ( Underclocking )
what i ask ,when a card crash , just slow down overlocking of the poor card to get it stable.
actually im using afterburner but not good to do this.
but i think it's possible with nvidia inspector.
i will look to do it ,but im 0 in script ( i used basic on cpc6128 , 25y ago but .... im 0 in bash but it look similar )
i dont ask for overlocking , it's for underclocking ,when summer comme T°  up ....
same get zm crashed , i got windows error message about zm error  but zm windows is open
and no reaction from script like all work fine Sad
but no more minning Sad
anyone know a good pool low fee to get email when rig dont mine anymore or too mutch slower ?

Hello. Thx.
Sorry but it is hard to help you, every (and each) card have individual OC settings, you just need to find them. By increasing values from default 10 by 10 and 1 by 1. It is possible to use nvidia inspector but it is hard to indicate values for all users. So it is individual problem and must be resolved only by you. Same with temperatures, it depends where you stay your machines. You need to think about fans and coolers. It is standart problems of all miners. But on this forum you can find good advices! Smiley
56  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: December 23, 2017, 09:02:59 PM
Hi Acre, billion thanks for this awesome work.

wanted to ask you if i can use the eth-claymore script while dual mining (ex. eth+dcr). i did try but i got errors/miner restars due to 2nd coin problem. what should the command line order be?

thanks again and keep up the good work
R


Never mind, got it to work

Thx

Hello there

i just preapred some new rigs with 4.4.2 MSIA. The script seems to get frozen - config.bat loaded... then 120 sec to start MSIA - but nothing happens.

If i kill the process from startup and then start manually, press space to skip - launches ok.

Is it MSIA new version fault or the script?

have seen those hangs also some time on previous 20 beta version.

BR

Please explain more. What OS ar you using, what miner exactly. Thx!

Any plans to add ability to use something like nemosminer for multi-algo?  I'd be interested to discuss a donation for this  Smiley Wink Cheesy Grin

After holidays will be some updates. Im working to add new miners and functionality. Thx!
57  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: December 20, 2017, 06:00:00 PM
I get these showing up in Miner-autorun: "Invalid number.  Numeric constants are either decimal (17), hexadecimal (0x11), or octal (021)."

These stats are displaying wrong in Miner-autorun: "Average Sol/s: 0 Last Sol/s: 67C" . A bug in this version? I didn't try earlier versions.

Dstm 0.5.7 and Autorun 1.8.3

Use 24 hours format.
58  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: December 16, 2017, 04:57:36 PM
Today version 1.8.3 released!
Changelog:


  • Fixed bug with temperature error.
  • The screenshot function is added during the miner error.

Ewbf 0.3.4 version
Dstm 0.5.7 version
Claymore 12.6 version (Equihash)
Claymore 10.2 version (CryptoNote)
Claymore 10.2 version (Dagger-Hashimoto)
59  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: December 16, 2017, 04:56:36 PM
Hi Acrefawn,

Thanks for the update, looks good.

Since the update I have not experienced the issue where too many cards were detected. Well done.

Low Hashrate detection
In response to nuisance restarts from low hashrate, I have reduced my input for "average" hashrate down significantly from the real average (-~7%).
Unfortunately, I am still experiencing nuisance restarting of the miner when hashrate drops momentarily due to difficulty changes.
I understand that I could further drop the "average" hashrate to remedy this but I feel like that is starting to defeat the point of monitoring it in the first place.

To expand on my previous suggestion and above issue; the hashrate monitoring could be more sophisticated and less hypersensitive with the following features:
-Automatic calculation of real average hashrate
-Acceptable hashrate tolerance determined as a configurable % of real average hashrate
-Require several events of NON acceptable hashrate before initiating a restart or other corrective action

There could be a problem with that though. If the software is calculating the average hashrate automatically, it may need to ignore the first reported hashrate after each miner launch (first report is often an outlier)


Regarding over-temperature protection:
In the case of DSTM's ZM Miner: when --temp-target is defined, the miner starts reducing the workload to prevent the GPU from exceeding the set temperature.
It seems(please confirm?) that autorun currently takes the set temperature as defined for the miner and uses this as the temperature limit for its own purpose.
So, the miner never gets the opportunity to respond because autorun shuts it down at the same point where the miner should start down-regulating the workload.

Can autorun be modified to allow the max GPU temp to be set by the user rather than taken from the config parameters used for the miner?
For example: miner set to reduce workload at 76 degrees and autorun resets machine at 80 degrees. That way, autorun does not interfere with the miner.


ZM Version 0.5.7 has been released. I'm going to give it a whirl on one rig with autorun and see what happens.


Hello! Thank you for your time, testing and this response. About average hashrate and temperatures will think and post some updates little bit later. ATM bussy little bit.
Contact me in Telegram please.
60  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Autorestart / Watchdog) for Ewbf & Claymore & Dstm on: December 08, 2017, 05:46:52 PM
Today version 1.8.2 released!
Changelog - [1.8.2]


  • Significant code optimization.
  • Clear the error list.
  • Fix server switching. Added a message to which server number the miner switched.
  • Added ignoring of additional coins during ether mining. Added support for classic ether.
  • The restrictions for the config file and the file are increased.
  • Most likely, the bug of the configuration file is completely fixed.
  • The MSIA timeout setting has been moved to the configuration file. The waiting time is reduced by 20 seconds.
  • Fixed the problem of determining 0 H/s (Sol/s).
  • Added error handling of type: unknown error, cuda failed.
  • Added support for XMR.
  • The timeout of shares is increased to 15 minutes.

Ewbf 0.3.4 version
Dstm 0.5.6 version
Claymore 12.6 version (Equihash)
Claymore 10.2 version (CryptoNote)
Claymore 10.2 version (Dagger-Hashimoto)
Pages: « 1 2 [3] 4 5 6 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!