Created
December 1, 2017 01:07
-
-
Save hashbender/8fb6ad5187793570d852b9c0b03c8eaa to your computer and use it in GitHub Desktop.
Luxor Batfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: Batch file sample for Marlin | |
:: Written by Xurious for SiaMining.com | |
:: Sia Address: 00091d9619f1e697ddf80e751b68baffc444e7b59eeb54e131f136711d84aebf3bc6e0b820af | |
:: Updated 2016-08-12 | |
:: | |
:: Your Payout Address. | |
SET address=00091d9619f1e697ddf80e751b68baffc444e7b59eeb54e131f136711d84aebf3bc6e0b820af | |
:: Worker Name. | |
SET worker=example_worker | |
:: Intensity. Lower values may be better for normal desktop usage. | |
SET intensity=28 | |
:: | |
SET host=us-east.luxor.tech:3333 | |
:: | |
marlin.exe -H %host% -u %address%.%worker% -I %intensity% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment