Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AnimeCoin [アニメコイン]
by
fr33th
on 27/01/2014, 11:46:15 UTC
optimizaded cpu miner for AnimeCoin (based on https://github.com/uncle-bob/quarkcoin-cpuminer)
source code:
https://github.com/ig0tik3d/animecoin-cpuminer

win64 binary
https://mega.co.nz/#!rQ52ADaS!ekvjHc4aKBxwjtg6Eq6gxRONjxF00aIQH22ArBMEum8
or
https://drive.google.com/file/d/0B9cvOfoOekSdTlA4eFhTc2kyRG8/edit?usp=sharing
example start
Code:
minerd -a anime -o stratum+tcp://pool:port -u workername -p workerpass
p.s. please dont write about virus...
p.s.s. if you found mistakes in code , please p.m. me..

donations Aab66pLd2sx8iKAGX8jYjNpEDkZjjbWWPp
enjoy Smiley

Cannot compile on Mac OSX. Getting the following error:

grso-asm.c:905:32-bit absolute addressing is not supported for x86-64
grso-asm.c:905:cannot do signed 4 byte relocation
grso-asm.c:906:32-bit absolute addressing is not supported for x86-64
grso-asm.c:906:cannot do signed 4 byte relocation
grso-asm.c:910:32-bit absolute addressing is not supported for x86-64
grso-asm.c:910:cannot do signed 4 byte relocation
grso-asm.c:911:32-bit absolute addressing is not supported for x86-64
grso-asm.c:911:cannot do signed 4 byte relocation
grso-asm.c:916:suffix or operands invalid for `movq'
grso-asm.c:917:suffix or operands invalid for `movq'
make[2]: *** [minerd-anime.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Can anyone help please?