Skip to content

PaulMoon410/win_mine

Repository files navigation

Miner Template

This folder is a reusable starter kit for running your miners from Windows via PowerShell + PuTTY plink.

Files Included

  • 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 runs cell_start.ps1.
  • start_all.ps1: Optional entrypoint (-NoMonitor to avoid tailing logs).

Quick Setup

  1. Edit miner_common.ps1:
    • PlinkPath
    • MinerPassword
    • MinerPool, MinerWallet, MinerPasswordArg
    • Add/update miner entries in Get-MinerConfigs
  2. Copy bot_TEMPLATE.ps1 to one file per miner:
    • Example: bot_157.ps1, bot_188.ps1
    • Set -Name inside each file to the matching miner name from Get-MinerConfigs
  3. 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

Notes

  • Scripts use SSH on port 8022.
  • cell_start.ps1 tails logs and keeps running until you press Ctrl+C.
  • If cpuminer fails to stay up, bot scripts automatically run diagnostics.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors