summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-07-18 22:19:26 +0100
committerGitHub <noreply@github.com>2017-07-18 22:19:26 +0100
commite1ce61416dc9aa8965d7de2498df35ac1fd12841 (patch)
treedd35d96593d1b705d2129a4079038dde92e0839e /README.md
parent9ea78a2ca044f8d0e8a6fe7fd2555ba06407b77f (diff)
parent71550f87cece411a5a45a2984ebafcc1feae1d1b (diff)
downloadxmr-stak-e1ce61416dc9aa8965d7de2498df35ac1fd12841.zip
xmr-stak-e1ce61416dc9aa8965d7de2498df35ac1fd12841.tar.gz
Merge pull request #213 from fireice-uk/topic-json-api
Initial JSON API implementation
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 993cd29..b114aae 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,10 @@ XMR-Stak is a universal Stratum pool miner. This is the CPU-mining version; ther
## HTML reports
<img src="https://gist.githubusercontent.com/fireice-uk/2da301131ac01695ff79539a27b81d68/raw/4c09cdeee86f94df2e9dd86b927e64aded6184f5/xmr-stak-cpu-hashrate.png" width="260"> <img src="https://gist.githubusercontent.com/fireice-uk/2da301131ac01695ff79539a27b81d68/raw/4c09cdeee86f94df2e9dd86b927e64aded6184f5/xmr-stak-cpu-results.png" width="260"> <img src="https://gist.githubusercontent.com/fireice-uk/2da301131ac01695ff79539a27b81d68/raw/4c09cdeee86f94df2e9dd86b927e64aded6184f5/xmr-stak-cpu-connection.png" width="260">
+## HTML and JSON API report configuraton
+
+To configure the reports shown above you need to edit the httpd_port variable. Then enable wifi on your phone and navigate to [miner ip address]:[httpd_port] in your phone browser. If you want to use the data in scripts, you can get the JSON version of the data at url [miner ip address]:[httpd_port]/api.json
+
## Usage on Windows
1) Edit the config.txt file to enter your pool login and password.
2) Double click the exe file.
OpenPOWER on IntegriCloud