summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2018-03-31 21:02:28 +0100
committerTimothy Pearson <tpearson@raptorengineering.com>2018-06-04 21:07:11 +0000
commit4f43f4cf8bd2d5a3af440f765575de9e86984c87 (patch)
tree6170bbcdd554fc3b8b41f50d3755abbf6e969c18 /doc
parent6423f9abeaed01f4e90135546dffb91dd23e46bb (diff)
downloadxmr-stak-4f43f4cf8bd2d5a3af440f765575de9e86984c87.zip
xmr-stak-4f43f4cf8bd2d5a3af440f765575de9e86984c87.tar.gz
Remove portbin from docs for now
Diffstat (limited to 'doc')
-rw-r--r--doc/Linux_deployment.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/Linux_deployment.md b/doc/Linux_deployment.md
deleted file mode 100644
index 3219e8a..0000000
--- a/doc/Linux_deployment.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# Deploying portable **XMR-Stak** on Linux systems
-
-**This is an experimental feature** we reserve the right to remove the binary if we get too many issues.
-
-XMR-Stak releases include a pre-built portable version. If you are simply using it to avoid having to compile the application, you can simply download **xmr-stak-portbin-linux.tar.gz** from our [latest releases](https://github.com/fireice-uk/xmr-stak/releases/latest). Open up command line, and use the following commands:
-
-```
-tar xzf xmr-stak-portbin-linux.tar.gz
-./xmr-stak.sh
-```
-
-Configuration and tuning files will be generated automatically from your answers.
-
-For automatic deployments, please use the steps above to obtain config.txt and use the following script:
-
-```
-#!/bin/bash
-sudo apt install curl
-curl -O `curl -s https://api.github.com/repos/fireice-uk/xmr-stak/releases/latest | grep -o 'browser_download_url.*xmr-stak-portbin-linux.tar.gz' | sed 's/.*"//'`
-curl -O http://path.to/your/config.txt
-tar xzf xmr-stak-portbin-linux.tar.gz
-./xmr-stak.sh
-```
-
-XMR-Stak will auto-configure and go to work. You don't even need Docker!
-
-
OpenPOWER on IntegriCloud