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.
 
 
 
 
 
R4SAS 7f279bf633 add prebuilt curl 5 years ago
compat add prebuilt curl 5 years ago
m4 some modifications for windows static building 6 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 some modifications for windows static building 6 years ago
NEWS first commit 9 years ago
README add prebuilt curl 5 years ago
Xcoin.c small fix 9 years ago
aes_helper.c first commit 9 years ago
autogen.sh first commit 9 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 first commit 9 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 first commit 9 years ago

README

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
```