Author

Topic: [ANN] Ħ [HODL] 5% Interest. No Staking Req. Term Deposits 10%. Solo Mining. - page 180. (Read 472950 times)

member
Activity: 94
Merit: 10
HODL deserves to get listed on poloniex.
member
Activity: 89
Merit: 10
Yes, it seems that there are some power miners. I don't care if they use botnets or have a data center in the back.

Fact is that HODL is still mineable with almost any CPU which makes it quite interesting for John Doe to get some coins and hodl them. We are still in a very early phase of this coin and the exchange rate is still low.

For my understanding it still makes sense to mine them - even with low exchange rates.


You're very optimistic.

In the last 3 weeks, I have mined 8 blocks for HOdlcoin solo mining with 1 CPU. I think Jabba's point is still valid, but for how much longer is anyone's guess.

You had better luck. I got 3 blocks last 15 days - last block was 4 days ago.
hero member
Activity: 578
Merit: 501
Yes, it seems that there are some power miners. I don't care if they use botnets or have a data center in the back.

Fact is that HODL is still mineable with almost any CPU which makes it quite interesting for John Doe to get some coins and hodl them. We are still in a very early phase of this coin and the exchange rate is still low.

For my understanding it still makes sense to mine them - even with low exchange rates.


You're very optimistic.

In the last 3 weeks, I have mined 8 blocks for HOdlcoin solo mining with 1 CPU. I think Jabba's point is still valid, but for how much longer is anyone's guess.
legendary
Activity: 1470
Merit: 1114
It looks like your CPU doesn't have AES_NI support, but Intel says it does.
You didn't specify -march=native in your configure, it's worth a try. You could
also enter the follwoing command to determine which arch is native:

gcc -march=native -Q --help=target|grep march

What errors did you get with cpuminer-opt? Did you specify -march=native?



I download now ur miner.
And read ur readme.md.)

Now i compiled with -march=btver1 flag. Working.) Thx.)  Wink

Trouble in CPU. Friend gives me wrong CPU name...
this shit is:
Intel(R) Celeron(R) CPU G1840 @ 2.80GHz  Cheesy

Glad I could help.
member
Activity: 89
Merit: 10
So?

Where's the difference? You'll have other bots, other powerminer. No change. John Doe will use GPU instead of CPU and use more power.


there wont be a botnet full of gpus or asics.
More hashrate from more PPL = fairer Distribution and higher Costs on Average.

I can live with some Gpu Farms going hard on this but 10 Guys mining 90% of all the Coins (prlly almost for free) will not work out for very long.
So funding a public GPU Miner would make sense to me.



Best way to eliminate the botnets and the power miners is to get rid of pool mining like Spreadcoin does.  Maybe Freetrade can tweak the code to do solo mining only.
member
Activity: 89
Merit: 10
Yes, it seems that there are some power miners. I don't care if they use botnets or have a data center in the back.

Fact is that HODL is still mineable with almost any CPU which makes it quite interesting for John Doe to get some coins and hodl them. We are still in a very early phase of this coin and the exchange rate is still low.

For my understanding it still makes sense to mine them - even with low exchange rates.



You're very optimistic.
full member
Activity: 1092
Merit: 227
It looks like your CPU doesn't have AES_NI support, but Intel says it does.
You didn't specify -march=native in your configure, it's worth a try. You could
also enter the follwoing command to determine which arch is native:

gcc -march=native -Q --help=target|grep march

What errors did you get with cpuminer-opt? Did you specify -march=native?



I download now ur miner.
And read ur readme.md.)

Now i compiled with -march=btver1 flag. Working.) Thx.)  Wink

Trouble in CPU. Friend gives me wrong CPU name...
this shit is:
Intel(R) Celeron(R) CPU G1840 @ 2.80GHz  Cheesy
legendary
Activity: 1470
Merit: 1114
If you would like some help you could provide some more info.

Source clone:GIT
https://github.com/wolf9466/hodlminer-wolf

./autogen.sh

Code:
configure.ac:14: installing './compile'
configure.ac:4: installing './config.guess'
configure.ac:4: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'

./configure CFLAGS="-O3"

Code:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking dependency style of gcc -std=gnu99... gcc3
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for gawk... (cached) mawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.35.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: executing depfiles commands

make

Code:
make  all-recursive
make[1]: Enter catalog `/home/username/hodlminer-wolf'
Making all in compat
make[2]: Enter catalog `/home/username/hodlminer-wolf/compat'
make[3]: Enter catalog `/home/username/hodlminer-wolf/compat'
make[3]: Target  `all-am' нe тpeбyeт выпoлнeния кoмaнд.
make[3]: exit catalog `/home/username/hodlminer-wolf/compat'
make[2]: exit catalog `/home/username/hodlminer-wolf/compat'
make[2]: Enter catalog `/home/username/hodlminer-wolf'
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-sha2.o -MD -MP -MF .deps/hodlminer-sha2.Tpo -c -o hodlminer-sha2.o `test -f 'sha2.c' || echo './'`sha2.c
mv -f .deps/hodlminer-sha2.Tpo .deps/hodlminer-sha2.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-cpu-miner.o -MD -MP -MF .deps/hodlminer-cpu-miner.Tpo -c -o hodlminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
mv -f .deps/hodlminer-cpu-miner.Tpo .deps/hodlminer-cpu-miner.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-util.o -MD -MP -MF .deps/hodlminer-util.Tpo -c -o hodlminer-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/hodlminer-util.Tpo .deps/hodlminer-util.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-hodl.o -MD -MP -MF .deps/hodlminer-hodl.Tpo -c -o hodlminer-hodl.o `test -f 'hodl.c' || echo './'`hodl.c
mv -f .deps/hodlminer-hodl.Tpo .deps/hodlminer-hodl.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-aes.o -MD -MP -MF .deps/hodlminer-aes.Tpo -c -o hodlminer-aes.o `test -f 'aes.c' || echo './'`aes.c
aes.c: In function ‘ExpandAESKey256_sub2’:
aes.c:21:2: warning: implicit declaration of function ‘_mm_aeskeygenassist_si128’ [-Wimplicit-function-declaration]
  tmp4 = _mm_aeskeygenassist_si128(*tmp1, 0x00);
  ^
aes.c:21:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp4 = _mm_aeskeygenassist_si128(*tmp1, 0x00);
       ^
aes.c: In function ‘ExpandAESKey256’:
aes.c:41:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x01);
       ^
aes.c:47:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x02);
       ^
aes.c:53:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x04);
       ^
aes.c:59:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x08);
       ^
aes.c:65:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x10);
       ^
aes.c:71:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x20);
       ^
aes.c:77:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x40);
       ^
aes.c: In function ‘AES256Core’:
aes.c:86:2: warning: implicit declaration of function ‘_mm_aesenc_si128’ [-Wimplicit-function-declaration]
  for(int i = 1; i < 14; ++i) State = _mm_aesenc_si128(State, ExpandedKey[i]);
  ^
aes.c:86:36: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  for(int i = 1; i < 14; ++i) State = _mm_aesenc_si128(State, ExpandedKey[i]);
                                    ^
aes.c:88:2: warning: implicit declaration of function ‘_mm_aesenclast_si128’ [-Wimplicit-function-declaration]
  return(_mm_aesenclast_si128(State, ExpandedKey[14]));
  ^
aes.c:88:2: error: incompatible types when returning type ‘int’ but ‘__m128i’ was expected
aes.c:89:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
make[2]: *** [hodlminer-aes.o] error 1
make[2]: exit catalog `/home/username/hodlminer-wolf'
make[1]: *** [all-recursive] error 1
make[1]: exit catalog `/home/username/hodlminer-wolf'
make: *** [all] error 2


It looks like your CPU doesn't have AES_NI support, but Intel says it does.
You didn't specify -march=native in your configure, it's worth a try. You could
also enter the follwoing command to determine which arch is native:

gcc -march=native -Q --help=target|grep march

What errors did you get with cpuminer-opt? Did you specify -march=native?

full member
Activity: 1092
Merit: 227
If you would like some help you could provide some more info.

Source clone:GIT
https://github.com/wolf9466/hodlminer-wolf

./autogen.sh

Code:
configure.ac:14: installing './compile'
configure.ac:4: installing './config.guess'
configure.ac:4: installing './config.sub'
configure.ac:6: installing './install-sh'
configure.ac:6: installing './missing'
Makefile.am: installing './INSTALL'
Makefile.am: installing './depcomp'

./configure CFLAGS="-O3"

Code:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc -std=gnu99 needs -traditional... no
checking dependency style of gcc -std=gnu99... gcc3
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... yes
checking for pthread_create in -lpthread... yes
checking for gawk... (cached) mawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.35.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: executing depfiles commands

make

Code:
make  all-recursive
make[1]: Enter catalog `/home/username/hodlminer-wolf'
Making all in compat
make[2]: Enter catalog `/home/username/hodlminer-wolf/compat'
make[3]: Enter catalog `/home/username/hodlminer-wolf/compat'
make[3]: Target  `all-am' нe тpeбyeт выпoлнeния кoмaнд.
make[3]: exit catalog `/home/username/hodlminer-wolf/compat'
make[2]: exit catalog `/home/username/hodlminer-wolf/compat'
make[2]: Enter catalog `/home/username/hodlminer-wolf'
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-sha2.o -MD -MP -MF .deps/hodlminer-sha2.Tpo -c -o hodlminer-sha2.o `test -f 'sha2.c' || echo './'`sha2.c
mv -f .deps/hodlminer-sha2.Tpo .deps/hodlminer-sha2.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-cpu-miner.o -MD -MP -MF .deps/hodlminer-cpu-miner.Tpo -c -o hodlminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
mv -f .deps/hodlminer-cpu-miner.Tpo .deps/hodlminer-cpu-miner.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-util.o -MD -MP -MF .deps/hodlminer-util.Tpo -c -o hodlminer-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/hodlminer-util.Tpo .deps/hodlminer-util.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-hodl.o -MD -MP -MF .deps/hodlminer-hodl.Tpo -c -o hodlminer-hodl.o `test -f 'hodl.c' || echo './'`hodl.c
mv -f .deps/hodlminer-hodl.Tpo .deps/hodlminer-hodl.Po
gcc -DHAVE_CONFIG_H -I.    -Wall -pthread -march=native -Ofast -flto -fuse-linker-plugin -std=gnu11  -O3 -MT hodlminer-aes.o -MD -MP -MF .deps/hodlminer-aes.Tpo -c -o hodlminer-aes.o `test -f 'aes.c' || echo './'`aes.c
aes.c: In function ‘ExpandAESKey256_sub2’:
aes.c:21:2: warning: implicit declaration of function ‘_mm_aeskeygenassist_si128’ [-Wimplicit-function-declaration]
  tmp4 = _mm_aeskeygenassist_si128(*tmp1, 0x00);
  ^
aes.c:21:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp4 = _mm_aeskeygenassist_si128(*tmp1, 0x00);
       ^
aes.c: In function ‘ExpandAESKey256’:
aes.c:41:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x01);
       ^
aes.c:47:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x02);
       ^
aes.c:53:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x04);
       ^
aes.c:59:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x08);
       ^
aes.c:65:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x10);
       ^
aes.c:71:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x20);
       ^
aes.c:77:7: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  tmp2 = _mm_aeskeygenassist_si128(tmp3, 0x40);
       ^
aes.c: In function ‘AES256Core’:
aes.c:86:2: warning: implicit declaration of function ‘_mm_aesenc_si128’ [-Wimplicit-function-declaration]
  for(int i = 1; i < 14; ++i) State = _mm_aesenc_si128(State, ExpandedKey[i]);
  ^
aes.c:86:36: error: incompatible types when assigning to type ‘__m128i’ from type ‘int’
  for(int i = 1; i < 14; ++i) State = _mm_aesenc_si128(State, ExpandedKey[i]);
                                    ^
aes.c:88:2: warning: implicit declaration of function ‘_mm_aesenclast_si128’ [-Wimplicit-function-declaration]
  return(_mm_aesenclast_si128(State, ExpandedKey[14]));
  ^
aes.c:88:2: error: incompatible types when returning type ‘int’ but ‘__m128i’ was expected
aes.c:89:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
make[2]: *** [hodlminer-aes.o] error 1
make[2]: exit catalog `/home/username/hodlminer-wolf'
make[1]: *** [all-recursive] error 1
make[1]: exit catalog `/home/username/hodlminer-wolf'
make: *** [all] error 2
legendary
Activity: 1470
Merit: 1114
Anyone can upload compiled native cpu miner for hodl linux? cant compile any source... fking errors...
(Ubuntu 14 x86_64)
Which one Wolf's?

Anyone what works on G4400.

I try complile Wolf from git - not makes... %) abrakabra))

Have you tried cpuminer-opt? (see sig)

Yup, cant build... other error. -___-

If you would like some help you could provide some more info.
full member
Activity: 1092
Merit: 227
Anyone can upload compiled native cpu miner for hodl linux? cant compile any source... fking errors...
(Ubuntu 14 x86_64)
Which one Wolf's?

Anyone what works on G4400.

I try complile Wolf from git - not makes... %) abrakabra))

Have you tried cpuminer-opt? (see sig)

Yup, cant build... other error. -___-
legendary
Activity: 1470
Merit: 1114
Anyone can upload compiled native cpu miner for hodl linux? cant compile any source... fking errors...
(Ubuntu 14 x86_64)
Which one Wolf's?

Anyone what works on G4400.

I try complile Wolf from git - not makes... %) abrakabra))

Have you tried cpuminer-opt? (see sig)
legendary
Activity: 1672
Merit: 1046
Here we go again
So?

Where's the difference? You'll have other bots, other powerminer. No change. John Doe will use GPU instead of CPU and use more power.


there wont be a botnet full of gpus or asics.
More hashrate from more PPL = fairer Distribution and higher Costs on Average.

I can live with some Gpu Farms going hard on this but 10 Guys mining 90% of all the Coins (prlly almost for free) will not work out for very long.
So funding a public GPU Miner would make sense to me.

member
Activity: 109
Merit: 11
So?

Where's the difference? You'll have other bots, other powerminer. No change. John Doe will use GPU instead of CPU and use more power.
legendary
Activity: 1672
Merit: 1046
Here we go again
Network Hashrate: 288527
this is just nuts.

you should fund an official GPU miner instead of the Cpu version.
member
Activity: 109
Merit: 11
Yes, it seems that there are some power miners. I don't care if they use botnets or have a data center in the back.

Fact is that HODL is still mineable with almost any CPU which makes it quite interesting for John Doe to get some coins and hodl them. We are still in a very early phase of this coin and the exchange rate is still low.

For my understanding it still makes sense to mine them - even with low exchange rates.

hero member
Activity: 602
Merit: 500
You can still mine some coins and with the high interest rate get some more extra coins.

Though G4400 will most likely not produce a lot of hashes per second, even though it does have AES support.
legendary
Activity: 1672
Merit: 1046
Here we go again
give it up.

there are secret gpu miners or a botnet full of nasa rigs already.
too many guys with 5-7k hashrates.
full member
Activity: 1092
Merit: 227
Anyone can upload compiled native cpu miner for hodl linux? cant compile any source... fking errors...
(Ubuntu 14 x86_64)
Which one Wolf's?

Anyone what works on G4400.

I try complile Wolf from git - not makes... %) abrakabra))
sr. member
Activity: 462
Merit: 250
Anyone can upload compiled native cpu miner for hodl linux? cant compile any source... fking errors...
(Ubuntu 14 x86_64)
Which one Wolf's?
Jump to: