{"id":19720477,"url":"https://github.com/xdagger/xdagrandomxminer","last_synced_at":"2025-04-29T21:30:53.091Z","repository":{"id":52685632,"uuid":"340061782","full_name":"XDagger/XdagRandomxMiner","owner":"XDagger","description":"Standalone RandomX CPU miner for XDAG (Dagger Coin)","archived":false,"fork":false,"pushed_at":"2023-04-10T15:20:23.000Z","size":745,"stargazers_count":12,"open_issues_count":6,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T19:34:20.256Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/XDagger.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":"2021-02-18T13:40:11.000Z","updated_at":"2024-01-12T23:53:29.000Z","dependencies_parsed_at":"2024-11-11T23:21:42.318Z","dependency_job_id":null,"html_url":"https://github.com/XDagger/XdagRandomxMiner","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2FXdagRandomxMiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2FXdagRandomxMiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2FXdagRandomxMiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XDagger%2FXdagRandomxMiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XDagger","download_url":"https://codeload.github.com/XDagger/XdagRandomxMiner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251585756,"owners_count":21613274,"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-11-11T23:11:36.460Z","updated_at":"2025-04-29T21:30:51.816Z","avatar_url":"https://github.com/XDagger.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DaggerRandomxMiner\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FXDagger%2FXdagRandomxMiner.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FXDagger%2FXdagRandomxMiner?ref=badge_shield)\n\nStand-alone RandomX CPU/GPU miner for XDAG (Dagger coin)\n\nThis miner does not require files wallet.dat and dnet_key.dat. Storage folder is still necessary.\n\nUsing https://github.com/tevador/RandomX master@ac574e3\n\n**Launch parameters:**\n\n\t1) CPU benchmark: DaggerMiner.exe -cpu -M -t 4\n\t\n\t2) CPU mining: DaggerMiner.exe -cpu -a \u003cWALLET_ADDRESS\u003e -p \u003cPOOL_ADDRESS\u003e -t 8  \n\t\n**The project supports Windows, Linux and Mac OS now.**   \n**Binary file available for Window and Linux**  \n[Download](https://github.com/XDagger/XdagRandomxMiner/releases/tag/0.4.2)  \n\n\n## How to build\n\n## Windows:\nThe project has  dependencies: Boost and OpenSSL\nBoost and OpenSSL libraries are included by Nuget Manager and should be downloaded automatically.\n\nNeed special privilege called as SeLockMemoryPrivilege to use huge pages.\n\n[Enable the Lock Pages in Memory Option (Windows)](https://msdn.microsoft.com/en-gb/library/ms190730.aspx)\n\nOn Windows 10 once you obtain the privilege, admin rights no longer required to use huge pages, but on Windows 7 admin rights always required.\n\n### Launch parameters:\n\n\t1) CPU benchmark: DaggerMiner.exe -cpu -M -t 4\n\t\n\t2) CPU mining: DaggerMiner.exe -cpu -a \u003cWALLET_ADDRESS\u003e -p \u003cPOOL_ADDRESS\u003e -t 8  \n\n    3) CPU huge pages mining: DaggerMiner.exe -cpu -L -a \u003cWALLET_ADDRESS\u003e -p \u003cPOOL_ADDRESS\u003e -t 8  \n\n\n## Linux:\n\nCheck dependencies: libboost-dev, libboost-system-dev, openssl, librandomx.\n\nDownload this source code, then cd to source folder. Build with cmake.\n#### Enable huge pages\n\nTemporary (until next reboot) reserve huge pages\n\n```bash\nsudo sysctl -w vm.nr_hugepages=1280\n```\n\nPermanent huge pages reservation\n\n```bash\nsudo bash -c \"echo vm.nr_hugepages=1280 \u003e\u003e /etc/sysctl.conf\"\n```\n### Launch parameters:\n\n\t1) CPU benchmark: ./DaggerMiner -cpu -M -t 4\n\t\n\t2) CPU mining: ./DaggerMiner -cpu -a \u003cWALLET_ADDRESS\u003e -p \u003cPOOL_ADDRESS\u003e -t 8\n\n    3) CPU huge pages mining: ./DaggerMiner -cpu -L -a \u003cWALLET_ADDRESS\u003e -p \u003cPOOL_ADDRESS\u003e -t 8\n\n\n## Mac:\nInstall Boost with brew.  \nOpen XCode project to build Mac OS version.\n\n### Launch parameters:\n\t1) CPU benchmark: ./DaggerMiner -cpu -M -t 4\n\t\n\t2) CPU mining: ./DaggerMiner -cpu -a \u003cWALLET_ADDRESS\u003e -p \u003cPOOL_ADDRESS\u003e -t 8\n\n\n\n**This miner not support GPU yet.**\n\n\n## License\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FXDagger%2FXdagRandomxMiner.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FXDagger%2FXdagRandomxMiner?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdagger%2Fxdagrandomxminer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdagger%2Fxdagrandomxminer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdagger%2Fxdagrandomxminer/lists"}