1 changed files with 19 additions and 7 deletions
@ -1,8 +1,20 @@ |
|||||||
Build for Windows: |
Build for Windows: |
||||||
1. Install MSYS2 |
1. Install [MSYS2](http://www.msys2.org/) |
||||||
2. Inside MSYS2's window install packages. pacman -S mingw-w64-i686-gcc mingw-w64-i686-jansson git make |
2. Inside **MSYS2 MinGW 32-bit** terminal install packages |
||||||
3. Obtain a copy of this repository. git clone https://github.com/GOSTSec/gostoclminer.git |
```bash |
||||||
4. export PATH=/mingw32/bin:/usr/bin; cd gostoclminer; make -f Makefile.mingw |
$ pacman -S mingw-w64-i686-gcc mingw-w64-i686-jansson git make |
||||||
|
``` |
||||||
|
3. Obtain a copy of this repository |
||||||
|
```bash |
||||||
|
$ git clone https://github.com/GOSTSec/gostoclminer.git |
||||||
|
$ cd gostoclminer |
||||||
|
``` |
||||||
|
4. Build gostclminer |
||||||
|
```bash |
||||||
|
$ make -f Makefile.mingw |
||||||
|
``` |
||||||
|
|
||||||
Run: |
Run: |
||||||
gostoclminer --url http://127.0.0.1:9376 --userpass "your RPC user":"your RPC password" |
```bash |
||||||
|
$ gostoclminer --url http://127.0.0.1:9376 --userpass "your RPC user":"your RPC password" -i 16 |
||||||
|
``` |
||||||
|
Loading…
Reference in new issue