- 64bit Intel or AMD CPU
- AMD/Nvidia GPU
- ARM CPU
{% content-ref url="../../wallets/mobile-wallets/cakewallet-monero.md" %} cakewallet-monero.md {% endcontent-ref %}
{% content-ref url="../../wallets/mobile-wallets/monerujo-monero.md" %} monerujo-monero.md {% endcontent-ref %}
{% content-ref url="../../wallets/desktop-wallets/monero-official-gui.md" %} monero-official-gui.md {% endcontent-ref %}
{% content-ref url="../../wallets/mobile-wallets/coinomi-multi-chain-assets.md" %} coinomi-multi-chain-assets.md {% endcontent-ref %}
{% content-ref url="../../wallets/mobile-wallets/exodus-multi-chain-assets.md" %} exodus-multi-chain-assets.md {% endcontent-ref %}
{% content-ref url="../../wallets/browser-wallets/mymonero-xmr.md" %} mymonero-xmr.md {% endcontent-ref %}
-
Download latest miner binaries from
-
Pick a mining pool from
-
Configure your xmrig with the configuration wizard.
Example: Command Line to mine with CPU and AMD GPU
{% tabs %} {% tab title="Windows" %}
xmrig.exe --opencl -o de.minexmr.com:443 -u 44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A -k --tls
{% endtab %}
{% tab title="Linux" %}
./xmrig --opencl -o de.minexmr.com:443 -u 44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A -k --tls
{% endtab %}
{% tab title="Mac" %}
./xmrig --opencl -o de.minexmr.com:443 -u 44AFFq5kSiGBoZ4NMDwYtN18obc8AemS33DBLWs3H7otXft3XjrpDtQGv7SqSsaBYBb98uNbr2VBBEt7f2wfn3RVGQBEP3A -k --tls
{% endtab %} {% endtabs %}
{% hint style="success" %} Enabling huge pages can boost hash rate up to 50% {% endhint %}
{% tabs %} {% tab title="Windows" %} Two ways to enable huge pages.
- Run the
xmrig.exe
one time with administrator and then reboot your PC.- Right-click
xmrig.exe
> select "Run as administrator"
- Right-click
Or,
- Manually change the Lock Pages in Memory setting.
- Press WindowsKey + R
- Type
gpedit.msc
- In Local Group Policy Editor, make the following update
- Open Computer Configuration
- Open Window Settings
- Open Security Settings
- Open Local Policies
- Select User Rights Assignment folder
- Double-click Lock pages in memory
- Click Add User or Group
- Hit search
- Select your Windows username {% endtab %}
{% tab title="Linux" %}
sudo bash -c "echo vm.nr_hugepages=1280 >> /etc/sysctl.conf"
{% hint style="info" %} :sparkles:** Tip: **Boost hash rate up to 3% more by enabling 1GB huge pages. Run the following command:
sudo ./scripts/enable_1gb_pages.sh
{% endhint %}
{% endtab %}
{% endtabs %}
{% tabs %} {% tab title="CPU Mining" %} Find your potential CPU mining performance at https://monerobenchmarks.info/ {% endtab %}
{% tab title="GPU Mining" %}
- Visit whattomine.com
- Enter the # of GPUs
- Press RandomX
- Press Calculate {% endtab %} {% endtabs %}
Enter your hash rate at whattomine.com
When your earnings reaches the payout limit or threshold, payment is automatically sent to your address.
Follow the Windows tuning guide by sech1 (XMRig Dev)