From 148354a7445d02ca5dcb6cd36f1c7e1e854e82e2 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 9 Oct 2017 16:11:35 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c4580a..4a40a31 100644 --- a/README.md +++ b/README.md @@ -1,8 +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 +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. cd gostoclminer; make -f Makefile.mingw +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"