Bitcoin Forum
April 19, 2024, 02:01:00 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Service Announcements (Altcoins) / [WEBPAGE] Best Ethereum Gas Price on: October 10, 2017, 05:43:07 PM
Hey,

dependent on the desired ETH transaction speed, you can change the gas price in your wallet. I've made a little table with real time values where you can see how quickly a transaction reaches the recipient at a certain gas price. The cost of gas and the duration of transactions are dependent on the state of the Ethereum network.

https://ethgasprice.gitlab.io

Use the tool and save your money Wink
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Miner Live Dashboard for Mining Pools Ethermine & Flypool on: September 19, 2017, 06:22:39 PM
couldn't a similar result be obtained by putting the ethermine worker stats page on auto-refresh with a chrome plugin ?

You mean a Chrome App (Full Window View) or a Chrome Extension (Tooltip View)?
3  Local / Biete / Verkauft on: September 17, 2017, 09:41:01 AM
Wink
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BATCH] NVIDIA GPUs Monitoring + Remote Dashboard on: September 09, 2017, 09:54:25 AM
Fail to see, sorry. I put your request to my todos, thx.
5  Alternate cryptocurrencies / Mining (Altcoins) / Miner Live Dashboard for Mining Pools Ethermine & Flypool on: September 06, 2017, 08:17:19 PM
Simple and easy-to-use web dashboard with the overview of important miner properties (hashrates, shares, balance, earnings). Auto update retrieves fresh miner data every 2 minutes. The dashboard is perfect for monitoring the rigs on a second screen.

No downloads, no registration required. Just use your miner wallet address.

> Demo: Live Dashboard for a Ethermine Miner
> Photo: On my desk Wink

To avoid duplication, please read the README on Gitlab for usage, customizing and examples.

And... Have fun.


Donations are welcome Wink
ETH: 0xBA3190c0e2B45c0441D7eB274D3105568085D99f
BTC: 1DjNKyaUMCPNcj5RKqzdPQgkw5TQQeuYuy
6  Alternate cryptocurrencies / Mining (Altcoins) / [BATCH] Simple to use NVIDIA GPUs Watcher/WatchDog on: August 30, 2017, 08:03:58 AM
Another BATCH file from me Wink
GPUs Watcher / WatchDog

The batch file monitors the load of NVIDIA graphics cards and restarts the system if one of the cards drops below the limit (default=75%, can be set). Its easy to use and beginner-friendly.

On start the watcher has an initialization phase and wait for writing the DAG file into cards memory.

Lets go... Download / README

Installation
- Nothing. Just start.

Settings
gpuLoadLimit: Reboot if the load of a single GPU drops below this value (%)
refreshInterval: Refresh interval in seconds

Preview: http://imgur.com/EWZXHwy

Have fun.


Donations are welcome Wink
ETH: 0xBA3190c0e2B45c0441D7eB274D3105568085D99f
BTC: 1DjNKyaUMCPNcj5RKqzdPQgkw5TQQeuYuy
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BATCH] NVIDIA GPUs Monitoring + Remote Dashboard on: August 29, 2017, 07:33:57 AM
This is cool, thank you.

Though I'd be more interested in watching stats across multiple rigs.

I mean, if you have a https://freeboard.io account, you can bundle stats from multiple rigs.
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [BATCH] NVIDIA GPUs Monitoring + Remote Dashboard on: August 28, 2017, 11:32:25 AM
this was really nice. thank you  Grin Grin
welcome Wink
9  Alternate cryptocurrencies / Mining (Altcoins) / [BATCH] NVIDIA GPUs Monitoring + Remote Dashboard on: August 28, 2017, 10:30:07 AM
After a little warm-up here is now a batch file with an extensive range of functions: Monitor the NVIDIA graphic cards with sync to a remote dashboard. No registration required.
New topic for the new batch file Wink

Here's what we have now after batch start:

- List of installed cards with their current properties (e.g. load, temperature, overlocking).
- Average values of all cards.
- Transfer the average values to your public remote dashboard (you can turn it off).
- Auto refresh every 30 seconds (can be changed).

The remote dashboard makes it possible to monitor the NVIDIA cards remotely (like Nicehash).

The usage is very simple:

1. Download the batch file
2. Customize the variable remoteDashboardName (remote desktop unique name)
3. Start the batch file.

If everything is OK, the batch file will show available cards with their current properties, average values and your remote dashboard url (it will be according to https://dweet.io/follow/ + remoteDashboardName). The batch file sends the data every 30 seconds (well, if you did not change the refreshInterval variable) to the remote dashboard. Notice: No data is stored, the values are only for display. But if you do not close the browser window / tab, you will have beautiful live stats of your rig.

There are two versions of the batch file:
Remote Dashboard (for all GPUs)
Remote Dashboards (for each GPU)


Donations are welcome Wink
ETH: 0xBA3190c0e2B45c0441D7eB274D3105568085D99f
BTC: 1DjNKyaUMCPNcj5RKqzdPQgkw5TQQeuYuy
10  Alternate cryptocurrencies / Mining (Altcoins) / [BATCH] Simple (Local) Monitoring for NVIDIA GPUs on: August 27, 2017, 10:01:36 AM
Everyone monitors their video cards in different ways: someone through AfterBurner, someone through the GPU-Z tool. I use a simple batch file in five lines. It's easy to read and can be customized, if anything is missing. Note: The batch file displays information/benchmarks about the NVIDIA cards, it's not a WatchDog.

Code:
@echo off

mode con cols=75 lines=8
title NVIDIA GPUs
color 0b

PATH=%PATH%;"%PROGRAMFILES%\NVIDIA Corporation\NVSMI\"

:loop
nvidia-smi --query-gpu=index,name,clocks.gr,power.draw,utilization.gpu,fan.speed,temperature.gpu --format=csv,noheader
timeout /t 10 >nul
@cls
goto loop

I'll tell you what and how:

- Line 3. - the size of the window (who has many cards).
- Line 4. - the (window) title.
- Line 5. - the output color.
- Line 8. - query-gpu values separated by comma.

Default benchmark columns (separated by commas):
- ID
- Card name
- Overclock (MHz)
- Power (W)
- Load (%)
- Fan speed (%)
- Temperature (°C)

Preview:


Donations are welcome Wink
ETH: 0xBA3190c0e2B45c0441D7eB274D3105568085D99f
BTC: 1DjNKyaUMCPNcj5RKqzdPQgkw5TQQeuYuy
11  Local / Biete / Re: EVGA GeForce GTX 1060 6GB on: July 23, 2017, 02:53:16 PM
EVGA ist nicht Zotac Wink
Aber du hast Recht, hab den Preis reduziert und auf VB gesetzt.
12  Local / Biete / EVGA GeForce GTX 1060 6GB [verkauft] on: July 23, 2017, 11:25:11 AM
[verkauft]

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!