{"id":20392348,"url":"https://github.com/wiseplat/wise-proxy","last_synced_at":"2026-04-16T22:32:02.275Z","repository":{"id":122792790,"uuid":"130335770","full_name":"WISEPLAT/wise-proxy","owner":"WISEPLAT","description":"Wiseplat mining proxy","archived":false,"fork":false,"pushed_at":"2018-04-20T08:48:45.000Z","size":106,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-10T13:33:44.224Z","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/WISEPLAT.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-04-20T08:48:14.000Z","updated_at":"2023-05-22T19:06:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e133f11-2999-4dfa-989d-710c8ffb3b24","html_url":"https://github.com/WISEPLAT/wise-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WISEPLAT/wise-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2Fwise-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2Fwise-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2Fwise-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2Fwise-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WISEPLAT","download_url":"https://codeload.github.com/WISEPLAT/wise-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WISEPLAT%2Fwise-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31907496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"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":[],"created_at":"2024-11-15T03:43:26.929Z","updated_at":"2026-04-16T22:32:02.241Z","avatar_url":"https://github.com/WISEPLAT.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wise-proxy\n\nWiseplat mining proxy with web-interface.\n\n**Proxy feature list:**\n\n* Rigs availability monitoring\n* Keep track of accepts, rejects, blocks stats\n* Easy detection of sick rigs\n* Daemon failover list\n\n![Demo](https://raw.githubusercontent.com/wiseplat/wise-proxy/master/proxy.png)\n\n### Building on Linux\n\nDependencies:\n\n  * go \u003e= 1.4\n  * gwsh\n\nExport GOPATH:\n\n    export GOPATH=$HOME/go\n\nInstall required packages:\n\n    go get github.com/wiseplat/wshash\n    go get github.com/wiseplat/go-wiseplat/common\n    go get github.com/goji/httpauth\n    go get github.com/gorilla/mux\n    go get github.com/yvasiyarov/gorelic\n\nCompile:\n\n    go build -o wise-proxy main.go\n\n### Building on Windows\n\nFollow [this wiki paragraph](https://github.com/wiseplat/go-wiseplat/wiki/Installation-instructions-for-Windows#building-from-source) in order to prepare your environment.\nInstall required packages (look at Linux install guide above). Then compile:\n\n    go build -o wise-proxy.exe main.go\n\n### Building on Mac OS X\n\nIf you didn't install [Brew](http://brew.sh/), do it. Then install Golang:\n\n    brew install go\n\nAnd follow Linux installation instructions because they are the same for OS X.\n\n### Configuration\n\nConfiguration is self-describing, just copy *config.example.json* to *config.json* and specify endpoint URL and upstream URLs.\n\n#### Example upstream section\n\n```javascript\n\"upstream\": [\n  {\n    \"pool\": true,\n    \"name\": \"EuroHash.net\",\n    \"url\": \"http://wsh-eu.eurohash.net:8888/miner/0xc285f9dc21232fe887830234631adb9544e40d31/proxy\",\n    \"timeout\": \"10s\"\n  },\n  {\n    \"name\": \"backup-gwsh\",\n    \"url\": \"http://127.0.0.1:8747\",\n    \"timeout\": \"10s\"\n  }\n],\n```\n\nIn this example we specified [EuroHash.net](https://eurohash.net) mining pool as main mining target and a local gwsh node as backup for solo.\n\nWith \u003ccode\u003e\"submitHashrate\": true|false\u003c/code\u003e proxy will forward \u003ccode\u003ewsh_submitHashrate\u003c/code\u003e requests to upstream.\n\n#### Running\n\n    ./wise-proxy config.json\n\n#### Mining\n\n    wshminer -F http://x.x.x.x:8748/miner/5/gpu-rig -G\n    wshminer -F http://x.x.x.x:8748/miner/0.1/cpu-rig -C\n\n### Pools that work with this proxy\n\n* [EuroHash.net](https://eurohash.net) EU Wiseplat mining pool\n* [SuprNova.cc](https://wsh.suprnova.cc) SuprNova WSH Pool\n\nPool owners, apply for listing here. PM me for implementation details.\n\n### TODO\n\n**Currently it's solo-only solution.**\n\n* Report block numbers\n* Report luck per rig\n* Maybe add more stats\n* Maybe add charts\n\n### Donations\n\n* **WSH**: [0xc285f9dc21232fe887830234631adb9544e40d31](https://wisechain.org/account/0xc285f9dc21232fe887830234631adb9544e40d31)\n\n* **BTC**: [1PqSFPTfKBat5w6oXvEzMcjMVgnUDUjJpk](https://blockchain.info/address/1PqSFPTfKBat5w6oXvEzMcjMVgnUDUjJpk)\n\nThanks to a couple of dudes who donated some Wise to me, I believe, you can do the same.\n\n### License\n\nThe MIT License (MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiseplat%2Fwise-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiseplat%2Fwise-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiseplat%2Fwise-proxy/lists"}