1
0
mirror of https://github.com/GOSTSec/gostoclminer synced 2025-01-30 00:14:49 +00:00

Build instructions added

This commit is contained in:
orignal 2017-10-09 16:06:56 -04:00 committed by GitHub
parent 9a73c5cb6d
commit d31b284938

View File

@ -1,2 +1,8 @@
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. https://github.com/GOSTSec/gostoclminer.git
4. cd gostoclminer; make -f Makefile.mingw
Run:
gostoclminer --url http://127.0.0.1:9376 --userpass "your RPC user":"your RPC password"