Welcome xmrig and Monero miners! Akash is a decentralized marketplace of compute with thousands of CPU's ready for small and large deployments. xmrig mining can be deployed on the network successfully using this guide. Akash is a part of the Cosmos ecosystem of blockchains.
The biggest factor to control speed of mining is using RANDOMX_MODE=fast or RANDOMX_MODE=light.
Set RANDOMX_MODE=fast
to maximize your speed and use the most amount of resources possible / highest price.
Requires at least 3Gi of Memory for providers with = 1 NUMA node.
Requires at least 4.75Gi of Memory for providers with > 1 NUMA node.
Set RANDOMX_MODE=light
to use the smallest amount of resources / lowest price.
Requires at least 0.1Gi of Memory for all providers.
The Akash version of xmrig comes with variables that can be added or removed to the deploy.yaml file to further configure the miner.
Here are all available variables:
ALGO=
POOL=
WALLET=
WORKER=
PASS=
TLS=
TLS_FINGERPRINT=
DONATE_LEVEL=
RANDOMX_MODE=
CUSTOM_OPTIONS=
AKASH_PROVIDER_STARTUP_CHECK=
The default pool is MoneroOcean.
Input your Monero wallet address in the WALLET=
variable.
We recommend you use MoneroOcean for a reliable pool, however if you need to change it feel free using the POOL=
and configure WALLET=
and PASSWORD=
.
If your pool does not support TLS it can be disabled by setting TLS=false
and TLS_FINGERPRINT=
in the deploy.yaml file.
Enabling startup checks ensures that your deployment has the required CPU, memory, and configuration settings. It verifies resource availability and compatibility with the specified mining mode, optimizing performance and stability. When startup check is set to false, mining will not be optimized as thread and core counts recognized by Xmrig will not bre precise.
You must set AKASH_PROVIDER_STARTUP_CHECK=false
to and RANDOMX_MODE=light
to deploy the smallest containers possible.
You can deploy more CPU or more replicas to mine faster.
cpu:
units: 1.0 # Max cpu units is 256
Or increase the replica count from count: 1
to count: 2
.
deployment:
xmrig:
akash:
profile: xmrig
count: 1 # Multiplier for cpu:units
Just enter your deployment URI at http://workers.xmrig.info
Enter your Monero address to see the stats at https://monero.hashvault.pro/en/dashboard
After your deployment has finished tuning or is displaying results on the pool you can check your profitability by inputing your hashrate from the log file.
Minerstat profitability calculator
We recommend you check MiningPoolStats for the most up-to-date list of mining pools.