{"id":20943890,"url":"https://github.com/moncho/go-simplemultialgo","last_synced_at":"2026-04-15T17:31:32.656Z","repository":{"id":68893788,"uuid":"121149048","full_name":"moncho/go-simplemultialgo","owner":"moncho","description":"Nicehash multialgo implemented in Go","archived":false,"fork":false,"pushed_at":"2018-02-18T18:34:11.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T06:49:43.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/moncho.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-11T17:37:27.000Z","updated_at":"2018-02-18T17:59:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"199e82c8-b366-4d23-833c-bcd87798b961","html_url":"https://github.com/moncho/go-simplemultialgo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moncho/go-simplemultialgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2Fgo-simplemultialgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2Fgo-simplemultialgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2Fgo-simplemultialgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2Fgo-simplemultialgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moncho","download_url":"https://codeload.github.com/moncho/go-simplemultialgo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moncho%2Fgo-simplemultialgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31852650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":[],"created_at":"2024-11-18T23:38:15.571Z","updated_at":"2026-04-15T17:31:32.629Z","avatar_url":"https://github.com/moncho.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nice Simple Multi-Algorithm in Go\n\nGo port of [Nice Simple Multi-Algorithm](https://github.com/nicehash/simplemultialgo).\n\nGets profitability information about algorithms and returns back the most profitable algorithm.\n\nAlgorithm names: https://www.nicehash.com/index.jsp?p=simplemultialgo#names\n\n## Example\n\n```\npackage main\n\nimport (\n\t\"fmt\"\n\n\tsimplemultialgo \"github.com/moncho/go-simplemultialgo\"\n)\n\nfunc main() {\n\talgo, err := simplemultialgo.NiceHashMultiAlgo(map[string]int{\"scrypt\": 1, \"x11\": 7, \"quark\": 12})\n\tif err != nil {\n\t\tpanic(\"Run for your life!!\")\n\t}\n\n\tfmt.Printf(\"Most profitable algo is %s, currently paying %v\\n\", algo.Name, algo.Paying)\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoncho%2Fgo-simplemultialgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoncho%2Fgo-simplemultialgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoncho%2Fgo-simplemultialgo/lists"}