Arguments (Miner Configuration) - MaynardMiner/MM.Hash GitHub Wiki
Miner Arguments
Miner arguments are added to either StartMM.Coin(UNIX), StartMM.Coin.bat(Windows), or MM.Hash.conf(HiveOS).
You must first specify launching the program for UNIX and Windows versions:
UNIX:
#!/bin/bash pwsh -command "&.\MM.Coin.ps1
Windows:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\MM.CoinW.ps1
HIVEOS:
No launch necessary. HiveOS launched program for you.
The next step is adding your arguments. A full list of arguments is here:
MM.Hash Arguments
You add the arguments, then close the "". Here is an example setup, which is the basic setup on Windows:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\MM.CoinW.ps1 -Timeout 1 -Delay 1 -Benchmark 180 -RigName1 MMHash -StatsInterval 1 -Currency USD -CoinExchange LTC -Interval 360 -Location US -Auto_Algo Yes -Auto_Coin Yes -PoolName zergpool_coin,zergpool_algo,blockmasters,starpool,ahashpool,blazepool,hashrefinery,phiphipool,zpool -Proxy '' -Type NVIDIA1 -Wallet1 1DRxiWx6yuZfN9hrEJa3BDXWVJ9yyJU36i -PasswordCurrency1 BTC -Donate .5"
Hive OS
You simple just add arguments to EITHER extra config box in your custom miner setup on HiveOS.farm OR add it to your MM.Hash.[version].conf file. This is example of basic setup:
-Timeout 1 -Benchmark 180 -Delay 1 -RigName1 MMHash -StatsInterval 1 -Currency USD -CoinExchange LTC -Interval 360 -Location US -Auto_Algo Yes -Auto_Coin Yes -PoolName zergpool_coin,zergpool_algo,blockmasters_algo,blockmaster_coin,starpool,ahashpool,blazepool,hashrefinery,phiphipool,zpool -Proxy '' -Type NVIDIA1 -Wallet1 1DRxiWx6yuZfN9hrEJa3BDXWVJ9yyJU36i -PasswordCurrency1 BTC -Donate .5
Launch is removed. HiveOS launched miner. You are just entering arguments.