This folder is a reusable starter kit for running your miners from Windows via PowerShell + PuTTY plink.
miner_common.ps1: Shared configuration and command builder.bot_TEMPLATE.ps1: Single-miner launcher script (copy/rename per miner).cell_start.ps1: Start all miners in background and monitor logs.cell_check.ps1: Check status/logs on every miner.cell_kill.ps1: Stop miners on every configured device.monitor_all.ps1: Alias wrapper that runscell_start.ps1.start_all.ps1: Optional entrypoint (-NoMonitorto avoid tailing logs).
- Edit
miner_common.ps1:PlinkPathMinerPasswordMinerPool,MinerWallet,MinerPasswordArg- Add/update miner entries in
Get-MinerConfigs
- Copy
bot_TEMPLATE.ps1to one file per miner:- Example:
bot_157.ps1,bot_188.ps1 - Set
-Nameinside each file to the matching miner name fromGet-MinerConfigs
- Example:
- Run scripts from this folder:
- Start and monitor all miners:
./cell_start.ps1 - Check all miners:
./cell_check.ps1 - Stop all miners:
./cell_kill.ps1 - Start one miner:
./bot_157.ps1
- Start and monitor all miners:
- Scripts use SSH on port
8022. cell_start.ps1tails logs and keeps running until you pressCtrl+C.- If
cpuminerfails to stay up, bot scripts automatically run diagnostics.