{"id":26906882,"url":"https://github.com/etaaa/queue-it-proof-of-work","last_synced_at":"2025-04-01T11:20:24.437Z","repository":{"id":57622306,"uuid":"394461642","full_name":"etaaa/Queue-it-Proof-of-Work","owner":"etaaa","description":"A Golang solution for Queue-it's Proof-of-Work challenge","archived":false,"fork":false,"pushed_at":"2022-12-04T16:27:24.000Z","size":7,"stargazers_count":33,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-20T18:36:41.703Z","etag":null,"topics":["go","golang","proof-of-work","queueit"],"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/etaaa.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":"2021-08-09T22:56:44.000Z","updated_at":"2024-02-10T11:57:51.000Z","dependencies_parsed_at":"2023-01-23T01:16:48.832Z","dependency_job_id":null,"html_url":"https://github.com/etaaa/Queue-it-Proof-of-Work","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etaaa%2FQueue-it-Proof-of-Work","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etaaa%2FQueue-it-Proof-of-Work/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etaaa%2FQueue-it-Proof-of-Work/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etaaa%2FQueue-it-Proof-of-Work/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etaaa","download_url":"https://codeload.github.com/etaaa/Queue-it-Proof-of-Work/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246628220,"owners_count":20808107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["go","golang","proof-of-work","queueit"],"created_at":"2025-04-01T11:20:23.991Z","updated_at":"2025-04-01T11:20:24.418Z","avatar_url":"https://github.com/etaaa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Queue-it Proof-of-Work\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/etaaa/Queue-it-Proof-of-Work.svg)](https://pkg.go.dev/github.com/etaaa/Queue-it-Proof-of-Work)\n[![Go Report Card](https://goreportcard.com/badge/github.com/etaaa/Queue-it-Proof-of-Work)](https://goreportcard.com/report/github.com/etaaa/Queue-it-Proof-of-Work)\n\nA Golang solution for Queue-it's Proof-of-Work challenge (\u003chttps://queue-it.com/blog/proof-of-work-block-bad-bots/\u003e).\n\n## Usage\n\nInstall:\n```bash\ngo get github.com/etaaa/Queue-it-Proof-of-Work\n```\nUsage:\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\tpow \"github.com/etaaa/Queue-it-Proof-of-Work\"\n)\n\nfunc main() {\n\t/* Get these values from the response when fetching\n\tthe challenge at .../challengeapi/pow/challenge/... */\n\tinput := \"f02b931c-52f0-4507-9406-f1221678dc16\"\n\tzeroCount := 2\n\t// Proof of Work challenge solution\n\tsolution := pow.SolveChallenge(input, zeroCount)\n\tfmt.Println(solution)\n}\n```\n\n## Questions\nFor any questions feel free to add and DM me on Discord (eta#1656).\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetaaa%2Fqueue-it-proof-of-work","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetaaa%2Fqueue-it-proof-of-work","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetaaa%2Fqueue-it-proof-of-work/lists"}