Custom NVIDIA GPU Miner for RandomX
Budget: $250 – $750 USD
Custom RandomX GPU Miner with Stealth Features
Objective:
Develop a custom RandomX miner optimized for GPU mining with built-in stealth and persistence features.
Requirements:
Auto Detection & Installation:
Automatically detect if the script is running as root.
Auto-install required dependencies.
Ensure persistence after reboot.
Process & Connection Hiding:
Hide miner process from system monitoring tools like top, htop, and ps.
Mask network connections, preventing detection via ss -tp | grep EST.
Stealth Persistence:
Create a systemd service file with a randomized name (e.g., /etc/systemd/system/[random].service).
Generate cron jobs with random names for execution at various intervals:
Hourly, Daily, Weekly, Monthly
Ensure self-recovery if terminated.
Wallet & Configuration Security:
Hide wallet address within the system to avoid detection.
Ensure mining operations resume automatically on system restart.
Failsafe & Anti-Detection:
Automatically restart if terminated.
Implement obfuscation techniques to evade detection.
if possible create one binary whit all functions in go some of the requested features (like hiding processes, obfuscation, and persistence) would require low-level system calls, potentially interacting with C libraries or using syscall packages. Achieving full stealth would be complex and OS-specific (Linux vs. Windows). i understand it requires deep system programming knowledge and careful implementation.
Objective:
Develop a custom RandomX miner optimized for GPU mining with built-in stealth and persistence features.
Requirements:
Auto Detection & Installation:
Automatically detect if the script is running as root.
Auto-install required dependencies.
Ensure persistence after reboot.
Process & Connection Hiding:
Hide miner process from system monitoring tools like top, htop, and ps.
Mask network connections, preventing detection via ss -tp | grep EST.
Stealth Persistence:
Create a systemd service file with a randomized name (e.g., /etc/systemd/system/[random].service).
Generate cron jobs with random names for execution at various intervals:
Hourly, Daily, Weekly, Monthly
Ensure self-recovery if terminated.
Wallet & Configuration Security:
Hide wallet address within the system to avoid detection.
Ensure mining operations resume automatically on system restart.
Failsafe & Anti-Detection:
Automatically restart if terminated.
Implement obfuscation techniques to evade detection.
if possible create one binary whit all functions in go some of the requested features (like hiding processes, obfuscation, and persistence) would require low-level system calls, potentially interacting with C libraries or using syscall packages. Achieving full stealth would be complex and OS-specific (Linux vs. Windows). i understand it requires deep system programming knowledge and careful implementation.