Skip to content

GOSTSec/cpuminer-gostd

 
 

Repository files navigation

Run with your gostcoin wallet app

./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!

./autogen.sh
LIBCURL="-lcurl" ./configure CFLAGS="-O3"
make

Building on Windows is possible with MSYS2.

./autogen.sh
./configure CFLAGS="-O3 -DCURL_STATICLIB" --with-libcurl=compat/curl-win-x86_64
make

About

No description, website, or topics provided.

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.7%
  • Assembly 16.5%
  • Other 1.8%