Bitcoin Forum
April 26, 2024, 08:35:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
  Print  
Author Topic: Windows mining monitoring tool - v2-BETA [OPEN BETA]  (Read 104772 times)
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 18, 2017, 12:08:52 PM
Last edit: January 18, 2017, 12:20:21 PM by th00ber
 #241

ouch sorry i add it in cmd.
but i think this options --log yet not implemented or not documented in --help  miner`s screen
So it's just --log in the command ?
And it produce a log file ?
What is the name of the generated file ?
I need details as I can't test ... I don't own NVIDIA cards
1714163701
Hero Member
*
Offline Offline

Posts: 1714163701

View Profile Personal Message (Offline)

Ignore
1714163701
Reply with quote  #2

1714163701
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714163701
Hero Member
*
Offline Offline

Posts: 1714163701

View Profile Personal Message (Offline)

Ignore
1714163701
Reply with quote  #2

1714163701
Report to moderator
1714163701
Hero Member
*
Offline Offline

Posts: 1714163701

View Profile Personal Message (Offline)

Ignore
1714163701
Reply with quote  #2

1714163701
Report to moderator
1714163701
Hero Member
*
Offline Offline

Posts: 1714163701

View Profile Personal Message (Offline)

Ignore
1714163701
Reply with quote  #2

1714163701
Report to moderator
bughatti
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
January 18, 2017, 01:16:51 PM
 #242

so its --log 1 or 2  1 is for errors only 2 is everything.  below is mine

my bat file is
miner --server zcl.suprnova.cc --user bughatti.bughatti --pass password --port 4042 --log 2


Here is his -help
+---------------------------------+
| EWBF's Zcash CUDA miner. 0.2.0b |
+---------------------------------+
--help, -h          Show this help.
--server            Stratum server only hostname or ip address.
--port              Stratum server port.
--user              Stratum user.
--pass              Stratum password.
--cuda_devices      Space-separated list of cuda devices.
                    Without this option all devices are used.
--solver            Disable benchmark and use specified solver
                    Allowed values from 0 to 3.
--eexit             Exit in case of error. Value 1 exit if miner cannot restart workers.
                    Value 2 if lost connection with the pool. 3 both cases.
--log               Create file miner.log in directory of miner.
                    Allowed values 1 and 2. 1 only errors, 2 will repeat console output.
Example1: miner --server server.com --port 7777 --user name --pass secret --cuda_devices 0 1 2 3 --eexit 1
Example2: miner --server server.com --port 7777 --user name --pass secret --eexit 1 --log 2 --solver 1

C:\Users\liquidmine>

INFO: Target: 003c3c3c3c3c3c3c...
INFO: Detected new work: 3d7f
CUDA: Device: 0 GeForce GTX 1060 3GB, 3072 MB
CUDA: Device: 1 GeForce GTX 1060 3GB, 3072 MB
CUDA: Device: 2 GeForce GTX 1060 3GB, 3072 MB
CUDA: Device: 3 GeForce GTX 1060 3GB, 3072 MB
CUDA: Device: 3 Selected solver: 0
CUDA: Device: 0 Selected solver: 0
CUDA: Device: 1 Selected solver: 0
CUDA: Device: 2 Selected solver: 0
INFO 07:13:30: GPU0 Accepted share 140ms [A:1, R:0]
INFO: Target: 000fffffffffffff...
INFO: Detected new work: 2e19
INFO: Detected new work: 2e19
INFO 07:13:32: GPU3 Accepted share 141ms [A:1, R:0]
INFO 07:13:34: GPU3 Accepted share 125ms [A:2, R:0]
INFO 07:13:35: GPU1 Accepted share 125ms [A:1, R:0]
INFO 07:13:35: GPU1 Accepted share 125ms [A:2, R:0]
INFO 07:13:36: GPU1 Accepted share 141ms [A:3, R:0]
INFO 07:13:36: GPU2 Accepted share 218ms [A:1, R:0]
INFO 07:13:37: GPU3 Accepted share 125ms [A:3, R:0]
INFO 07:13:38: GPU3 Accepted share 141ms [A:4, R:0]
INFO 07:13:38: GPU2 Accepted share 266ms [A:2, R:0]
INFO 07:13:39: GPU3 Accepted share 141ms [A:5, R:0]
INFO 07:13:40: GPU1 Accepted share 140ms [A:4, R:0]
INFO 07:13:40: GPU1 Accepted share 156ms [A:5, R:0]
INFO 07:13:40: GPU3 Accepted share 140ms [A:6, R:0]
INFO 07:13:40: GPU3 Accepted share 125ms [A:7, R:0]
INFO 07:13:41: GPU2 Accepted share 125ms [A:3, R:0]
INFO 07:13:41: GPU3 Accepted share 141ms [A:8, R:0]
INFO: Target: 0003c3c3c3c3c3c3...
INFO: Detected new work: 3d80
INFO 07:13:58: GPU0 Accepted share 141ms [A:2, R:0]
GPU0: 292 Sol/s GPU1: 285 Sol/s GPU2: 267 Sol/s GPU3: 286 Sol/s
Total speed: 1130 Sol/s
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 18, 2017, 01:35:35 PM
 #243

Thx ! Smiley
m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 18, 2017, 02:46:31 PM
 #244

Thanks

Could you share your start.bat that I could use it as exemple

Hey, here is my bat file for ZCL

Code:
@echo off
timeout 30
SETX GPU_FORCE_64BIT_PTR 0
SETX GPU_MAX_HEAP_SIZE 100
SETX GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_ALLOC_PERCENT 100
SETX GPU_SINGLE_ALLOC_PERCENT 100

:RESTART
miner --server zcl.suprnova.cc --user xxxxx --pass x --port 4042 --eexit 3 --log 2 --solver 0
goto :RESTART

i used --log 2 that will create same as console log miner.log, i asked EWBF if we could have the capability to create our own log filename. using eexit 3 so that it exit for any reason, and the loop will take on restarting the miner.

cheers
molitar
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
January 18, 2017, 04:45:02 PM
 #245

I would like the first dos window that communicates/updates the site be a hidden dos window so only the single dos window is showing at the very least. My preference would be to see the monitor portion to run as a service so do not have to be logged on at all and it could than run hidden.

As it would be running as a windows service the service recovery will make sure that it stays running all the time even when logged off.  You can than have your monitor automatically restart miner if has rate goes 0 on any of the GPU's and in worse case trigger a restart of the monitor if that fails.

That would make your service more enticing especially to those who have many rigs.
Velgelm
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile
January 18, 2017, 05:18:09 PM
 #246

can u share version for Eqhash (EWBF) ?

th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 18, 2017, 05:18:32 PM
 #247

Thanks

Could you share your start.bat that I could use it as exemple

Hey, here is my bat file for ZCL

Code:
@echo off
timeout 30
SETX GPU_FORCE_64BIT_PTR 0
SETX GPU_MAX_HEAP_SIZE 100
SETX GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_ALLOC_PERCENT 100
SETX GPU_SINGLE_ALLOC_PERCENT 100

:RESTART
miner --server zcl.suprnova.cc --user xxxxx --pass x --port 4042 --eexit 3 --log 2 --solver 0
goto :RESTART

i used --log 2 that will create same as console log miner.log, i asked EWBF if we could have the capability to create our own log filename. using eexit 3 so that it exit for any reason, and the loop will take on restarting the miner.

cheers

But with your loop, you can't use the restart or switch option from my tool.
Because when the monitorig process will kill the miner, il will be restarted automatically and another one will be started too

I'll try too handle that case in the tool
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 18, 2017, 05:19:04 PM
 #248

can u share version for Eqhash (EWBF) ?
Not still finished Smiley
I'm on it
Velgelm
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile
January 18, 2017, 05:22:44 PM
 #249

ok thx

th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 18, 2017, 06:45:54 PM
 #250

EWBF support will be ready for a test in a few minutes
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 18, 2017, 07:00:12 PM
 #251

EWBF now supported
Client :  http://www.monitorig.com/download/monitorig-v2-beta.zip

Configure the miner in the miners folder (edit the start.bat)
In the config file use the value "ewbf-zec" as miner type

(Don't remove the --log 2 option in the EWBF miner)
Velgelm
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile
January 18, 2017, 07:09:17 PM
 #252

thx i will donate you in next 48 hrs

bughatti
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
January 18, 2017, 07:15:13 PM
 #253

EWBF now supported
Client :  http://www.monitorig.com/download/monitorig-v2-beta.zip

Configure the miner in the miners folder (edit the start.bat)
In the config file use the value "ewbf-zec" as miner type

(Don't remove the --log 2 option in the EWBF miner)

Thanks th00ber, i did not have a chance to make it home for lunch so I will give it a try in about 5 hours and let you know how it goes, if someone else has not already replied.
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 18, 2017, 07:37:45 PM
 #254

Yes, let me know, if it's OK.
As I can't  fully test without NVIDIA cards, I bases thé parser on the sample Smiley
Velgelm
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile
January 18, 2017, 08:16:03 PM
Last edit: January 19, 2017, 06:12:08 AM by Velgelm
 #255

th00ber
i updated your program for best usability:
new file

start.bat (must be placed in root folder)

@echo off
timeout /T 3 /nobreak
start "Monitorig" ohm.exe /R:MIN

timeout /T 7 /nobreak
start "Launcher" start_webpack.bat /R:MIN
exit


omh.exe is compiled bat file to exe  (must be placed in root folder)
@echo off
taskkill /f /IM OpenHardwareMonitor.exe /T
timeout /T 2 /nobreak
start .\ohm\OpenHardwareMonitor /R:MIN




this script automated process to run OHM.exe, and prevents to runing multi copy of OHM  and then run yours standart scipts



ohm.exe https://www.dropbox.com/s/sd1tcgqsqyy1bkl/ohm.exe?dl=0

https://www.virustotal.com/ru/url/c4b170846144cb77771ec2804b5ca45ae03808c30d6a84601d1a93105edf84b1/analysis/1484770965/

start.bat https://www.dropbox.com/s/l9tj7vyrorhbu8a/start.bat?dl=0

https://www.virustotal.com/ru/url/f435caf6353f25a1e652ecdac48e79578a4f40f920bd5bb39d1438ce9ef2f079/analysis/1484771037/

thanks for your work, and enjoy.

was glad with helping you!


m1n1ngP4d4w4n
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CryptoLearner


View Profile
January 18, 2017, 08:46:58 PM
 #256

Thanks

Could you share your start.bat that I could use it as exemple

Hey, here is my bat file for ZCL

Code:
@echo off
timeout 30
SETX GPU_FORCE_64BIT_PTR 0
SETX GPU_MAX_HEAP_SIZE 100
SETX GPU_USE_SYNC_OBJECTS 1
SETX GPU_MAX_ALLOC_PERCENT 100
SETX GPU_SINGLE_ALLOC_PERCENT 100

:RESTART
miner --server zcl.suprnova.cc --user xxxxx --pass x --port 4042 --eexit 3 --log 2 --solver 0
goto :RESTART

i used --log 2 that will create same as console log miner.log, i asked EWBF if we could have the capability to create our own log filename. using eexit 3 so that it exit for any reason, and the loop will take on restarting the miner.

cheers

But with your loop, you can't use the restart or switch option from my tool.
Because when the monitorig process will kill the miner, il will be restarted automatically and another one will be started too

I'll try too handle that case in the tool

Oh yes of course, if you use an external monitoring/action script to kill & restart the miner, no need for the loop, it's the script i use, not to be used with your tool Smiley I actually use this sort of loop only with EWBF because of the poor monitoring capabilities (still waiting badly for API or true logging, but API so much better) for others i use API directly for status & kill/restart stuff.
bughatti
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
January 19, 2017, 12:38:21 AM
 #257

th00ber
i updated your program for best usability:
new file

start.bat

@echo off
timeout /T 3 /nobreak
start "Monitorig" ohm.exe /R:MIN

timeout /T 7 /nobreak
start "Launcher" start_webpack.bat /R:MIN
exit


omh.exe is compiled bat file to exe
@echo off
taskkill /f /IM OpenHardwareMonitor.exe /T
timeout /T 2 /nobreak
start .\ohm\OpenHardwareMonitor /R:MIN




this script automated process to run OHM.exe, and prevents to runing multi copy of OHM  and then run yours standart scipts

https[Suspicious link removed]?dl=0

https://www.virustotal.com/ru/url/c4b170846144cb77771ec2804b5ca45ae03808c30d6a84601d1a93105edf84b1/analysis/1484770965/

start.bat https://www.dropbox.com/s/l9tj7vyrorhbu8a/start.bat?dl=0

https://www.virustotal.com/ru/url/f435caf6353f25a1e652ecdac48e79578a4f40f920bd5bb39d1438ce9ef2f079/analysis/1484771037/

thanks for your work, and enjoy.

was glad with helping you!



Thanks Velgelm works great.  A few things unknown to the noobs out there like me, wasnt sure where to put ohm exe, found it works in the root folder, not ohm folder.  The 7 sec on the second timeout was not enough for me, I had to change to 15.

th00ber, thanks a ton for this I will donate.  Curios to know if the page has an auto refresh function, say 30 sec with a timeout if a person does not have that page active

http://www.monitorig.com/#?panel=dashboard&id=0180db9329736a693147f05fd2e4119aba43cab7dfea
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 19, 2017, 12:50:39 AM
 #258

Right now it's not auto refreshing to prevent load on server.
I'll add this as the server is really stable.
Refresh every 3 min (same rate that the client update)
bughatti
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
January 19, 2017, 05:00:03 AM
 #259

Just curious but do you plan to build this for linux at all?
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 19, 2017, 07:45:38 AM
 #260

Just curious but do you plan to build this for linux at all?
I'm focusing on windows now because, Linux already had some pre-packaged OS for miners etc ...
But for the ones who prefer Windows for the convenience (easy driver install and update, tweaking tool etc ...)
There is a lack in the monitoring tool for this plateform ...
That's why I build this project ! Smiley

Maybe in the futur I'll add a linux client, but for now, the main project is for Windows
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!