1
0
mirror of https://github.com/GOSTSec/cpuminer-gostd synced 2025-02-06 12:04:26 +00:00
2019-06-23 14:23:10 +03:00

11 lines
305 B
Plaintext

Run with your gostcoin wallet app
```bash
./minerd -a gostd -t <number of cores> -o http://127.0.0.1:9376 -u <your RPC user> -p <you RPC password>
```
Building on Windows is possible with MSYS2.
```bash
./autogen.sh
./configure CFLAGS="-O3 -DCURL_STATICLIB" --with-libcurl=compat/curl-win-x86_64
make
```