Does yam miner work with any AEON pools or "cryptonight-light" minerd is the only one CPU miner working?
I don't think anyone ported that one. Is the source available ? I know those have been ported: tsiv's, wolf's, Lucas Jones'. In any case, if you find a pool whre you can mine with a non ported miner, you'd be hashing for nothing.
I have some older glibc (2.11) thus I cannot compile minerd.
I can't see a good reason why this should be so. What error are you getting ?
It looks like a problem with my gcc version:
cc1: error: invalid option argument ‘-Ofast’
cc1: error: unrecognized command line option "-flto"
cc1: error: unrecognized command line option "-fuse-linker-plugin"
cc1: error: unrecognized command line option "-ftree-loop-if-convert-stores"
After removing these CFLAGS I am getting this:
cryptonight_aesni.c:8: error: expected ‘)’ before ‘*’ token
cryptonight_aesni.c:21: error: expected ‘)’ before ‘*’ token
cryptonight_aesni.c: In function ‘ExpandAESKey256’:
cryptonight_aesni.c:40: error: ‘__m128i’ undeclared (first use in this function)
cryptonight_aesni.c:40: error: (Each undeclared identifier is reported only once
cryptonight_aesni.c:40: error: for each function it appears in.)
cryptonight_aesni.c:40: error: expected ‘;’ before ‘tmp1’
cryptonight_aesni.c:42: error: ‘keys’ undeclared (first use in this function)
cryptonight_aesni.c:42: error: expected expression before ‘)’ token
cryptonight_aesni.c:44: error: ‘tmp1’ undeclared (first use in this function)
cryptonight_aesni.c:44: warning: implicit declaration of function ‘_mm_load_si128’
cryptonight_aesni.c:44: error: expected expression before ‘)’ token
cryptonight_aesni.c:45: error: ‘tmp3’ undeclared (first use in this function)
cryptonight_aesni.c:45: error: expected expression before ‘)’ token
cryptonight_aesni.c:47: error: ‘tmp2’ undeclared (first use in this function)
cryptonight_aesni.c:47: warning: implicit declaration of function ‘_mm_aeskeygenassist_si128’
cryptonight_aesni.c:48: warning: implicit declaration of function ‘ExpandAESKey256_sub1’
cryptonight_aesni.c:50: warning: implicit declaration of function ‘ExpandAESKey256_sub2’
cryptonight_aesni.c: In function ‘cryptonight_hash_ctx’:
cryptonight_aesni.c:90: warning: passing argument 3 of ‘keccak’ from incompatible pointer type
cryptonight_aesni.c:96: warning: implicit declaration of function ‘memcpy’
cryptonight_aesni.c:96: warning: incompatible implicit declaration of built-in function ‘memcpy’
cryptonight_aesni.c:100: error: ‘__m128i’ undeclared (first use in this function)
cryptonight_aesni.c:100: error: ‘longoutput’ undeclared (first use in this function)
cryptonight_aesni.c:100: error: ‘expkey’ undeclared (first use in this function)
cryptonight_aesni.c:100: error: ‘xmminput’ undeclared (first use in this function)
cryptonight_aesni.c:101: error: expected expression before ‘)’ token
cryptonight_aesni.c:102: error: expected expression before ‘)’ token
cryptonight_aesni.c:103: error: expected expression before ‘)’ token
cryptonight_aesni.c:112: warning: implicit declaration of function ‘_mm_aesenc_si128’
cryptonight_aesni.c:121: warning: implicit declaration of function ‘_mm_store_si128’
cryptonight_aesni.c:137: error: expected ‘;’ before ‘b_x’
cryptonight_aesni.c:145: error: expected ‘;’ before ‘c_x’
cryptonight_aesni.c:146: error: expected ‘;’ before ‘a_x’
cryptonight_aesni.c:148: error: ‘c_x’ undeclared (first use in this function)
cryptonight_aesni.c:148: error: ‘a_x’ undeclared (first use in this function)
cryptonight_aesni.c:150: error: expected expression before ‘)’ token
cryptonight_aesni.c:153: error: ‘b_x’ undeclared (first use in this function)
cryptonight_aesni.c:153: warning: implicit declaration of function ‘_mm_xor_si128’
cryptonight_aesni.c:154: error: expected expression before ‘)’ token
cryptonight_aesni.c:175: warning: initialization from incompatible pointer type
cryptonight_aesni.c:218: warning: passing argument 1 of ‘keccakf’ from incompatible pointer type
make[2]: *** [minerd-cryptonight_aesni.o] Error 1
I can compile on newer version of the distro but then I am getting mentioned gcc prob:
./minerd: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./minerd)
Any ideas?
Solved. Updated GCC and now it compiles.