CPUMiner with gostd algo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
orignal f6b5e40fcc don't send Transfer-Encoding: chunked for newer libcurl 2 years ago
compat add prebuilt curl 5 years ago
m4 update autogen files 3 years ago
.gitignore add prebuilt curl 5 years ago
AUTHORS first commit 9 years ago
COPYING first commit 9 years ago
ChangeLog first commit 9 years ago
INSTALL first commit 9 years ago
LICENSE first commit 9 years ago
Makefile.am update autogen files 3 years ago
NEWS first commit 9 years ago
README fixed build for gcc 11 2 years ago
README.md Rename README to README.md 2 years ago
Xcoin.c fixed build for gcc 11 2 years ago
aes_helper.c first commit 9 years ago
autogen.sh update autogen files 3 years ago
blake.c first commit 9 years ago
bmw.c first commit 9 years ago
compat.h some modifications for windows static building 6 years ago
configure.ac first commit 9 years ago
cpu-miner.c some modifications for windows static building 6 years ago
cubehash.c first commit 9 years ago
echo.c first commit 9 years ago
elist.h first commit 9 years ago
example-cfg.json first commit 9 years ago
gost.c add prebuilt curl 5 years ago
groestl.c first commit 9 years ago
jh.c first commit 9 years ago
keccak.c first commit 9 years ago
luffa.c first commit 9 years ago
miner.h use gostd for merkle in case of stratum 7 years ago
nomacro.pl first commit 9 years ago
quark.c fixed build for gcc 11 2 years ago
scrypt-arm.S first commit 9 years ago
scrypt-x64.S first commit 9 years ago
scrypt-x86.S first commit 9 years ago
scrypt.c first commit 9 years ago
sha2-arm.S first commit 9 years ago
sha2-x64.S first commit 9 years ago
sha2-x86.S first commit 9 years ago
sha2.c first commit 9 years ago
shavite.c first commit 9 years ago
simd.c first commit 9 years ago
skein.c first commit 9 years ago
sph_blake.h first commit 9 years ago
sph_bmw.h first commit 9 years ago
sph_cubehash.h first commit 9 years ago
sph_echo.h first commit 9 years ago
sph_gost.h first commit 9 years ago
sph_groestl.h first commit 9 years ago
sph_jh.h first commit 9 years ago
sph_keccak.h first commit 9 years ago
sph_luffa.h first commit 9 years ago
sph_shavite.h first commit 9 years ago
sph_simd.h first commit 9 years ago
sph_skein.h first commit 9 years ago
sph_types.h first commit 9 years ago
util.c don't send Transfer-Encoding: chunked for newer libcurl 2 years ago

README.md

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