-
Notifications
You must be signed in to change notification settings - Fork 40
/
swarm
executable file
·42 lines (35 loc) · 1.79 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#!/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 JAPAN (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)
## Type: CPU can be added, but -CPUThreads must be used (see help on arguments)
## Type: ASIC can be used, compatible with cgminer & bfgminer (most asics)
## Type: -ASIC_IP and -ASIC_ALGO must be used with -Type ASIC (see help on arguments)
## 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
## Hive_Hash: HiveOS Farm Hash
## ************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.
## HERE is an example of basic arguments:
##
## pwsh -executionpolicy Bypass -command ".\startup.ps1 -RigName1 SWARM -Location US -PoolName nlpool,blockmasters,zergpool,nicehash,fairpool,ahashpool,blazepool,hashrefinery,zpool -Type AMD1 -Wallet1 1RVNsdO6iuwEHfoiuwe123hsdfljk -Donate .5"
## This creates a screen for SWARM to work in, and then runs startup:
## Remove '#' if you wish to automatically run install linux
## Needs to be started as root
## ./install_linux
## Wipe dead screens
screen -wipe
screen -S miner -m pwsh -command "&.\startup.ps1"
echo "swarm started on miner screen"
echo "type sudo screen -r miner to view"