1
0
mirror of https://github.com/GOSTSec/cpuminer-gostd synced 2025-02-11 14:34:18 +00:00

11 lines
305 B
Plaintext
Raw Normal View History

2017-04-09 16:55:05 -04:00
Run with your gostcoin wallet app
2019-06-23 14:11:00 +03:00
```bash
2017-04-09 16:53:39 -04:00
./minerd -a gostd -t <number of cores> -o http://127.0.0.1:9376 -u <your RPC user> -p <you RPC password>
2019-06-23 14:11:00 +03:00
```
Building on Windows is possible with MSYS2.
```bash
./autogen.sh
./configure CFLAGS="-O3 -DCURL_STATICLIB" --with-libcurl=compat/curl-win-x86_64
make
```