1
0
mirror of https://github.com/GOSTSec/gostoclminer synced 2025-01-14 16:58:03 +00:00
OpenCL gostcoin miner
Go to file
2022-09-17 16:35:12 -04:00
CL initial commit of gostcoin miner 2017-10-09 15:16:51 -04:00
compat windows static build 2017-10-09 15:17:37 -04:00
.gitignore added intensity setting, fixed short settings, tabulations fix 2017-10-10 20:52:18 +03:00
COPYING initial commit 2011-02-05 00:44:17 +01:00
gostminer.cl some cleanup 2017-10-10 15:49:40 -04:00
LICENSE initial commit 2011-02-05 00:44:17 +01:00
Makefile initial commit of gostcoin miner 2017-10-09 15:16:51 -04:00
Makefile.mingw windows static build 2017-10-09 15:17:37 -04:00
miner.c show current block 2017-10-15 18:18:42 -04:00
miner.h initial commit of gostcoin miner 2017-10-09 15:16:51 -04:00
ocl.c some cleanup 2017-10-10 15:49:40 -04:00
ocl.h show current block 2017-10-15 18:18:42 -04:00
README.md Update README.md 2017-10-10 21:49:59 +03:00
sph_types.h initial commit of gostcoin miner 2017-10-09 15:16:51 -04:00
streebog.c initial commit of gostcoin miner 2017-10-09 15:16:51 -04:00
streebog.h initial commit of gostcoin miner 2017-10-09 15:16:51 -04:00
util.c don't send Transfer-Encoding: chunked for newer libcurl 2022-09-17 16:35:12 -04:00

Build for Windows:

  1. Install MSYS2
  2. Inside MSYS2 MinGW 32-bit terminal install packages
$ pacman -S mingw-w64-i686-gcc mingw-w64-i686-jansson git make
  1. Obtain a copy of this repository
$ git clone https://github.com/GOSTSec/gostoclminer.git
$ cd gostoclminer
  1. Build gostclminer
$ make -f Makefile.mingw

Run:

$ gostoclminer --url http://127.0.0.1:9376 --userpass "your RPC user":"your RPC password" -i 16