Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Senutna on January 04, 2019, 12:13:34 AM



Title: Mining Ravencoin on Mac - Help
Post by: Senutna on January 04, 2019, 12:13:34 AM
Hi everyone, after doing some research I thought i could use my imac to mine Ravencoin. I'm completely new to mining so I'm not sure what's going wrong when I try to mine it.

I've followed the steps from: https://gist.github.com/quagliero/90f493f123c7b1ddba5428ba0146329a

Once I add the code "make" I get the error below:


1 warning generated.
mv -f algo/.deps/cpuminer-neoscrypt.Tpo algo/.deps/cpuminer-neoscrypt.Po
gcc -DHAVE_CONFIG_H -I. -Iyes/include -I/usr/local/opt/openssl/include -fno-strict-aliasing -I. -Iyes/include -I/usr/local/opt/openssl/include -Wno-pointer-sign -Wno-pointer-to-int-cast -march=native -Iyes/include -I/usr/local/opt/openssl/include -MT algo/cpuminer-rainforest.o -MD -MP -MF algo/.deps/cpuminer-rainforest.Tpo -c -o algo/cpuminer-rainforest.o test -f 'algo/rainforest.c' || echo './'algo/rainforest.c
algo/rainforest.c:550:44: error: unknown type name 'ulong'
static inline void rf_w128(uint64_t *cell, ulong ofs, uint64_t x, uint64_t y) {
^
1 error generated.
make[2]: *** [algo/cpuminer-rainforest.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2



Does anyone have an idea what can I do to fix it?

p.s: I'm using Sierra 10.12.6 (some people have used similar versions and worked fine).

Cheers