Skip to content

CRYPTO MINING BLOG

Your guide to cryptocurrency mining

Primary Menu
  • CRYPTOCURRENCY
    • NEWS
    • WALLETS
    • INVESTING
    • TRADING
  • MINING
    • CRYPTO MINERS (SOFT)
    • ASIC MINING
    • GPU MINING
      • AMD GPU MINING
      • NVIDIA GPU MINING
    • CPU MINING
    • FPGA MINING
  • SOFTWARE
    • CRYPTOCURRENCY WALLETS
    • CRYPTOCURRENCY MINERS
    • TOOLS & UTILITIES
    • TRADING BOTS
    • FLASHING GPU
    • DRIVERS
    • SOFTWARE & FIRMWARE ASIC (ANTMINER)
    • NEW RELEASES
  • REVIEWS
  • GUIDES
  • NEWS

Antminer Monitor: Download Lite Python based ASIC Miner Monitor

  • CRYPTO MINING BLOG
  • May 20, 2021
  • 3 Comments So far
  • Antminer, Antminer Monitor, ASIC
  • Cryptocurrency Mining | Mining on Antminer (ASIC) | Software | Software for Antminer (ASIC) | Useful Software
Antminer Monitor: Download Lite Python based ASIC Miner Monitor
  • Alt text

Download
Antminer Monitor

I just want to share with you the “Antminer Monitor” that I am developing. You can check out the source code at https://github.com/anselal/antminer-monitor. It is based on Flask, a python web microframework. The app currently supports L3+, S7, S9, D3 miner models. Features include temperature tracking, fan speed, hashrate, total hashrate grouped by model. There are in-app notifications when a problem occurs. Each problem is written to a file. The log file is not currently available through the web interface, but will be available in new versions. Another requested feature is the ability to reset/unpower the miner, which will be available soon (currently being worked on). You can find more information on the project page on github. If you want to contribute, you can report any bugs, request new features or create bug fix requests. I am very excited about this project. I hope it helps you keep track of our ASIC miners, especially if you have a lot of them. Happy mining!!!

  • Add as many miners as you want
  • Supports A3, B3, D3, E3, L3, L3+, L3++, R4, S7, S9, S11, S17, S17 Pro, T9, T9+, T17, V9, X3, Z9  mini, Z11
  • Check their hash rate, temperature, fan speed, chip status, HW Error Rate, Uptime
  • Get notifications in app about miner errors (requires update)
  • Record errors in a file
  • Display overall hashrate grouped by model
  • Password protected login page

Twitter: https://twitter.com/AntminerMonitor

Requirements

  • Antminer Monitor requires Python to run. Both Python2 and Python3 are supported !!!
  • Mac and Linux users have Python installed by default on their system
  • Windows users can download Python from https://www.python.org ** ATTENTION ** While installing Python be sure to check Add python.exe to Path in the step Customize Python If you don’t select this option you will probably face some errors while installing the requirements

Fresh Installation

  1. Download the latest official release of #AntminerMonitor from https://github.com/anselal/antminer-monitor/releases or the latest unofficial release from https://github.com/anselal/antminer-monitor/archive/master.zip
  2. Unzip the downloaded file in a folder of your preference
  3. Open a windows command prompt or a terminal and navigate to the folder where you unzipped the file using the cd command e.g. If you unzipped the file in the folder C:\Users\foo\Downloads\antminer-monitor-master type the following command and press <Enter> cd C:\Users\foo\Downloads\antminer-monitor-master Your command prompt or terminal should now look like C:\Users\foo\Downloads\antminer-monitor-master>
  4. This step apply only to Mac users. If you are a Windows or Linux user continue to step 5. Mac users should run all the commands with sudo eg. sudo python get_pip.py Install pip using one of the following methods: 4.1 Download get-pip.py from https://bootstrap.pypa.io/get-pip.py and save it inside antminer-monitor-master. Run the following command to install it: It will ask for the administrator password. Type it and press <Enter>. While typing your password you won’t see the characters on your screen. This is only for security measures. sudo python get_pip.py 4.2 Install pip using easy_install. Again it may ask for the administrator password. sudo easy_install pip
  5. Install requirements (Mac users don’t forget sudo)
python -m pip install -r requirements.txt
python manage.py create-db

Login Page

  1. Create admin user
python manage.py create-admin

Default creadentials are username: admin – password: antminermonitor. You can change the password from the settings menu.

Run the app

(Mac users don’t forget sudo)

python manage.py run -h 0.0.0.0 -p 5000

Fire up a browser and point it to http://localhost:5000 if you are running the app on the same machine OR http://<ip>:5000 if you are accesing the app from another machine on the same network, by replacing <ip> with the machine’s ip running AntminerMonitor.

Feel free to change the host (-h) and port (-p) parameters as needed by your setup.

You can set the host (-h) and port (-p) parameters in your .flaskenv file to avoid typing them when starting the app.

Development vs. Production mode

AntminerMonitor runs by default in development mode, using Flask’s development server. In development mode, this server provides an interactive debugger and will reload when code is changed.

To switch to production mode, edit .flaskenv and set FLASK_ENV="production"

Run AntminerMonitor as a service (systemd)

Edit antminermonitor.service and adjust it properly to your environment

As root, run the following:

# Copy file service file to systemd's system folder
cp antminermonitor.service /etc/systemd/system/
# That’s it. We can now start the service:
systemctl start antminermonitor
# And automatically get it to start on boot
systemctl enable antminermonitor

https://opengraph.githubassets.com/94b65640d6076b463b35b680a0587cc3f45c73d40f9656daffe3eeb4d86339b9/anselal/antminer-monitor

Read more:

Firmware Awesome Miner for Antminer (Download Firmware ASIC)Firmware Awesome Miner for Antminer (Download Firmware ASIC) Awesome Miner Firmware for ASIC (Awesome Miner Antminer Firmware)AwesomeMiner CPU/GPU/ASIC/FPGA: Download and Configure for Windows SmartMinerPRO+ (SMP+): new CPU/GPU GUI Miner [Download for Windows]SmartMinerPRO+ (SMP+): new CPU/GPU/ASIC/FPGA GUI Miner [Download for Windows] Antminer X3Overview of Bitmain Antminer X3 CryptoNight ASIC Miner Antminer Toolkit (Bitmain MinerTool) - Instructions for useAPMinerTool – Download and Instructions for use Antminer Toolkit AwesomeMinerV8.8.3Awesome Miner v8.8.3 (Ultimate Plus) Download for Windows. Ethminer 0.9.41-genoil-1.0.8: Download Ethereum miner for Windows/Linux x32/x64Ethminer 0.9.41-genoil-1.0.8: Download Ethereum miner for Windows/Linux
CRYPTO MINING BLOG
Founder & CEO

Previous post

lolMiner 1.28a: Download Ethash/Equihash/Beam/Grin Miner for AMD & NVIDIA

Next post

Nvidia GeForce RTX 3080 Ti: Unlock Mining Hashrate Driver for Windows

3 Comments So far

Please Post Your Comments & Reviews
Cancel reply

Your email address will not be published. Required fields are marked *

  • USD
  • EUR
  • GPB
  • AUD
  • JPY
  • bitcoinBitcoin(BTC)
    $104,151.99-1.46%
  • ethereumEthereum(ETH)
    $2,533.90-3.83%
  • shih-shih-tzuShih Tzu(SHIH)
    $0.000246-0.01%
  • tetherTether(USDT)
    $1.000.05%
  • rippleXRP(XRP)
    $2.15-4.40%
  • vnm-venom-ethVenom(VNM)
    $2.110.00%
  • binancecoinBNB(BNB)
    $658.17-2.56%
  • oxy-oxycoinOxycoin(OXY)
    $101.250.00%
  • solanaSolana(SOL)
    $157.28-5.76%
  • usd-coinUSDC(USDC)
    $1.000.01%

  • TeamRedMiner v0.6.1: Download AMD GPU miner Ethash, MTP, CryptoNight
    26.8k views
  • ATIKMDAG PATCHER v1.4.14: Download AMD/ATI Pixel Clock for Windows
    14.9k views
  • Nvidia Mining Driver v470.05 GeForce RTX 3060 – Unlock Mining Ethereum
    7.2k views
  • OverdriveNTool 0.2.7: Download and Configure AMD GPU Overclocking Software
    5.6k views
  • PolarisBiosEditor 3 PRO: Modify AMD GPU BIOS (Download PBE Crack)
    5.5k views
  • Setting up AMD Radeon VEGA 56/64 for cryptocurrency mining
    5.3k views
  • NiceHash Miner v3.0.0.7: Download NHM for Windows/Linux/MacOS
    5.2k views
  • Nvidia GeForce RTX 3080 Ti: Unlock Mining Hashrate Driver for Windows
    4.7k views
  • SRBPolaris v3.5: Download BIOS Editor AMD GPUs for Windows
    3.9k views
  • NVIDIA NVFlash v5.590.0 (Windows/Linux) – How to flash the BIOS of GPUs NVIDIA?
    2.9k views
  • OhGodAnETHlargementPill: How to increase hashrate in mining on NVIDIA
    2.7k views
  • AMD Blockchain Driver: Radeon Software Crimson ReLive Edition Beta for Blockchain Compute
    2.6k views
  • CPUMINER-OPT v3.8.4: Download Fast CPU Miner for Windows
    2.6k views
  • ATIFlash & AMD VBFlash 2.93: Download BIOS Flashing Tool for AMD GPUs
    2.5k views
  • XMRig v5.6.0 CPU/GPU: Download miner Monero for Windows/Linux
    2.2k views
All Rights Reserved. CRYPTO-MINING.BLOG.
  • English
  • Russian