bombook / jsecoin-opencl-miner

A JSECoin OpenCL-based SHA-256 miner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSECoin OpenCL Miner

A JSECoin OpenCL-based SHA-256 miner for better hashrates.

About

This project is incomplete to be actually useful for the time being. And it needs a cleanup. In the future, I plan to make it serve hashes and also be feeded prehashes to work on so some application can use it.

Building

Some form of OpenCL ICD must be installed to be linked against the program. You can use one from your CPU or GPU vendor or compile the Khronos Group's OpenCL ICD Loader.

Place the OpenCL headers on the include folder and follow the instructions for each platform. CMake and Make must be installed. The built files will be at build/bin if the build was successful.

Windows

Make sure MinGW is installed and run:

build_win.bat

Linux

Run:

make

Running

cd into the build/bin directory and run the miner binary

About

A JSECoin OpenCL-based SHA-256 miner

License:MIT License


Languages

Language:C 92.6%Language:C++ 5.1%Language:CMake 1.8%Language:Batchfile 0.3%Language:Makefile 0.2%