1
0
mirror of https://github.com/GOSTSec/cpuminer-gostd synced 2025-01-14 08:47:53 +00:00
CPUMiner with gostd algo
Go to file
2022-09-17 17:43:37 -04:00
compat add prebuilt curl 2019-06-23 14:23:10 +03:00
m4 update autogen files 2021-09-28 01:07:28 +00:00
.gitignore add prebuilt curl 2019-06-23 14:23:10 +03:00
aes_helper.c first commit 2015-08-20 08:22:48 +00:00
AUTHORS first commit 2015-08-20 08:22:48 +00:00
autogen.sh update autogen files 2021-09-28 01:07:28 +00:00
blake.c first commit 2015-08-20 08:22:48 +00:00
bmw.c first commit 2015-08-20 08:22:48 +00:00
ChangeLog first commit 2015-08-20 08:22:48 +00:00
compat.h some modifications for windows static building 2018-05-26 00:48:21 +03:00
configure.ac first commit 2015-08-20 08:22:48 +00:00
COPYING first commit 2015-08-20 08:22:48 +00:00
cpu-miner.c some modifications for windows static building 2018-05-26 00:48:21 +03:00
cubehash.c first commit 2015-08-20 08:22:48 +00:00
echo.c first commit 2015-08-20 08:22:48 +00:00
elist.h first commit 2015-08-20 08:22:48 +00:00
example-cfg.json first commit 2015-08-20 08:22:48 +00:00
gost.c add prebuilt curl 2019-06-23 14:23:10 +03:00
groestl.c first commit 2015-08-20 08:22:48 +00:00
INSTALL first commit 2015-08-20 08:22:48 +00:00
jh.c first commit 2015-08-20 08:22:48 +00:00
keccak.c first commit 2015-08-20 08:22:48 +00:00
LICENSE first commit 2015-08-20 08:22:48 +00:00
luffa.c first commit 2015-08-20 08:22:48 +00:00
Makefile.am update autogen files 2021-09-28 01:07:28 +00:00
miner.h use gostd for merkle in case of stratum 2017-09-16 17:55:12 -04:00
NEWS first commit 2015-08-20 08:22:48 +00:00
nomacro.pl first commit 2015-08-20 08:22:48 +00:00
quark.c fixed build for gcc 11 2022-09-17 17:43:37 -04:00
README fixed build for gcc 11 2022-09-17 17:43:37 -04:00
README.md Rename README to README.md 2021-12-19 12:43:09 +00:00
scrypt-arm.S first commit 2015-08-20 08:22:48 +00:00
scrypt-x64.S first commit 2015-08-20 08:22:48 +00:00
scrypt-x86.S first commit 2015-08-20 08:22:48 +00:00
scrypt.c first commit 2015-08-20 08:22:48 +00:00
sha2-arm.S first commit 2015-08-20 08:22:48 +00:00
sha2-x64.S first commit 2015-08-20 08:22:48 +00:00
sha2-x86.S first commit 2015-08-20 08:22:48 +00:00
sha2.c first commit 2015-08-20 08:22:48 +00:00
shavite.c first commit 2015-08-20 08:22:48 +00:00
simd.c first commit 2015-08-20 08:22:48 +00:00
skein.c first commit 2015-08-20 08:22:48 +00:00
sph_blake.h first commit 2015-08-20 08:22:48 +00:00
sph_bmw.h first commit 2015-08-20 08:22:48 +00:00
sph_cubehash.h first commit 2015-08-20 08:22:48 +00:00
sph_echo.h first commit 2015-08-20 08:22:48 +00:00
sph_gost.h first commit 2015-08-20 08:22:48 +00:00
sph_groestl.h first commit 2015-08-20 08:22:48 +00:00
sph_jh.h first commit 2015-08-20 08:22:48 +00:00
sph_keccak.h first commit 2015-08-20 08:22:48 +00:00
sph_luffa.h first commit 2015-08-20 08:22:48 +00:00
sph_shavite.h first commit 2015-08-20 08:22:48 +00:00
sph_simd.h first commit 2015-08-20 08:22:48 +00:00
sph_skein.h first commit 2015-08-20 08:22:48 +00:00
sph_types.h first commit 2015-08-20 08:22:48 +00:00
util.c first commit 2015-08-20 08:22:48 +00:00
Xcoin.c fixed build for gcc 11 2022-09-17 17:43:37 -04:00

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