{"id":16697857,"url":"https://github.com/aaronsegura/asicminer-python","last_synced_at":"2026-04-29T14:33:53.484Z","repository":{"id":14261415,"uuid":"16969141","full_name":"aaronsegura/ASICMiner-Python","owner":"aaronsegura","description":"Python class and scripts for interrogating and configuring Bitfountain ASICMiner Blades (v2)","archived":false,"fork":false,"pushed_at":"2014-02-19T00:56:42.000Z","size":132,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-07T07:03:35.747Z","etag":null,"topics":["asic","asicminer","bitcoin","btc"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aaronsegura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-19T00:38:59.000Z","updated_at":"2022-05-03T04:19:28.000Z","dependencies_parsed_at":"2022-08-07T07:16:27.600Z","dependency_job_id":null,"html_url":"https://github.com/aaronsegura/ASICMiner-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaronsegura/ASICMiner-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2FASICMiner-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2FASICMiner-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2FASICMiner-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2FASICMiner-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronsegura","download_url":"https://codeload.github.com/aaronsegura/ASICMiner-Python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsegura%2FASICMiner-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32429150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asic","asicminer","bitcoin","btc"],"created_at":"2024-10-12T17:49:29.906Z","updated_at":"2026-04-29T14:33:53.465Z","avatar_url":"https://github.com/aaronsegura.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ASICMiner-Python\n================\n\nPython class and scripts for interrogating and configuring Bitfountain ASICMiner Blades (v2)\n\nblade.py\n--------\n\nPython class file for ASICMiner blades.  See bm.py for example usage.\n\n\nbm.py\n-----\n\nTHE BLADEMANGLER\n\nConfiguration utility for ASICMiner blades.  Requires blade.py.\n\n\n    $ python ./bm.py  -h\n    usage: bm.py [-h] [-S | -U | -v] [--address \u003caddress\u003e] [--netmask \u003cnetmask\u003e]\n                [--gw \u003caddress\u003e] [--pdns \u003chost\u003e] [--sdns \u003chost\u003e]\n                [--phost \u003chost:port\u003e] [--puser \u003cuser:pass\u003e] [--shost \u003chost:port\u003e]\n                [--suser \u003cuser:pass\u003e] [--webport \u003cport\u003e]\n                host:port [host:port ...]\n    \n    Tool to manipulate BitFountain ASICMINER v2 Blades\n    \n    positional arguments:\n      host:port            Target Blade IPs\n    \n    optional arguments:\n      -h, --help           show this help message and exit\n      -S                   Switch Servers\n      -U                   Update Configuration\n      -v                   Display all details about blade(s)\n    \n      Update Flags:\n    \n      --address \u003caddress\u003e  IP Address\n      --netmask \u003cnetmask\u003e  Netmask\n      --gw \u003caddress\u003e       Gateway\n      --pdns \u003chost\u003e        Primary DNS Server\n      --sdns \u003chost\u003e        Secondary DNS Server\n      --phost \u003chost:port\u003e  Primary Mining Server\n      --puser \u003cuser:pass\u003e  Primary Server Credentials\n      --shost \u003chost:port\u003e  Secondary Mining Server\n      --suser \u003cuser:pass\u003e  Secondary Server Credentials\n      --webport \u003cport\u003e     Web UI Listening Port\n\nIf passed with no command line options, a short one-line summary is given showing the current server and hashrate:\n\n    $ python ./bm.py 192.168.1.200:8000\n    [192.168.1.200:8000] 172.16.0.2:8332 @ 11006 MH/s\n\n\nYou may also pass multiple blades on the same cmdline:\n\n    $ python ./bm.py 192.168.1.200:8000 192.168.1.201:8000 192.168.1.202:8000\n    [192.168.1.200:8000] 172.16.0.2:8332 @ 10738 MH/s\n    [192.168.1.201:8000] 172.16.0.2:8332 @ 11040 MH/s\n    [192.168.1.202:8000] 172.16.0.2:8332 @ 10492 MH/s\n\nThis also works for bulk updates:\n\n    $ python ./bm.py -U --phost 172.16.0.2:8332 --puser user:pass 192.168.1.200:8000 192.168.1.201:8000 ...\n\n\ncacti/get_ASICMiner.py\n----------------\n\nScript used in conjunction with cacti/cacti_host_template_asicminer_blade.xml\n\nPut this script in your cacti scripts directory and make it executable.  Then import the .xml template file via the cacti web interface.\n\nhttp://www.cacti.net/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronsegura%2Fasicminer-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronsegura%2Fasicminer-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronsegura%2Fasicminer-python/lists"}