-
Notifications
You must be signed in to change notification settings - Fork 40
/
swarm
executable file
·25 lines (21 loc) · 1.28 KB
/
swarm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
## ************QUICK ARGUMENTS CHEAT SHEET**************************************************
##
##
## NOTE: YOU CAN RUN ".\startup.ps1 -Help" for a guided configuration
##
##
## Rigname: Name of your rig
## Currency: Preferred Fiat Currency
## CoinExchange: AltCoin Coin Pricing (Besides BTC).
## Location: EUROPE ASIA US (Choose one).
## Poolname: Remove Pools As You See Fit. Add Custom Pools If You Like.
## Type: NVIDIA1 or AMD1 or AMD1,NVIDIA2 or NVIDIA1,NVIDIA2,NVIDIA3 (maximum of three)
## Wallet1: Your BTC Wallet. Add -Wallet2 or -Wallet3 if using -Type NVIDIA2 or NVIDIA3
## Donate: Donation in percent
## WattOMeter: Use Watt Calculations (Default is 0.10 / kwh). Can be modified. See Wiki
## ************NOTE***********************
## If you do not intend to use HiveOS, add -HiveOS No
## FOR ALL ARGUMENTS: SEE help folder. Explanation on how to use -Type NVIDIA1,NVIDIA2,NVIDIA3 is provided.
## This creates a screen for SWARM to work in, and then runs startup:
screen -S miner -m pwsh -command "&.\startup.ps1 -HiveOS No -Auto_Coin No -RigName1 SWARM1 -Currency USD -Location US -PoolName hashrefinery,zergpool,fairpool,nicehash,nlpool,blockmasters,zpool,blazepool,ahashpool -Type NVIDIA1,CPU -CPUThreads 2 -Wallet1 1FpuMha1QPaWS4PTPZpU1zGRzKMevnDpwg -Donate .5 -WattOMeter Yes"