OpenCL gostcoin miner
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
R4SAS 9fb283785a added intensity setting, fixed short settings, tabulations fix 7 years ago
CL initial commit of gostcoin miner 7 years ago
compat windows static build 7 years ago
.gitignore added intensity setting, fixed short settings, tabulations fix 7 years ago
COPYING initial commit 13 years ago
LICENSE initial commit 13 years ago
Makefile initial commit of gostcoin miner 7 years ago
Makefile.mingw windows static build 7 years ago
README.md Update README.md 7 years ago
gostminer.cl initial commit of gostcoin miner 7 years ago
miner.c added intensity setting, fixed short settings, tabulations fix 7 years ago
miner.h initial commit of gostcoin miner 7 years ago
ocl.c initial commit of gostcoin miner 7 years ago
ocl.h added intensity setting, fixed short settings, tabulations fix 7 years ago
sph_types.h initial commit of gostcoin miner 7 years ago
streebog.c initial commit of gostcoin miner 7 years ago
streebog.h initial commit of gostcoin miner 7 years ago
util.c initial commit of gostcoin miner 7 years ago

README.md

Build for Windows:

  1. Install MSYS2
  2. Inside MSYS2's window install packages. pacman -S mingw-w64-i686-gcc mingw-w64-i686-jansson git make
  3. Obtain a copy of this repository. git clone https://github.com/GOSTSec/gostoclminer.git
  4. export PATH=/mingw32/bin:/usr/bin; cd gostoclminer; make -f Makefile.mingw

Run:
gostoclminer --url http://127.0.0.1:9376 --userpass "your RPC user":"your RPC password"