Skip to content

eleminer 1.2.9 for GPU

Latest
Compare
Choose a tag to compare
@elementrem elementrem released this 25 Jul 23:08
· 8 commits to master since this release

Please Note GPU miner ReadMe(Click Here)

GPU mining Pre-requisites

The algorithm is memory hard and in order to fit the DAG into memory, it needs 1-2GB of RAM on each GPU.
The GPU miner is implemented in OpenCL. To get openCL for your chipset and platform as follows:
AMD SDK openCL
NVIDIA CUDA openCL

Ubuntu 16.04 does not officially support CUDA, But you can use the sudo apt install nvidia-cuda-dev


  • Windows os, install the following dependency.
Software link
C++ Redistributable http://www.microsoft.com/en-us/download/details.aspx?id=48145
Windows SDK https://dev.windows.com/en-us/downloads/windows-10-sdk
  • Ubuntu os(recommend 16.04), install the following dependency.
git clone https://github.com/elementrem/webthree-umbrella
cd webthree-umbrella/dependency/ubuntu_16.04

sudo dpkg -i libqt5core5a_5.4.2+dfsg-2ubuntu9_amd64.deb
sudo dpkg -i libqt5qml5_5.4.2-1ubuntu6_amd64.deb
sudo dpkg -i libqt5webengine5_5.4.1+1wily-0ubuntu1_amd64.deb
sudo dpkg -i libqt5webengine5-dev_5.4.1+1wily-0ubuntu1_amd64.deb
sudo dpkg -i qml-module-qtwebengine_5.4.1+1wily-0ubuntu1_amd64.deb
sudo dpkg -i libcryptopp-dev_5.6.2+0wily-0ubuntu1_amd64.deb