1
0
mirror of https://github.com/GOSTSec/cpuminer-gostd synced 2025-02-06 20:14:32 +00:00
r4sas 2e1c5ee823
update autogen files
Signed-off-by: r4sas <r4sas@i2pmail.org>
2021-09-28 01:07:28 +00:00

19 lines
476 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 most linux distributions. Install libcurl and libjansson development packages first!
```bash
./autogen.sh
LIBCURL="-lcurl" ./configure CFLAGS="-O3"
make
```
Building on Windows is possible with MSYS2.
```bash
./autogen.sh
./configure CFLAGS="-O3 -DCURL_STATICLIB" --with-libcurl=compat/curl-win-x86_64
make
```