Bitcoin Forum
July 11, 2024, 02:49:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 »
21  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: July 30, 2017, 12:17:10 PM
Please add a watchdog or some other type of reset command if GPU hangs. I have some of my rigs at a remote co-location center and without a reboot command I cannot use this program for those rigs.

Thanks.  Grin

If you are using Windows than you can try my monitorizing tool.
https://drive.google.com/file/d/0B4Yvkc957FWKVjloYTU2YWMxalU/view?usp=sharing
22  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: July 30, 2017, 12:13:26 PM
I am also getting hit with Dev fees pretty frequently.  I think it collects a DEV fee per card but I did see it hit GPU 2 twice in 30 seconds.  Maybe the DEV has some input on this
I got hit 10 times in 4 minutes. I thought that was a little excessive.

If the fees are that excessive add the"--fee 0" option to remove dev fees.

Yeah but if you turn off the dev fee, than your miner will mine a little bit slover.
23  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's cuda miner monitor tool on: July 30, 2017, 12:11:27 PM
Please give it a try before comment any negative things. Thanks in advance.
24  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's cuda miner monitor tool on: July 29, 2017, 10:26:31 PM
java on Windows, looks weird.

Why it's weird ? There are a lot of java application for windows.
Just a few common ones which are using jvm:
Eclipse (Open Source IDE for Programming)

Azureus(BitTorrent Client)

OpenOffice

LibreOffice

NetBeans IDE (Another Programming IDE)

LimeWire

Vuze

MATLAB (Advanced Mathematics Programming)

Lotus Notes (E-mail/Productivity Suite)
25  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's cuda miner monitor tool on: July 29, 2017, 09:59:46 PM
a dev fee are you freakin serious, what a money grab especially for a first iteration. why is it people like you make some simple thing and then think you can make a buck off it? clearly its just about the money

Please read my post again. You can turn off the developer fee. It's just an option if you like the program, than you can support, but it's not mandatory, it's opcional. There is no restriction if you turn it off. So what is your problem ?
26  Alternate cryptocurrencies / Mining (Altcoins) / EWBF's cuda miner monitor tool on: July 29, 2017, 08:51:23 PM
News

New version will  coming soon.
Known issues:
  • If there is any space in the file's path in the monitoring tools bat file cause that the properties not correctly pass the parameters. Please make sure that there is no space in the files path!
    Example: C:\users\xy\desktop\my miner\ewbf miner\3.4\ (This is wrong because it contains spaces)in this case please rename the folders which not contains space in the path to not contains space.
    Example: C:\users\xy\desktop\my_miner\ewbf_miner\3.4\ (This is correct not contains any space)
  • In case if the Google SMTP not reachable cause the monitoring process to hang and the miner won't be restarted. This problem is going to be fixed in the next release.

Updated

Video about the app:
https://youtu.be/MNQKVas1zqY

Version V.0.0.2
The following features added:
  • Bug fixies
  • Option to enable to reboot the Operating System in case of the miner error.
  • Now you can set the frequency of e-mail sending
  • Now you can set that you only want to get error reports or error and status e-mail reports too.

You can get it from here:
https://drive.google.com/drive/folders/0B4Yvkc957FWKN3VMampBUy0ySEE?usp=sharing

If you need more functionality please let me know and i'm try to add it to the application.

Hi all!

I created a monitoring tool to check ewbf cuda miner status. It can reboot the miner if it's fails, including stop GPU error. My solution also send e-mail notification in every 30 min about the status of the miner. In case of error an error e-mail will be sent imediatelly after the problem detected. The monitoring tool chech the ewbf's cuda miner status in every few seconds. You can download and try it if you want. Note: This is the first version of the program it might be contains error, so use it on your own risk.

Main features
  • Monitorize the status of the miner. Restart it if it's stopped. (Including GPU stopped error)
  • e-mail notification. The application will send you a notification e-mail in every 30 min about the status of your miner. The notification contains the following: GPU id, GPU neme, Gpu power usage, Temperature, Speed, Accepted and Rejected shares for each cards. The notification also contains the total power usage, total speed, total accepted and total rejected shares.
  • error riport in e-mail. The application imediatelly send you an error riport if any problem detected and the miner is stopped.

There is an opcional developer fee. If you enable it than your miner will be used for 12 min in every day. Of course if you don't want to support, you can turn off the developer fee if you don't want to support. No restriction if developer fee is turned off. (Description given in downloadable content.)


Requirements:
Java 1.8 needs to be installed.
Works only on Windows yet. Tested on Windows 10.
api needs to be enabled in ewbf cuda miner.
Launch the program with the bat file, not the jar.

Usage
  • Download the latest version. Currently it is V.0.0.2 (Link given above)
  • Unzip the package
  • There is a bat file in the package. The name of it is ewbf_monitor.bat
  • Edit it with notepad or notepad++ or any other word viewer tool that you prefer to use.
  • Edit the command line with your own values. There is an example:
    java -jar EWBF_Miner_Restarter.jar --miner_exe_path C:\Users\xy\Desktop\ewbf_miner_0.3.4b --path_of_the_miner_bat_file C:\Users\xy\Desktop\ewbf_miner_0.3.4b --name_of_the_bat_file supernova_zec --dev_fee Y --ewbf_api_url http://127.0.0.1:42000/getstat --email_address xy@something.com --emai_sending_frequency 60 --restart_computer_on_error N
    The parameters meaning and allowed values are detailed in the ReadMe!!!.txt that you can also find in the zip file.
  • If you setup that in case of error my application reboot the system (--restart_computer_on_error Y parameter in ewbf_monitor.bat file), and you want to automatically restart my app on windows startup which is automatically starts your miner too, than you have to put your ewbf_monitor.bat in your startup folder.
    You can do this with the following method: winked + r to start run.
    Type the following:
    shell:startup
    This will open the startup folder.
  • Copy the ewbf_monitor.bat file and my jar file here. Or copy the bat file only but in this case you have to give the full path of the jar file in the bat file. For example:
    java -jar C:\Users\Desktop\EWBF_Monitor\EWBF_Miner_Restarter.jar --miner_exe_path C:\Users\xy\Desktop\ewbf_miner_0.3.4b --path_of_the_miner_bat_file C:\Users\xy\Desktop\ewbf_miner_0.3.4b --name_of_the_bat_file supernova_zec --dev_fee Y --ewbf_api_url http://127.0.0.1:42000/getstat --email_address xy@something.com --emai_sending_frequency 60 --restart_computer_on_error N
  • Example of e-mail notification:
    GPU IdCard NameTemperatureGPU Power UsageSpeed (Sol/s)Accepted SharesRejected Shares
    0GeForce GTX 107068136 W42012380
    1GeForce GTX 1060 6GB6882 W2466790
    2GeForce GTX 1060 3GB68102 W2837892
    3GeForce GTX 107068136 W41911911
    4GeForce GTX 107067134 W42011530
    Total590 W178850503
  • If you need further help, feel free the ask in comment.

issues:

  • Total speed shows the total power usage. Fixed

If you found a bug than please let me know in pm or in comment

Please redownload the package for the fix.

Ps.: Please give it a try before comment any negative things. Thanks in advance.
27  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: July 29, 2017, 08:42:23 PM
Hi all!

I created a monitoring tool to check ewbf cuda miner status. It can reboot the miner if it's fails with stop GPU error. My solution also send e-mail notification in every 30 min about the status of the miner. In case of error an error e-mail will be sent imediatelly after the problem detected. The monitoring tool chech the ewbf's cuda miner status in every few seconds. You can download and try it if you want. Note: This is the first version of the program it might be contains error, so use it on your own risk.

There is a developer fee which means that your miner will be used for 12 min in every day. Of course if you don't want to support, you can turn off of the developer fee in the bat file. (Description given in downloadable content.)
The link where you can get it:
https://drive.google.com/drive/folders/0B4Yvkc957FWKN3VMampBUy0ySEE?usp=sharing

Requirements:
Java 1.8 needs to be installed.
Works only on Windows yet. Tested on Windows 10.
api needs to be enabled in ewbf cuda miner.
Launc the program with the bat file, not the jar.
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: June 26, 2017, 09:57:34 AM
In the ETH Facebook group somebody asked for the most undervalued coins. Somebody wrote the ZenCash as an answer, and the others said "Nah it's obviously scam coin". So what do you think guys ? It's really scam ?

Actually ZCL is scam, scammy ZCL dev turned off replay protection after launch and extorted money from ZEN team, now they kicked him off, so don't worry.

Thank you for the answer.
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: June 26, 2017, 09:35:42 AM
In the ETH Facebook group somebody asked for the most undervalued coins. Somebody wrote the ZenCash as an answer, and the others said "Nah it's obviously scam coin". So what do you think guys ? It's really scam ?
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: June 19, 2017, 10:11:24 AM
Is it worth to stack Zen ? Because the price is going down day by day  Undecided
-15,73 % nice Smiley
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: October 13, 2014, 07:35:59 PM
This coin is dead ? I don't find any exchange Sad
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: August 08, 2014, 09:37:23 PM
Where is the source code available ?
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: June 21, 2014, 10:45:29 AM
Is there any progress or any idea or plan to raise the popularity of this coin ?

It is a scam coin created by scam dev.

Indeed, but some of us have a quite big holding so it would be nice if we could raise the popularity of this shit coin somehow.
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: June 10, 2014, 07:14:56 PM
Is there any progress or any idea or plan to raise the popularity of this coin ?
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: May 27, 2014, 08:35:49 PM
Thank you !
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: April 08, 2014, 01:07:19 PM
Don't trust this dev, they just create coins and dump them quickly.. this is the same dev that created DIME coin and dumped it in no time..

you have been warned  Cry  Cry

Yes you are right. We were so naive when we thought they are working their own exchange and made a deal with a big company. By the way it was an ominous sign when the dev didn't answer the questions and didn't update the status about how the things going and there wasn't marketing too, so yup there was a lot of sign which we didn't saw.
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: April 07, 2014, 06:53:41 PM
Okey this coin is dead. I'm really sad because i had a quiet big holding. I feel the devs fooled the hole community.
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: April 04, 2014, 03:50:56 PM
any updates? marketing ?

Nothing and the answer for the second question is the same.
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: April 03, 2014, 01:37:31 PM
still waiting for this
This coin is unofficially dead.
I experienced the launch of this coin. Chaos.
Without a dedicated dev, no coin can succeed.

Yes it seems you are right, still nothing happened, no communication with the community, no support. They promises good things but i assume they will stay only promises ...
what a pity.
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][WIKI] WikiCoin - Cryptocurrency of the people on: March 28, 2014, 10:41:35 PM
Still nothing Sad
Pages: « 1 [2] 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!