{"id":38809371,"url":"https://github.com/thelolagemann/go-ethermine","last_synced_at":"2026-01-17T12:53:33.812Z","repository":{"id":57569043,"uuid":"343841899","full_name":"thelolagemann/go-ethermine","owner":"thelolagemann","description":"go-ethermine is an unofficial golang client for Ethermines generic pool API","archived":false,"fork":false,"pushed_at":"2021-03-08T21:14:45.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-20T08:15:58.822Z","etag":null,"topics":["ethermine","ethermine-api","flypool","golang-library","mining-pool"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thelolagemann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-02T16:37:15.000Z","updated_at":"2022-05-06T07:58:36.000Z","dependencies_parsed_at":"2022-08-23T18:10:28.714Z","dependency_job_id":null,"html_url":"https://github.com/thelolagemann/go-ethermine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thelolagemann/go-ethermine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thelolagemann%2Fgo-ethermine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thelolagemann%2Fgo-ethermine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thelolagemann%2Fgo-ethermine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thelolagemann%2Fgo-ethermine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thelolagemann","download_url":"https://codeload.github.com/thelolagemann/go-ethermine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thelolagemann%2Fgo-ethermine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ethermine","ethermine-api","flypool","golang-library","mining-pool"],"created_at":"2026-01-17T12:53:33.140Z","updated_at":"2026-01-17T12:53:33.805Z","avatar_url":"https://github.com/thelolagemann.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-ethermine\n\n[![GoDoc reference](https://img.shields.io/badge/docs-reference-blue?style=flat-square\u0026logo=go)](https://pkg.go.dev/github.com/thelolagemann/go-ethermine) [![GitHub](https://img.shields.io/github/license/thelolagemann/go-ethermine?style=flat-square)](https://github.com/thelolagemann/go-ethermine/blob/main/LICENSE) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/thelolagemann/go-ethermine?style=flat-square\u0026l)\n\n\u003e An unoffical golang client for ethermine and their generic pool API.\n\n## Getting started\n\n### Install\n\n```\ngo get -u github.com/thelolagemann/go-ethermine\n```\n\n### Example usage\n\n```golang\n...\n// pool interaction\nstats, err := Ethermine.Stats()\nif err != nil {\n    // handle err...\n}\nfmt.Printf(\"Ethermine is mining $%.2f an hour!\", (stats.PoolStats.BlocksPerHour*5)*stats.Price.USD)\n// Output: Ethermine is mining $430049.51 an hour!\n...\n// miner interaction\nminer := Ethermine.Miner(\"ADDRESS\")\nstats, err := miner.Stats()\nif err != nil {\n    // handle err\n}\nfmt.Printf(\"Unpaid balance: %v\", stats.Unpaid)\n...\n// worker interaction\nworker := miner.Worker(\"MINER_NAME\")\nstats, err := worker.Stats()\nif err !=- nil {\n    // handle err`\n}\nfmt.Printf(\"Worker hashrate: %v\", stats.CurrentHashrate)\n```\n\nView the godocs for more detailed documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelolagemann%2Fgo-ethermine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthelolagemann%2Fgo-ethermine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthelolagemann%2Fgo-ethermine/lists"}