summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfireice-uk <fireice2@o2.pl>2017-01-06 15:04:00 +0000
committerfireice-uk <fireice2@o2.pl>2017-01-06 15:04:00 +0000
commitdfc745128fa4d0d8433784e04a8134a6c953c060 (patch)
tree07266baa1af3252ab10384c4f60a6dc4c472e50d /README.md
parent0bf267784323191186125ed8fa4f6d4a0e67ce5b (diff)
downloadxmr-stak-dfc745128fa4d0d8433784e04a8134a6c953c060.zip
xmr-stak-dfc745128fa4d0d8433784e04a8134a6c953c060.tar.gz
readme update
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9ba9bce..2d0ce90 100644
--- a/README.md
+++ b/README.md
@@ -37,12 +37,19 @@ ccoRQjxqA1CEfQJICf0WEyaabUnSKfxCQ0dwADD0KMxD6EiJENt3m1+FSn0bA1j/
#### Usage on Linux
```
- cmake .
+ cmake .
make
```
GCC version 5.1 or higher is required for full C++11 support. CMake release compile scripts, as well as CodeBlocks build environment for debug builds is included.
+To do a static build for a system without gcc 5.1+
+```
+ cmake -DCMAKE_BUILD_TYPE=STATIC
+ make
+```
+Note - cmake caches variables, so if you want to do a dynamic build later you need to specify '-DCMAKE_BUILD_TYPE=RELEASE'
+
#### CPU mining performance
Performance is nearly identical to the closed source paid miners. Here are some numbers:
@@ -98,7 +105,7 @@ Network error log:
```
#### Default dev donation
-By default the miner will donate 1% of the hashpower (1 minute in 100 minutes) to my pool. If you want to change that, edit **dev-donate.h** before you build the binaries.
+By default the miner will donate 1% of the hashpower (1 minute in 100 minutes) to my pool. If you want to change that, edit **donate-level.h** before you build the binaries.
If you want to donate directly to support further development, here is my wallet
* 4581HhZkQHgZrZjKeCfCJxZff9E3xCgHGF25zABZz7oR71TnbbgiS7sK9jveE6Dx6uMs2LwszDuvQJgRZQotdpHt1fTdDhk
OpenPOWER on IntegriCloud