Quick launcher for GPU mining tools through a flightsheet system
MinerLauncher currently supports the following mining tools:
- rigel
- t-rex
- lolMiner
- xmrig
- wildrig
- gminer
- teamredminer
- PhoenixMiner
- srbminer
- bzminer
- nbminer
Each miner is mapped to the appropriate flags for:
- Algorithm
- Pool URL
- Wallet / Username
- Worker name
- Core clock
- Memory clock
- Fan speed
- Power limit
- Configure your flight sheet
Fill in the required fields in the GUI:
- Executable path (e.g., )
- Coin type
- Wallet address
- Worker name
- Pool URL and port
- Optional: core/memory clock, fan speed, power limit, extra arguments (requires admin privledges)
- Manage flight sheets
- Use the dropdown to select a saved flight sheet.
- Click Save Sheet to store current settings.
- Click Add Sheet to create a new one.
- Click Clear to reset the form.
- Start mining
- Click Start Miner to launch the miner with the configured settings
1️⃣ Install Rust
- Visit https://rustup.rs and download the Windows installer.
- Run it and accept the defaults (this installs
cargo,rustc, andrustup). - Close and reopen any terminal/PowerShell windows after installation.
- Download or clone the repository:
git clone https://github.com/Outerbeast/MinerLauncher.git
cd MinerLauncher- Run the build script:
- Double-click build.cmd or run it manually:
build.cmdThe executable will be generated in the current directory.
Outerbeast - Author
MinerLauncher user interface is powered by Slint.
