{"id":13571579,"url":"https://github.com/Diablo-D3/DiabloMiner","last_synced_at":"2025-04-04T08:31:36.913Z","repository":{"id":1165618,"uuid":"1056952","full_name":"Diablo-D3/DiabloMiner","owner":"Diablo-D3","description":"OpenCL miner for Bitcoin","archived":true,"fork":false,"pushed_at":"2023-09-23T20:25:11.000Z","size":403,"stargazers_count":538,"open_issues_count":1,"forks_count":217,"subscribers_count":67,"default_branch":"master","last_synced_at":"2024-11-05T04:34:11.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bitcointalk.org/index.php?topic=1721.0","language":"Java","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/Diablo-D3.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}},"created_at":"2010-11-06T14:56:14.000Z","updated_at":"2024-10-11T00:28:15.000Z","dependencies_parsed_at":"2024-01-11T19:17:10.663Z","dependency_job_id":"b5bd7d31-597b-4c15-a751-1288ee5b555d","html_url":"https://github.com/Diablo-D3/DiabloMiner","commit_stats":{"total_commits":249,"total_committers":13,"mean_commits":"19.153846153846153","dds":0.06024096385542166,"last_synced_commit":"4a4f2404e1a48be46729376e589ea82b4d39bd9a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diablo-D3%2FDiabloMiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diablo-D3%2FDiabloMiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diablo-D3%2FDiabloMiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Diablo-D3%2FDiabloMiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Diablo-D3","download_url":"https://codeload.github.com/Diablo-D3/DiabloMiner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247147315,"owners_count":20891671,"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":[],"created_at":"2024-08-01T14:01:03.452Z","updated_at":"2025-04-04T08:31:31.950Z","avatar_url":"https://github.com/Diablo-D3.png","language":"Java","funding_links":[],"categories":["Java","Unmaintained or Abandoned","III. Network and Integration","Web3"],"sub_categories":["11. Bitcoin","文件同步"],"readme":"# This program is unmaintained and does not support the current miner protocol. Use cgminer instead. Do not create issues about this program being broken because it will not be fixed by the original developers. If you want to fix it, you're welcome to fork it.\n\n# DiabloMiner - OpenCL miner for BitCoin #\n    Copyright (C) 2010 - 2013 Patrick McFarland \u003cdiablod3@gmail.com\u003e\n\n    This program is free software: you can redistribute it and_or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org_licenses/\u003e.\n\n# Donations #\nBitcoins and Devcoins: __1DbeWKCxnVCt3sRaSAmZLoboqr8pVyFzP1__\n\n# Warning #\nDiabloMiner is a command line program. This means you need to open a terminal\n(cmd.exe, Terminal.app/iTerm2, xterm, etc) and run the program with the proper\narguments from there.\n\nYou __require__ hardware that is capable of running OpenCL.\n\n# MacOSX Warning #\nApple's OpenCL drivers often exhibit strange bugs.\n\nIf DiabloMiner is displaying warnings about `CL_INVALID_WORK_GROUP_SIZE`, add\n`-w 64` to your arguments.\n\n# How to download #\n__[Binary download here](http://adterrasperaspera.com/DiabloMiner.zip)__\n\nThis download is always kept up to date with the newest version of the source.\n\n# How to build #\nDiabloMiner requires the SDK for Java 6.0 or higher installed, as well as\nMaven 3.x. Maven will download the rest of the dependencies.\n\nDiabloMiner uses launch4j to build Windows binaries. launch4j requires and\npartially includes a build chain for Win32. launch4j cannot be ran on any\n64-bit only version of OSX (10.6 and up) and is difficult to run on Windows.\n\nDiabloMiner's git repo does not contain binaries, so if you want to build\nDiabloMiner from source, heed the above warning and run `mvn package`.\n\n# How to use #\n# Single pool and solo mining #\n`./DiabloMiner-YourOS.sh -u username -p password -o host -r port`\n\nor\n\n`./DiabloMiner-YourOS.sh -l http://username:password@host:port`\n\nFor solo mining, your host is `localhost` your port is `8332`, and your\nusername and password is what you set in your bitcoind's `bitcoin.conf`.\nSee bitcoin documentation for further information on how to enable the RPC\nAPI.\n\n## Multiple pools ##\n`./DiabloMiner-YourOS.sh -u username1,username2 -p password1,password2\n -o host1,host2 -r port1,port2`\n\nDiabloMiner supports unlimited pools and will switch to the next pool on\nconnection failure and return to the first pool every 60 minutes.\n\n# Optimization #\n## MacOSX on any hardware ##\nIt is recommended you use the default settings, see also the MacOSX warning\nabove.\n\n## Nvidia hardware on any OS ##\nIt is recommended you use the default settings, however if your desktop is\nlagging badly try adding `-f 120`, `-f 180`, or `-f 240`.\n\n## Intel hardware on any OS ##\nDiabloMiner has not been tested on Intel GPUs. Default is most likely correct.\n\n## AMD Radeon VLIW4 ##\nR7xx\n\n* Radeon discrete: 43xx, 45xx, 46xx, 47xx, 48xx\n* Radeon mobile: 43xxM, 45xxM, 46xxM, 48xxM, 5xxV, 51xxM\n* FirePro: V3750, V7750, V8700, V8750, 2450, RG220\n* FirePro mobile: M7740\n* FireStream: 9250, 9270\n\n`-v 2`\n\n## AMD Radeon VLIW5 ##\nCedar, Redwood, Juniper, Cypress, Hemlock\n\n* Radeon discrete: 54xx, 55xx, 56xx, 57xx, 58xx, 59xx, 63xx, 6750, 6770, 73xx\n* Radeon mobile: 54xxM, 56xxM, 57xxM, 58xxM, 63xxM, 65xxM, 68xxM,\n* FirePro: V3800, V4800, V5800, V7800, V8800, V9800, 2270, 2460\n* FirePro mobile: M5800, M7820\n* FireStream: 9350, 9370\n\nOn some cards `-v 2,1` is faster, on others `-v 2`. Try both.\n\n## AMD Radeon VLIW5 Gen2 ##\nCaicos, Turks, Barts, Wrestler, Ontario, Zacate, WinterPark, BeaverCreek\n\n* Radeon discrete: 64xx, 65xx, 66xx, 6790, 68xx, 74xx, 75xx, 76xx\n* Radeon mobile: 64xxM, 66xxM, 67xxM, 69xxM, 74xxM, 75xxM, 76xxM\n* Radeon mobile IGP: 63xxG, 64xxG, 65xxG, 66xxG\n* Fusion APU: 62xx, 63xx, 64xxD, 65xxD, 74xxD, 75xxD, 76xxD\n* FirePro: V3900, V4900\n* FirePro mobile: M5950, M8900, M2000\n\nUse `-v 2`\n\n## AMD Radeon VLIW4\nCayman, Antilles, Devastator\n\n* Radeon discrete: 69xx\n* Radeon mobile: 64xxM, 66xxM, 67xxM\n* Fusion APU: 74xxD\n* FirePro: V5900, V7900\n\nUse `-v 2`\n\n## AMD Radeon GCN\nCape Verde, Pitcairn, Tahiti, New Zealand, Malta, Bonaire\n* Radeon discrete: 77xx, 78xx, 79xx\n* Radeon mobile: 77xxM, 78xxM, 79xxM\n* FirePro: W600, W5000, W7000, W8000, W9000, S7000, S9000, S10000, R5000\n* FirePro mobile: M4000, M6000\n* Sky: 500, 700, 900\n\nUse defaults.\n\n# Command line arguments #\n* __-u, -p, -o, -r__ Username, password, host, port\n* __-l__ Fully fledged URL, ex: http://username:password@host:port/\n* __-x__ Proxy, ex: host:port\u003c:username:password\u003e\n* __-d__ Debug output\n* __-D__ Use specific devices. Default is all.\n* __-f__ FPS, controls how many kernel executions a second happen, default is 30\n* __-w__ Controls OpenCL workgroup size, default is hardware detected maximum\n* __-v__: Change manual SIMD parallel alignment.\n * -v 1: The same as off/single hash, and is the default (`uint`)\n * -v 2 through 16: Tries more than one hash via SIMD (`uint2` through `uint16`)\n * -v 1,1, etc: Non-SIMD interleaving on top of SIMD, faster on a very small\n   minority of hardware (`-v 2,1` is faster than `-v 2` on some Radeon VLIW5)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiablo-D3%2FDiabloMiner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDiablo-D3%2FDiabloMiner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiablo-D3%2FDiabloMiner/lists"}