{"id":7152,"date":"2021-05-20T11:01:38","date_gmt":"2021-05-20T08:01:38","guid":{"rendered":"https:\/\/crypto-mining.blog\/?p=7152"},"modified":"2021-09-05T09:00:27","modified_gmt":"2021-09-05T06:00:27","slug":"antminer-monitor-download-lite-python-based-asic-miner-monitor","status":"publish","type":"post","link":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/","title":{"rendered":"Antminer Monitor: Download Lite Python based ASIC Miner Monitor"},"content":{"rendered":"\n<figure class=\"wp-block-gallery columns-1 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img decoding=\"async\" src=\"https:\/\/github.com\/anselal\/antminer-monitor\/raw\/master\/antminermonitor\/static\/images\/screenshot_v0.5.0.png?raw=true\" alt=\"Alt text\" data-id=\"\"\/><\/figure><\/li><\/ul><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><!--noindex--><noindex><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/crypto-mining.blog\/LINKURL\/aHR0cHM6Ly9naXRodWIuY29tL2Fuc2VsYWwvYW50bWluZXItbW9uaXRvcg==\" class=\"wp-block-button__link has-vivid-green-cyan-background-color has-background\"  style=\"border-radius:2px\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Download<\/strong><\/a><\/noindex><!--\/noindex--><\/div>\n\n\n\n<div class=\"wp-block-button is-style-fill\"><!--noindex--><noindex><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/crypto-mining.blog\/LINKURL\/aHR0cHM6Ly9naXRodWIuY29tL2Fuc2VsYWwvYW50bWluZXItbW9uaXRvcg==\" class=\"wp-block-button__link has-white-color has-text-color\"  style=\"border-radius:2px\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Antminer Monitor<\/strong><\/a><\/noindex><!--\/noindex--><\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>I just want to share with you the &#8220;Antminer Monitor&#8221; 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!!!<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Add as many miners as you want<\/li><li>Supports A3, B3, D3, E3, L3, L3+, L3++, R4, S7, S9, S11, S17, S17&nbsp;Pro, T9, T9+, T17, V9, X3, Z9&nbsp; mini, Z11<\/li><li>Check their hash rate, temperature, fan speed, chip status, HW Error Rate, Uptime<\/li><li>Get notifications in app about miner errors (requires update)<\/li><li>Record errors in a file<\/li><li>Display overall hashrate grouped by model<\/li><li>Password protected login page<\/li><\/ul>\n\n\n\n<p><strong>Twitter:<\/strong> <!--noindex--><noindex><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/crypto-mining.blog\/LINKURL\/aHR0cHM6Ly90d2l0dGVyLmNvbS9BbnRtaW5lck1vbml0b3I=\" >https:\/\/twitter.com\/AntminerMonitor<\/a><\/noindex><!--\/noindex--><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Requirements<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Antminer Monitor requires Python to run. Both Python2 and Python3 are supported !!!<\/li><li>Mac and Linux users have Python installed by default on their system<\/li><li>Windows users can download Python from <!--noindex--><noindex><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/crypto-mining.blog\/LINKURL\/aHR0cHM6Ly93d3cucHl0aG9uLm9yZw==\" >https:\/\/www.python.org<\/a><\/noindex><!--\/noindex--> <code>** ATTENTION **<\/code> While installing Python be sure to check <code>Add python.exe to Path<\/code> in the step <code>Customize Python<\/code> If you don&#8217;t select this option you will probably face some errors while installing the requirements<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><!--noindex--><noindex><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/crypto-mining.blog\/LINKURL\/aHR0cHM6Ly9naXRodWIuY29tL2Fuc2VsYWwvYW50bWluZXItbW9uaXRvciNmcmVzaC1pbnN0YWxsYXRpb24=\" ><\/a><\/noindex><!--\/noindex--><strong>Fresh Installation<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>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<\/li><li>Unzip the downloaded file in a folder of your preference<\/li><li>Open a windows command prompt or a terminal and navigate to the folder where you unzipped the file using the <code>cd<\/code> command e.g. If you unzipped the file in the folder <code>C:\\Users\\foo\\Downloads\\antminer-monitor-master<\/code> type the following command and press &lt;Enter&gt; cd C:\\Users\\foo\\Downloads\\antminer-monitor-master Your command prompt or terminal should now look like <code>C:\\Users\\foo\\Downloads\\antminer-monitor-master&gt;<\/code><\/li><li><strong>This step apply only to <em>Mac<\/em> users<\/strong>. If you are a Windows or Linux user continue to step 5. Mac users should run all the commands with sudo eg. <code>sudo python get_pip.py<\/code> Install <code>pip<\/code> using <strong>one<\/strong> of the following methods: 4.1 Download <code>get-pip.py<\/code> from https:\/\/bootstrap.pypa.io\/get-pip.py and save it inside <code>antminer-monitor-master<\/code>. Run the following command to install it: It will ask for the administrator password. Type it and press &lt;Enter&gt;. While typing your password you won&#8217;t see the characters on your screen. This is only for security measures. sudo python get_pip.py 4.2 Install pip using <code>easy_install<\/code>. Again it may ask for the administrator password. sudo easy_install pip<\/li><li>Install requirements (Mac users don&#8217;t forget <code>sudo<\/code>)<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">python -m pip install -r requirements.txt\npython manage.py create-db<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><!--noindex--><noindex><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/crypto-mining.blog\/LINKURL\/aHR0cHM6Ly9naXRodWIuY29tL2Fuc2VsYWwvYW50bWluZXItbW9uaXRvciNsb2dpbi1wYWdl\" ><\/a><\/noindex><!--\/noindex--><strong>Login Page<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>Create admin user<\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">python manage.py create-admin<\/pre>\n\n\n\n<p>Default creadentials are <code>username: admin<\/code> &#8211; <code>password: antminermonitor<\/code>. You can change the password from the settings menu.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><!--noindex--><noindex><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/crypto-mining.blog\/LINKURL\/aHR0cHM6Ly9naXRodWIuY29tL2Fuc2VsYWwvYW50bWluZXItbW9uaXRvciNydW4tdGhlLWFwcA==\" ><\/a><\/noindex><!--\/noindex--><strong>Run the app<\/strong><\/h2>\n\n\n\n<p>(Mac users don&#8217;t forget <code>sudo<\/code>)<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">python manage.py run -h 0.0.0.0 -p 5000<\/pre>\n\n\n\n<p>Fire up a browser and point it to <code>http:\/\/localhost:5000<\/code> if you are running the app on the same machine OR <code>http:\/\/&lt;ip&gt;:5000<\/code> if you are accesing the app from another machine on the same network, by replacing <code>&lt;ip&gt;<\/code> with the machine&#8217;s ip running AntminerMonitor.<\/p>\n\n\n\n<p>Feel free to change the host (-h) and port (-p) parameters as needed by your setup.<\/p>\n\n\n\n<p>You can set the host <code>(-h)<\/code> and port <code>(-p)<\/code> parameters in your .flaskenv file to avoid typing them when starting the app.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><!--noindex--><noindex><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/crypto-mining.blog\/LINKURL\/aHR0cHM6Ly9naXRodWIuY29tL2Fuc2VsYWwvYW50bWluZXItbW9uaXRvciNkZXZlbG9wbWVudC12cy1wcm9kdWN0aW9uLW1vZGU=\" ><\/a><\/noindex><!--\/noindex--><strong>Development vs. Production mode<\/strong><\/h2>\n\n\n\n<p>AntminerMonitor runs by default in development mode, using Flask&#8217;s development server. In development mode, this server provides an interactive debugger and will reload when code is changed.<\/p>\n\n\n\n<p>To switch to production mode, edit <code>.flaskenv<\/code> and set <code>FLASK_ENV=\"production\"<\/code><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><!--noindex--><noindex><a target=\"_blank\" rel=\"nofollow\" href=\"https:\/\/crypto-mining.blog\/LINKURL\/aHR0cHM6Ly9naXRodWIuY29tL2Fuc2VsYWwvYW50bWluZXItbW9uaXRvciNydW4tYW50bWluZXJtb25pdG9yLWFzLWEtc2VydmljZS1zeXN0ZW1k\" ><\/a><\/noindex><!--\/noindex--><strong>Run AntminerMonitor as a service (systemd)<\/strong><\/h2>\n\n\n\n<p>Edit <code>antminermonitor.service<\/code> and adjust it properly to your environment<\/p>\n\n\n\n<p>As root, run the following:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"># Copy file service file to systemd's system folder\ncp antminermonitor.service \/etc\/systemd\/system\/\n# That\u2019s it. We can now start the service:\nsystemctl start antminermonitor\n# And automatically get it to start on boot\nsystemctl enable antminermonitor\n\n<img decoding=\"async\" src=\"https:\/\/opengraph.githubassets.com\/94b65640d6076b463b35b680a0587cc3f45c73d40f9656daffe3eeb4d86339b9\/anselal\/antminer-monitor\" alt=\"https:\/\/opengraph.githubassets.com\/94b65640d6076b463b35b680a0587cc3f45c73d40f9656daffe3eeb4d86339b9\/anselal\/antminer-monitor\"><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I just want to share with you the &#8220;Antminer Monitor&#8221; 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&#8230; <\/p>\n","protected":false},"author":2,"featured_media":7150,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,6863,10,8032,6509],"tags":[6510,8091,6862],"class_list":["post-7152","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mining","category-antminer-asic-en","category-software","category-asiceng","category-useful-software","tag-antminer-en","tag-antminer-monitor-en","tag-asic-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Antminer Monitor: Download Lite Python based ASIC Miner Monitor | CRYPTO MINING BLOG<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Antminer Monitor: Download Lite Python based ASIC Miner Monitor | CRYPTO MINING BLOG\" \/>\n<meta property=\"og:description\" content=\"I just want to share with you the &#8220;Antminer Monitor&#8221; 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...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/\" \/>\n<meta property=\"og:site_name\" content=\"CRYPTO MINING BLOG\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-20T08:01:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-05T06:00:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/crypto-mining.blog\/wp-content\/uploads\/2021\/05\/screenshot_antminer-monitorv0.5.0.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1243\" \/>\n\t<meta property=\"og:image:height\" content=\"932\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"CRYPTO MINING BLOG\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CRYPTO MINING BLOG\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/\"},\"author\":{\"name\":\"CRYPTO MINING BLOG\",\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/#\\\/schema\\\/person\\\/9f660b842db38e47a561a4f462d90d28\"},\"headline\":\"Antminer Monitor: Download Lite Python based ASIC Miner Monitor\",\"datePublished\":\"2021-05-20T08:01:38+00:00\",\"dateModified\":\"2021-09-05T06:00:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/\"},\"wordCount\":681,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/#\\\/schema\\\/person\\\/9f660b842db38e47a561a4f462d90d28\"},\"image\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/crypto-mining.blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/screenshot_antminer-monitorv0.5.0.png\",\"keywords\":[\"Antminer\",\"Antminer Monitor\",\"ASIC\"],\"articleSection\":[\"Cryptocurrency Mining\",\"Mining on ASIC\",\"Software\",\"Software for ASIC\",\"Useful Software\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/\",\"url\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/\",\"name\":\"Antminer Monitor: Download Lite Python based ASIC Miner Monitor | CRYPTO MINING BLOG\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/crypto-mining.blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/screenshot_antminer-monitorv0.5.0.png\",\"datePublished\":\"2021-05-20T08:01:38+00:00\",\"dateModified\":\"2021-09-05T06:00:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/#primaryimage\",\"url\":\"https:\\\/\\\/crypto-mining.blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/screenshot_antminer-monitorv0.5.0.png\",\"contentUrl\":\"https:\\\/\\\/crypto-mining.blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/screenshot_antminer-monitorv0.5.0.png\",\"width\":1243,\"height\":932,\"caption\":\"Antminer Monitor: Download Lite Python based ASIC Miner Monitor\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/antminer-monitor-download-lite-python-based-asic-miner-monitor\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f\",\"item\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cryptocurrency Mining\",\"item\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Mining on ASIC\",\"item\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/mining\\\/antminer-asic-en\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Antminer Monitor: Download Lite Python based ASIC Miner Monitor\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/\",\"name\":\"CRYPTO-MINING.BLOG\",\"description\":\"Your guide to cryptocurrency mining\",\"publisher\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/#\\\/schema\\\/person\\\/9f660b842db38e47a561a4f462d90d28\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/#\\\/schema\\\/person\\\/9f660b842db38e47a561a4f462d90d28\",\"name\":\"CRYPTO MINING BLOG\",\"logo\":{\"@id\":\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/#\\\/schema\\\/person\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/crypto-mining.blog\\\/en\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Antminer Monitor: Download Lite Python based ASIC Miner Monitor | CRYPTO MINING BLOG","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/","og_locale":"en_US","og_type":"article","og_title":"Antminer Monitor: Download Lite Python based ASIC Miner Monitor | CRYPTO MINING BLOG","og_description":"I just want to share with you the &#8220;Antminer Monitor&#8221; 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...","og_url":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/","og_site_name":"CRYPTO MINING BLOG","article_published_time":"2021-05-20T08:01:38+00:00","article_modified_time":"2021-09-05T06:00:27+00:00","og_image":[{"width":1243,"height":932,"url":"https:\/\/crypto-mining.blog\/wp-content\/uploads\/2021\/05\/screenshot_antminer-monitorv0.5.0.png","type":"image\/png"}],"author":"CRYPTO MINING BLOG","twitter_card":"summary_large_image","twitter_misc":{"Written by":"CRYPTO MINING BLOG","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/#article","isPartOf":{"@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/"},"author":{"name":"CRYPTO MINING BLOG","@id":"https:\/\/crypto-mining.blog\/en\/#\/schema\/person\/9f660b842db38e47a561a4f462d90d28"},"headline":"Antminer Monitor: Download Lite Python based ASIC Miner Monitor","datePublished":"2021-05-20T08:01:38+00:00","dateModified":"2021-09-05T06:00:27+00:00","mainEntityOfPage":{"@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/"},"wordCount":681,"commentCount":3,"publisher":{"@id":"https:\/\/crypto-mining.blog\/en\/#\/schema\/person\/9f660b842db38e47a561a4f462d90d28"},"image":{"@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/#primaryimage"},"thumbnailUrl":"https:\/\/crypto-mining.blog\/wp-content\/uploads\/2021\/05\/screenshot_antminer-monitorv0.5.0.png","keywords":["Antminer","Antminer Monitor","ASIC"],"articleSection":["Cryptocurrency Mining","Mining on ASIC","Software","Software for ASIC","Useful Software"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/","url":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/","name":"Antminer Monitor: Download Lite Python based ASIC Miner Monitor | CRYPTO MINING BLOG","isPartOf":{"@id":"https:\/\/crypto-mining.blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/#primaryimage"},"image":{"@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/#primaryimage"},"thumbnailUrl":"https:\/\/crypto-mining.blog\/wp-content\/uploads\/2021\/05\/screenshot_antminer-monitorv0.5.0.png","datePublished":"2021-05-20T08:01:38+00:00","dateModified":"2021-09-05T06:00:27+00:00","breadcrumb":{"@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/#primaryimage","url":"https:\/\/crypto-mining.blog\/wp-content\/uploads\/2021\/05\/screenshot_antminer-monitorv0.5.0.png","contentUrl":"https:\/\/crypto-mining.blog\/wp-content\/uploads\/2021\/05\/screenshot_antminer-monitorv0.5.0.png","width":1243,"height":932,"caption":"Antminer Monitor: Download Lite Python based ASIC Miner Monitor"},{"@type":"BreadcrumbList","@id":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/antminer-monitor-download-lite-python-based-asic-miner-monitor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f","item":"https:\/\/crypto-mining.blog\/en\/"},{"@type":"ListItem","position":2,"name":"Cryptocurrency Mining","item":"https:\/\/crypto-mining.blog\/en\/mining\/"},{"@type":"ListItem","position":3,"name":"Mining on ASIC","item":"https:\/\/crypto-mining.blog\/en\/mining\/antminer-asic-en\/"},{"@type":"ListItem","position":4,"name":"Antminer Monitor: Download Lite Python based ASIC Miner Monitor"}]},{"@type":"WebSite","@id":"https:\/\/crypto-mining.blog\/en\/#website","url":"https:\/\/crypto-mining.blog\/en\/","name":"CRYPTO-MINING.BLOG","description":"Your guide to cryptocurrency mining","publisher":{"@id":"https:\/\/crypto-mining.blog\/en\/#\/schema\/person\/9f660b842db38e47a561a4f462d90d28"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/crypto-mining.blog\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/crypto-mining.blog\/en\/#\/schema\/person\/9f660b842db38e47a561a4f462d90d28","name":"CRYPTO MINING BLOG","logo":{"@id":"https:\/\/crypto-mining.blog\/en\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/crypto-mining.blog\/en\/"]}]}},"_links":{"self":[{"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/posts\/7152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/comments?post=7152"}],"version-history":[{"count":0,"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/posts\/7152\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/media\/7150"}],"wp:attachment":[{"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/media?parent=7152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/categories?post=7152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/crypto-mining.blog\/en\/wp-json\/wp\/v2\/tags?post=7152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}