You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+45-41
Original file line number
Diff line number
Diff line change
@@ -29,48 +29,52 @@ To list all devices that are present in the system and get their order start the
29
29
Then all devices will be listed, but none selected for mining. The miner closes when no devices were
30
30
selected for mining or all selected miner fail in the compatibility check.
31
31
32
+
### --force3G (Optional)
33
+
Force the miner to use the 3G implementation even if the GPUs have 4G or more. This can resolve compatibility
34
+
problems with 4G GPUs with screen attached or uncommon memory configurations like Nvidia GTX 970.
35
+
32
36
# How to build
33
-
## Windows
34
-
1. Install Visual Studio >= 2017 with CMake support.
35
-
1. Download and install Boost prebuilt binaries https://sourceforge.net/projects/boost/files/boost-binaries/1.68.0/boost_1_68_0-msvc-14.1-64.exe, also add `BOOST_ROOT` to the _Environment Variables_.
36
-
1. Download and install OpenSSL prebuilt binaries https://slproweb.com/products/Win32OpenSSL.html (`Win64 OpenSSL v1.1.0h` for example).
37
-
1. Download and install CUDA Toolkit https://developer.nvidia.com/cuda-downloads
38
-
1. Add `.../boost_1_68_0/lib64-msvc-14.1` to the _System Path_.
39
-
1. Open project folder in Visual Studio, select your target (`Release-x64` for example, if you downloaded 64bit Boost and OpenSSL) and select `CMake -> Build All`.
40
-
1. Go to `CMake -> Cache -> Open Cache Folder -> beam-opencl-miner` (you'll find `beam-opencl-miner.exe`).
1. Add `export OPENSSL_ROOT_DIR="/usr/local/opt/openssl"` to the _Environment Variables_.
73
-
1. Go to beam-opencl-miner project folder and call `cmake -DCMAKE_BUILD_TYPE=Release . && make -j4`.
37
+
## Windows
38
+
1. Install Visual Studio >= 2017 with CMake support.
39
+
1. Download and install Boost prebuilt binaries https://sourceforge.net/projects/boost/files/boost-binaries/1.68.0/boost_1_68_0-msvc-14.1-64.exe, also add `BOOST_ROOT` to the _Environment Variables_.
40
+
1. Download and install OpenSSL prebuilt binaries https://slproweb.com/products/Win32OpenSSL.html (`Win64 OpenSSL v1.1.0h` for example).
41
+
1. Download and install CUDA Toolkit https://developer.nvidia.com/cuda-downloads
42
+
1. Add `.../boost_1_68_0/lib64-msvc-14.1` to the _System Path_.
43
+
1. Open project folder in Visual Studio, select your target (`Release-x64` for example, if you downloaded 64bit Boost and OpenSSL) and select `CMake -> Build All`.
44
+
1. Go to `CMake -> Cache -> Open Cache Folder -> beam-opencl-miner` (you'll find `beam-opencl-miner.exe`).
0 commit comments