Bitcoin Forum
May 28, 2024, 08:22:49 AM *
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 104775 times)
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 27, 2017, 07:30:24 AM
 #321

Roadmap for the next release (at the beginning of February)

  • Package all the script in an exe (finished)
  • Full startup sequence (Auto update client at startup, start OpenHardwareMonitor)  (finished)
  • Update panel (In progress)
    • Check version of client in the rigs
    • Check version on miner running in the rigs
    • One click update from the update panel in the website
un4given
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
January 27, 2017, 08:11:23 AM
 #322

Roadmap for the next release (at the beginning of February)

  • Package all the script in an exe (finished)
  • Full startup sequence (Auto update client at startup, start OpenHardwareMonitor)  (finished)
  • Update panel (In progress)
    • Check version of client in the rigs
    • Check version on miner running in the rigs
    • One click update from the update panel in the website

where is the LIKE Button??  Grin Cheesy thx for your work. tell us if you need some input for example for NVIDIA Cards
forato
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
January 27, 2017, 02:28:24 PM
 #323

Roadmap for the next release (at the beginning of February)

  • Package all the script in an exe (finished)
  • Full startup sequence (Auto update client at startup, start OpenHardwareMonitor)  (finished)
  • Update panel (In progress)
    • Check version of client in the rigs
    • Check version on miner running in the rigs
    • One click update from the update panel in the website

where is the LIKE Button??  Grin Cheesy thx for your work. tell us if you need some input for example for NVIDIA Cards

Is there a way to use optminer with this tool?
Velgelm
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile
January 27, 2017, 03:34:54 PM
 #324

if optminer supported logging in file

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

Activity: 789
Merit: 501


View Profile
January 27, 2017, 05:02:15 PM
 #325

Is there a way to use optminer with this tool?
Optminer is Linux only, right now my client is focused on Windows rig
BALTA00
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
January 27, 2017, 06:19:41 PM
 #326

Is there a way to use optminer with this tool?
Optminer is Linux only, right now my client is focused on Windows rig

Optiminer work for Windows too check here: https://github.com/Optiminer/OptiminerZcash

All miner can generate log files, you only need add it:  > log.txt 2>&1

for example optiminer in bat file

Code:
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
Optiminer.exe -s zstratum+tls://us1-zcash.flypool.org:3443 -u t1YByrp449jogBb93kcRo9kmHTLboAqVzKm.RafaPC -p x > log.txt 2>&1

You will not see the miner working, but it will print everything in log.txt file




 
Velgelm
Sr. Member
****
Offline Offline

Activity: 299
Merit: 250



View Profile
January 27, 2017, 06:41:13 PM
 #327

it nessecary for optiminer to support logging in relatime

mrbsk
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
January 27, 2017, 07:15:23 PM
 #328

faced problems with ewbf miner. Monitorig tells that miner is not hashing, but it does. Restarting app helps just for a while.
un4given
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
January 27, 2017, 09:34:04 PM
 #329

faced problems with ewbf miner. Monitorig tells that miner is not hashing, but it does. Restarting app helps just for a while.
just start the app and ignore the error. wait for 3 mins - refresh time. and see if rig comes online. otherwise you configured it wrong.
mrbsk
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
January 28, 2017, 02:09:09 AM
 #330

faced problems with ewbf miner. Monitorig tells that miner is not hashing, but it does. Restarting app helps just for a while.
just start the app and ignore the error. wait for 3 mins - refresh time. and see if rig comes online. otherwise you configured it wrong.
it worked for a week in the same configuration.
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 28, 2017, 10:25:41 AM
 #331

faced problems with ewbf miner. Monitorig tells that miner is not hashing, but it does. Restarting app helps just for a while.
It was a known bug, do you have the last version ?
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 28, 2017, 10:39:31 AM
 #332

Is there a way to use optminer with this tool?
Optminer is Linux only, right now my client is focused on Windows rig

Optiminer work for Windows too check here: https://github.com/Optiminer/OptiminerZcash

All miner can generate log files, you only need add it:  > log.txt 2>&1

for example optiminer in bat file

Code:
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
Optiminer.exe -s zstratum+tls://us1-zcash.flypool.org:3443 -u t1YByrp449jogBb93kcRo9kmHTLboAqVzKm.RafaPC -p x > log.txt 2>&1

You will not see the miner working, but it will print everything in log.txt file
 
Not all miners works with this trick.
Ex:  For EWBF I had to request an evolution in the miner
barnaba
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
January 28, 2017, 09:15:14 PM
 #333

 Grin nice is this gonna be paid software as it says open beta ?

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

Activity: 789
Merit: 501


View Profile
January 29, 2017, 10:32:38 AM
 #334

Grin nice is this gonna be paid software as it says open beta ?
After the BETA, some advanded feature will be reserved for donator, but the tool will still be usable for free for standard users (for the dashboard, email alert etc ...)
pbuva
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
January 29, 2017, 12:46:58 PM
 #335

Good work, everything works, except I had to redo everything back to config and not start.bat. Now it just wants to do autoswitch for a swap of mining under nicehash Smiley

★ ★ ★ ★ ★   DeepOnion    Anonymous and Untraceable Cryptocurrency    TOR INTEGRATED & SECURED   ★ ★ ★ ★ ★
› › › › ›  JOIN THE NEW AIRDROP ✈️        VERIFIED WITH DEEPVAULT  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ANN  WHITEPAPER  FACEBOOK  TWITTER  YOUTUBE  FORUM   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
pbuva
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
January 29, 2017, 03:27:49 PM
 #336

One of the graphic (random) has a load 0'But that does not match what I see right on the rig - Claymore

★ ★ ★ ★ ★   DeepOnion    Anonymous and Untraceable Cryptocurrency    TOR INTEGRATED & SECURED   ★ ★ ★ ★ ★
› › › › ›  JOIN THE NEW AIRDROP ✈️        VERIFIED WITH DEEPVAULT  ‹ ‹ ‹ ‹ ‹
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   ANN  WHITEPAPER  FACEBOOK  TWITTER  YOUTUBE  FORUM   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 29, 2017, 06:31:59 PM
 #337

One of the graphic (random) has a load 0'But that does not match what I see right on the rig - Claymore
It's normal, It's the value reported by OpenhardwareMonitor when the monitor is refreshed.
It's possible because GPU are not always à 100%
If the GPU was at a wait state while the share is submitted, for exemple
BALTA00
Member
**
Offline Offline

Activity: 116
Merit: 10


View Profile
January 30, 2017, 06:50:04 AM
 #338

One of the graphic (random) has a load 0'But that does not match what I see right on the rig - Claymore
It's normal, It's the value reported by OpenhardwareMonitor when the monitor is refreshed.
It's possible because GPU are not always à 100%
If the GPU was at a wait state while the share is submitted, for exemple

when you will release the next update?  Grin
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 30, 2017, 06:54:14 PM
 #339

I'll try to pack a new release this evening.

Auto-update client + PascalCoin support
th00ber (OP)
Hero Member
*****
Offline Offline

Activity: 789
Merit: 501


View Profile
January 30, 2017, 09:15:36 PM
 #340

Hi guys !
As the beta is not finished, I just add some time on this phase.
The beta will end after february.

Please feedback the tool and do some donation if you want Smiley
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!