{"id":16136687,"url":"https://github.com/ishitatsuyuki/acominer","last_synced_at":"2025-03-18T15:31:52.660Z","repository":{"id":46022512,"uuid":"383726905","full_name":"ishitatsuyuki/acominer","owner":"ishitatsuyuki","description":"An experimental ETH miner powered by Vulkan","archived":false,"fork":false,"pushed_at":"2022-01-22T15:31:37.000Z","size":278,"stargazers_count":17,"open_issues_count":3,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T10:44:18.341Z","etag":null,"topics":["amd","eth","ethereum","ethminer","linux","miner","mining","nsfminer","vulkan"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ishitatsuyuki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-07T08:25:23.000Z","updated_at":"2024-11-20T07:05:20.000Z","dependencies_parsed_at":"2022-08-24T19:12:33.998Z","dependency_job_id":null,"html_url":"https://github.com/ishitatsuyuki/acominer","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishitatsuyuki%2Facominer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishitatsuyuki%2Facominer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishitatsuyuki%2Facominer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishitatsuyuki%2Facominer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishitatsuyuki","download_url":"https://codeload.github.com/ishitatsuyuki/acominer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243940041,"owners_count":20372044,"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":["amd","eth","ethereum","ethminer","linux","miner","mining","nsfminer","vulkan"],"created_at":"2024-10-09T23:12:41.861Z","updated_at":"2025-03-18T15:31:52.167Z","avatar_url":"https://github.com/ishitatsuyuki.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# acominer\n\nAn open source, fast and reliable Ethereum miner.\n\n## IMPORTANT\n\n- acominer requires an AMD graphics card running Linux to run.  \n**acominer does not support other setups.**\n- TLS is not supported for now. Make sure you connect to an unencrypted port.\n\n## Running\n\nBinaries are available from [releases](https://github.com/ishitatsuyuki/acominer/releases). Ubuntu 20.04 or later is supported.\n\nIf you are running a headless Ubuntu-based setup, make sure `vulkan-utils libvulkan1 libxcb-shm0` is installed.\n\nDownload, extract and execute `./run.sh`. See also [Usage](#Usage).\n\n```\n./run.sh stratum://0x1234567890123456789012345678901234567890.Worker:password@pool.example.com:4444\n```\n\n## Usage\n\n```\nacominer stratum://0x1234567890123456789012345678901234567890.Worker:password@pool.example.com:4444\n```\n\n- Supported protocol: Stratum v1, unencrypted only\n\nSee `acominer --help` for more information such as choosing a specific GPU or changing tuning parameters.\n\nIf acominers fails with \"device out of memory\", then you need to override the Vulkan driver used with `VK_ICD_FILENAMES`.\n(See above.) You might also need to specify the device index explicitly with `-d` .\n\n## Features\n\n- Zero miner fee\n- Powered by Vulkan\n- Small work dispatch size, gives lower latency\n- Desktop-friendly, mining affects GUI performance minimally\n\n## Building\n\n### Building the Mesa fork\n\nYou need the Meson build system and ninja installed along with C/C++ compilers. See\n[Mesa Documentation](https://docs.mesa3d.org/install.html) for a list of dependencies.\n\n```shell\ngit clone -b acominer https://gitlab.freedesktop.org/ishitatsuyuki/mesa.git # Clone the Mesa fork\ncd mesa\nmeson build -Ddri-drivers= -Dgallium-drivers= -Dvulkan-drivers=amd -Dprefix=$PWD/build/install # Generate build files\ncd build\nninja # Run the build\nninja install # Copy built drivers to prefix\n```\n\nOverride the Vulkan driver as follows (every time) when you run acominer.\n\n```shell\nexport VK_ICD_FILENAMES=/path/to/mesa/build/install/share/vulkan/icd.d/radeon_icd.x86_64.json\n```\n\n### Building the project\n\nIn addition to the Rust compiler, acominer needs Vulkan SDK to build. See\n[here](https://github.com/vulkano-rs/vulkano#linux-specific-setup) for distro specific instructions.\n\nAfterwards, just run `cargo build --release` and you should get a working binary as `target/release/acominer`.\n\n## License\n\nOriginal acominer code: Apache V2 or MIT License, at your option\n\nKeccak hash code: GPLv3 (derived from ethminer)\n\n## Tipping\n\nYou can do some mining on my behalf to show your appreciation:\n\n```\nstratum://0x76cB31Fdb28Ddf887AF3cA4A0f7786D02C86032a.[YOUR WORKER NAME]@asia1.ethermine.org:4444\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishitatsuyuki%2Facominer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishitatsuyuki%2Facominer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishitatsuyuki%2Facominer/lists"}