Skip to content

Instantly share code, notes, and snippets.

View digitaldrqro-cloud's full-sized avatar

digitaldrqro-cloud

View GitHub Profile
@digitaldrqro-cloud
digitaldrqro-cloud / instalar-monero-miner.ps1
Last active March 7, 2026 19:49
Instalador automatico XMRig Monero - Windows - Inicio automatico con Windows
# ============================================================
# INSTALADOR AUTOMATICO DE MONERO MINER (XMRig) v6.25.0
# Ejecutar como ADMINISTRADOR en PowerShell
# ============================================================
$WALLET = "49bTYsrjfSN2EG6piGWqnHQjTZuhVXTpQMdUYdbrZKNyNcMw5CgzbjpC6RzbcwCaVSFVzwCawprenAPk2oo82Zj3SQ3HPLC" # <--- REEMPLAZA CON TU WALLET XMR
$POOL = "pool.supportxmr.com:3333"
$WORKER = "worker1"
$MINER_DIR = "C:\Miner"
$ZIP_URL = "https://github.com/xmrig/xmrig/releases/download/v6.25.0/xmrig-6.25.0-windows-x64.zip"