{"id":37148012,"url":"https://github.com/cyberchainxyz/xminer","last_synced_at":"2026-01-14T17:28:22.568Z","repository":{"id":229056563,"uuid":"775644307","full_name":"CyberChainXyz/xMiner","owner":"CyberChainXyz","description":"Open source fphash miner in go.","archived":false,"fork":false,"pushed_at":"2025-12-15T12:14:18.000Z","size":93,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-18T12:23:46.669Z","etag":null,"topics":["blockchain","cyberchain","golang","gpu-mining"],"latest_commit_sha":null,"homepage":"https://cyberchain.xyz/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CyberChainXyz.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-21T19:15:43.000Z","updated_at":"2025-12-15T11:31:30.000Z","dependencies_parsed_at":"2024-04-09T17:29:14.796Z","dependency_job_id":"eb6c1229-4a98-4a1a-a789-23e1dd84afcb","html_url":"https://github.com/CyberChainXyz/xMiner","commit_stats":null,"previous_names":["cyberchainxyz/xminer"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/CyberChainXyz/xMiner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberChainXyz%2FxMiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberChainXyz%2FxMiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberChainXyz%2FxMiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberChainXyz%2FxMiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyberChainXyz","download_url":"https://codeload.github.com/CyberChainXyz/xMiner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberChainXyz%2FxMiner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["blockchain","cyberchain","golang","gpu-mining"],"created_at":"2026-01-14T17:28:22.020Z","updated_at":"2026-01-14T17:28:22.560Z","avatar_url":"https://github.com/CyberChainXyz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xMiner\n\nOpen source [fphash](https://github.com/CyberChainXyz/fphash-go) miner in Go with [stratum-jsonrpc2.0-ws](https://github.com/CyberChainXyz/stratum-jsonrpc2-ws) protocol.\n\nThe OpenCL kernel code originates from [xmr-stak](https://github.com/fireice-uk/xmr-stak/tree/master/xmrstak/backend).\n\n## Download\n\nYou can download the pre-built binaries from our [GitHub Releases](https://github.com/CyberChainXyz/xMiner/releases) page. Choose the appropriate version for your operating system.\n\n## Mining Tutorials\n\nCheck our [Mining Discussion Forum](https://github.com/orgs/CyberChainXyz/discussions/categories/mining) for detailed tutorials on:\n- Windows Solo Mining\n- HiveOS Mining Setup\n- And more mining guides\n\n## Performance Testing\n\n```bash\n./xMiner -mock -all\n```\n\n## Show OpenCL devices informations\n\n```bash\n./xMiner -info -all\n```\n\nThis will display all available OpenCL devices with their indices:\n```\nAvailable OpenCL devices:\n[1] NVIDIA GeForce RTX 3080 (Vendor: NVIDIA Corporation)\n[2] AMD Radeon RX 6800 (Vendor: Advanced Micro Devices)\n...\n```\n\n## Device Selection\n\nYou can choose specific devices to mine with using the `-devices` or `-d` flag:\n\n```bash\n# Use specific devices (e.g., devices 1 and 3)\n./xMiner -devices \"1,3\"\n# or use the short option\n./xMiner -d 1,3\n\n# Use all OpenCL devices\n./xMiner -all\n\n# Use AMD and NVIDIA GPU devices (default behavior)\n./xMiner\n```\n\n## Solo mining\n\n**Run a [CyberChain](https://github.com/CyberChainXyz/go-cyberchain) client with mining feature enabled**\n```\n./ccx -ws -mine -miner.etherbase=0x123...fff\n```\nReplace 0x123...fff with your own address.\n\n**Run the miner**\n```bash\n./xMiner\n```\nThe default pool address is ws://127.0.0.1:8546.\n\n## Pool Mining\n```bash\n./xMiner -user=username -pass=password -pool=wss://pool-address.com:port\n```\nReplace `user, pass, pool` with your actual values provided by the mining pool.\n\n## Proxy\n\nIf you need to connect to the pool through an http/socks5 proxy, use `-proxy`.\n\n```bash http proxy\n./xMiner -pool=wss://pool-address.com:port -user=username -pass=password -proxy=http://127.0.0.1:1080\n```\n\n```bash socks5 proxy\n./xMiner -pool=wss://pool-address.com:port -user=username -pass=password -proxy=socks5://127.0.0.1:1080\n```\n\n## Compile from source\n\n**Requirements**\n\nlinux\n```bash\nsudo apt install ocl-icd-opencl-dev opencl-headers\n```\n\n**Clone the repository and build the miner**\n```bash\ngit clone https://github.com/CyberChainXyz/xMiner\ncd xMiner\ngo build .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberchainxyz%2Fxminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberchainxyz%2Fxminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberchainxyz%2Fxminer/lists"}