Skip to content

Instantly share code, notes, and snippets.

@hashbender
Created December 1, 2017 01:07
Show Gist options
  • Save hashbender/8fb6ad5187793570d852b9c0b03c8eaa to your computer and use it in GitHub Desktop.
Save hashbender/8fb6ad5187793570d852b9c0b03c8eaa to your computer and use it in GitHub Desktop.
Luxor Batfile
:: 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