{"id":15023791,"url":"https://github.com/najmajmal/xmrig-install-raspberrypi","last_synced_at":"2025-10-04T20:11:28.209Z","repository":{"id":160352844,"uuid":"635266750","full_name":"NajmAjmal/xmrig-install-raspberrypi","owner":"NajmAjmal","description":"Install Commands for XMRig on Raspberry Pi - How to Install XMRig on Raspberry pi","archived":false,"fork":false,"pushed_at":"2025-01-06T11:07:21.000Z","size":31,"stargazers_count":21,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T06:17:31.911Z","etag":null,"topics":["commmands","crypto","cryptocurrencies","cryptocurrency","linux","mining","monero","moneroocean","pi-xmrig","pool","quick-install","raspberry-pi","raspberry-pi-xmrig","raspberrypi","raspbian","rpi-xmrig","setup","tutorial","xmr","xmrig"],"latest_commit_sha":null,"homepage":"","language":null,"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/NajmAjmal.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}},"created_at":"2023-05-02T10:29:07.000Z","updated_at":"2025-03-01T22:32:13.000Z","dependencies_parsed_at":"2025-04-12T06:27:44.186Z","dependency_job_id":null,"html_url":"https://github.com/NajmAjmal/xmrig-install-raspberrypi","commit_stats":null,"previous_names":["najmajmal-old/xmrig-install-raspberrypi","najmajmal/xmrig-install-raspberrypi"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/NajmAjmal/xmrig-install-raspberrypi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NajmAjmal%2Fxmrig-install-raspberrypi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NajmAjmal%2Fxmrig-install-raspberrypi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NajmAjmal%2Fxmrig-install-raspberrypi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NajmAjmal%2Fxmrig-install-raspberrypi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NajmAjmal","download_url":"https://codeload.github.com/NajmAjmal/xmrig-install-raspberrypi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NajmAjmal%2Fxmrig-install-raspberrypi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278366665,"owners_count":25975095,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["commmands","crypto","cryptocurrencies","cryptocurrency","linux","mining","monero","moneroocean","pi-xmrig","pool","quick-install","raspberry-pi","raspberry-pi-xmrig","raspberrypi","raspbian","rpi-xmrig","setup","tutorial","xmr","xmrig"],"created_at":"2024-09-24T19:59:26.766Z","updated_at":"2025-10-04T20:11:28.191Z","avatar_url":"https://github.com/NajmAjmal.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Install XMRig on Raspberry Pi\n\n\u003e For other devices, Install XMRig [here](https://github.com/NajmAjmal/xmrig-install)\n\n# Method 1: Install directly from the source\n\n\n    sudo apt update \u0026\u0026 sudo apt full-upgrade -y\n    sudo apt install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev -y\n    git clone https://github.com/xmrig/xmrig.git\n    cd xmrig\n    mkdir build\n    cd build\n    cmake ..\n    make\n    cd\n    ./xmrig/build/xmrig -o gulf.moneroocean.stream:80 -u 4657q4dnsjLWtzeW4XN3wG9swFumWAZB9i1pegTLMxVAQy5E5AE8uif42kkHWcWc9vDcLUmzeCf3pV7mmrJQQqqe84dtASi -p Raspberry-Pi\n  \n  \nFor the last command you can customize it to your on preference by changing the: \n\n  - Pool name: `-o`\n  - Miner address: `-u`\n  - Miner name: `-p`\n\n# Method 2 (Quick install)\n\nIf you are going to use moneroocean As your Mining pool, then you can use this to quickly install scripts on ANY Debian Linux computer, although you cannot mine right away, you must run the `xmrig` command\n\n\n    sudo wget -qO- https://cdn.najm.uk/install/xmrig | bash\n    \nMake sure to run the command like this to start mining (assuming you are in the `xmrig/build` directory): \n\n    ./xmrig -o \u003cpool\u003e -u \u003cwallet_address\u003e -p \u003cminer_name\u003e\n    \nView your mining progress at [Moneroocean.stream](https://moneroocean.stream/)\n\n\n#  Donate\n    \n    \nThis code is **100% free** to use, and we would greatly appreciate any donations to help support our work. If you'd like to donate, you can use the following cryptocurrency addresses:\n\n\n    BTC:  33qQZT1F5mWPvqM2bjbxQ3AsSYMXHpJsr6\n    \n    ETH:  0x641E1449c2f7883F245069f284fC880174b02094\n    \n    SOL:  AeYJTfLnok1nkncnvXFoKXmH8zrvtB7heNL9Q2sKNaFr\n    \n    XMR:  4657q4dnsjLWtzeW4XN3wG9swFumWAZB9i1pegTLMxVAQy5E5AE8uif42kkHWcWc9vDcLUmzeCf3pV7mmrJQQqqe84dtASi\n\n\nThank you for choosing our XMRig Install on Raspberry Pi. We hope you find it useful and profitable\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnajmajmal%2Fxmrig-install-raspberrypi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnajmajmal%2Fxmrig-install-raspberrypi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnajmajmal%2Fxmrig-install-raspberrypi/lists"}