-
Notifications
You must be signed in to change notification settings - Fork 40
Arguments (Miner Configuration)
Miner Arguments
Miner arguments are added to either swarm
(UNIX), SWARM.bat
(Windows), or on miner flight sheet in extra config arguments box(HiveOS).
You must first specify launching the program for UNIX and Windows versions:
UNIX:
#!/bin/bash sudo pwsh -command "&.\swarm.ps1
Windows:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\swarm.ps1
HIVEOS:
No launch necessary. HiveOS launched program for you.
The next step is adding your arguments. A full list of arguments is here:
https://github.com/MaynardMiner/SWARM/blob/master/help/SWARM_help.txt
You add the arguments, then close the "". Here is an example setup, which is the basic setup on Windows (BTC):
NOTE All arguments in [] are meant to be selected by user. I am simply listing the common options that can be used.
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\swarm.ps1 -RigName1 Swarm -Location [US/Europe/Asia] -PoolName [blockmasters,starpool,nlpool,ahashpool,blazepool,hashrefinery,phiphipool,zpool] -Type [[AMD1] or [NVIDIA1] or [AMD1,NVIDIA2]] -Wallet1 1DRxiWx6yuZfN9hrEJa3BDXWVJ9yyJU36i -Donate .5 -Farm_Hash xxxxxxxxxxxxxxxxxxxxxxx -platform windows"
Hive OS
You simply just add arguments to extra arguments box within in your custom miner wallet on HiveOS.farm OR add it to your SWARM.[version].conf file. This is example of basic setup (BTC):
-RigName1 SWARM -Location [US/Europe/Asia] -PoolName [nlpool,blockmasters,starpool,ahashpool,blazepool,hashrefinery,phiphipool,zpool] -Type [[AMD1] or [NVIDIA1] or [AMD1,NVIDIA2]] -Wallet1 1DRxiWx6yuZfN9hrEJa3BDXWVJ9yyJU36i -Donate .5
Launch is removed. HiveOS launches miner. You are just entering arguments.
Note on additional arguments for AMD:
-If you are experiencing issue with AMD:
Use -CLPlatform [0,1,2]
, and that may help. The issue may be that SWARM is incorrectly detecting CLplatform. However, I have had no recent reports of it doing so.