Pages:
Author

Topic: [ANN] AnimeCoin [アニメコイン] ANI - page 80. (Read 193012 times)

newbie
Activity: 40
Merit: 0
January 27, 2014, 02:38:45 AM
OK here's a quick way to get a few droplets running on digital ocean:

Currently only the official miner is working, will update when improved version is good to go.

Sign up at https://www.digitalocean.com/?refcode=09b6de6e0fc8

Create a droplet:

Set the host name
Select the cheapest $5/mo (or most expensive if you like)
Select "Debian 7.0 x64" which is Debian under the Linux Distributions tab
Once created, you will receive an email with the IP address, username, and password.

Download putty from here: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Enter the IP address of the server and connect.

Login with the details provided in the email.

Then paste in the following (line by line if you like)

Code:
sudo apt-get update
apt-get -y install automake autoconf build-essential bc curl dos2unix fail2ban git haveged
apt-get -y install libboost-all-dev libcurl4-openssl-dev libdb++-dev libleveldb-dev libminiupnpc-dev libssl-dev m4 nano unzip vim
update-rc.d haveged defaults
service haveged start
dd if=/dev/zero of=/swapfile bs=64M count=16
mkswap /swapfile
swapon /swapfile
git clone https://github.com/Animecointeam/Anime-CPUMiner
cd Anime-CPUMiner/
./autogen.sh
./configure CFLAGS="-O3"
make
cp ./minerd /usr/local/bin/
apt-get -y install supervisor
mkdir -p /var/log/supervisor

touch /etc/supervisor/conf.d/anime.conf

Then edit the file with:

Code:
nano /etc/supervisor/conf.d/anime.conf

Paste in the following remembering to change the pool (-o), worker or address (-u) and password (-p)

Code:
[program:anime]
command=/usr/local/bin/minerd -a anime -o POOL -u WORKER_USERNAME -p WORKER_PASSWORD
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
autorestart=true

Press control-x and save

Code:
service supervisor start

This will start the mining. You can then monitor with:

Code:
tail -f /var/log/supervisor/anime.log

Check everything looks ok, then shutdown the droplet:

Code:
shutdown now -h

This will terminate the putty session.

Go back to the control panel on digitalocean, and create a snapshot.

You can then create 4 more droplets from this image. If you have unique worker names, you'll have to login and change them using the nano command above.

Now you have some hashes.
hero member
Activity: 966
Merit: 1003
January 27, 2014, 02:26:30 AM
WTB 100k for 0.025 BTC

Still wanna buy - up to 200k. Smiley
hero member
Activity: 781
Merit: 501
January 27, 2014, 02:14:39 AM
try http://ani.minepool.cc/ ang megapool.com Undecided
full member
Activity: 280
Merit: 100
January 27, 2014, 02:12:39 AM
Selling animecoin

100k equal 0.08
200k equal 0.15

More please pm your offer.BTC

The coin of tommorow as anime never dies.

okay to deal in small chunk/reputable middleman/escrow

Already sold 409 000 coin to date.
member
Activity: 112
Merit: 10
January 27, 2014, 01:50:52 AM
NEW ANI POOL https://ani.updamoon.com LAUNCHED!  1% Fee

TIPS: Because of source code version issue. (developer update source code plz), POOL CAN NOT DISPLAY Network Hashrate, KEEP MINING!


Why mine at updamoon.com?

  • 24 hours availability mining.
  • Secondary mining url:
    • stratum+tcp://mining.updamoon.com:9007
    • stratum+tcp://mining.updamoon.net:9007
  • Optimized website access speed for global users.
  • SSL protection users's privacy and password. 95% of pools do not. (HTTPS)
  • We value customer feedback


JOIN US!!!
UPDAMOON.COM STABLE AND SECURITY!


Fuckkkkkk, modified quark algo!!!
No one can be build a new pool.

Would you like this coin with only ONE pool ?

Scammmmmmmmmmmm coin.

I will drop pool ani.updamoon.com !


Source code based of Sotashi-0.8.3.1, very old codebase. (Maybe developer self built pool use newly client)
No one like this.
hero member
Activity: 658
Merit: 502
January 27, 2014, 01:45:40 AM
I've port the quark miner from UncleBob (cpu optimized) to Anime.

Result : + 40% of cpu hash power ;-)

github.com/FaSan/animecoin-cpuminer

FaSan

the speed is truely +40%, but all is rejected, only abot 5% sharre accepted lol lol


I've update the algo, check it

Hey Fasan,

Can you link the updated address to download your miner?


Some problems to fix on this miner. I will fix it and after publish again. Sorry  Smiley



FaSan
hero member
Activity: 644
Merit: 500
Bcnex - The Ultimate Blockchain Trading Platform
January 27, 2014, 01:43:27 AM
I've port the quark miner from UncleBob (cpu optimized) to Anime.

Result : + 40% of cpu hash power ;-)

github.com/FaSan/animecoin-cpuminer

FaSan

the speed is truely +40%, but all is rejected, only abot 5% sharre accepted lol lol


I've update the algo, check it

Hey Fasan,

Can you link the updated address to download your miner?
newbie
Activity: 26
Merit: 0
January 27, 2014, 01:31:03 AM
If you really want in you can mine on a VPS.  2CPU droplets at Digital Ocean are producing 90 Khash/s.
They don't take btc or I would.
newbie
Activity: 49
Merit: 0
January 27, 2014, 01:30:02 AM
If you really want in you can mine on a VPS.  2CPU droplets at Digital Ocean are producing 90 Khash/s.
newbie
Activity: 26
Merit: 0
January 27, 2014, 01:20:07 AM
So that got me this far.
/usr/lib/gcc/i686-linux-gnu/4.6/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
In file included from anime.c:15:0:
...
make: *** [all] Error 2

See instructions here: https://github.com/Animecointeam/Anime-CPUMiner/

Code:
Basic *nix build instructions:
./autogen.sh # only needed if building from git repo
./nomacro.pl # only needed if building on Mac OS X or with Clang
./configure CFLAGS="-O3"
make

SteeleMiner
AYProVUSzUBXaNBMSezx1CuHHa4fm54XBP
Done all that. I really think it's a hardware issue. I'll be happy when my new pc ships.
newbie
Activity: 49
Merit: 0
January 27, 2014, 01:17:29 AM
So that got me this far.
/usr/lib/gcc/i686-linux-gnu/4.6/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
In file included from anime.c:15:0:
...
make: *** [all] Error 2

See instructions here: https://github.com/Animecointeam/Anime-CPUMiner/

Code:
Basic *nix build instructions:
./autogen.sh # only needed if building from git repo
./nomacro.pl # only needed if building on Mac OS X or with Clang
./configure CFLAGS="-O3"
make

SteeleMiner
AYProVUSzUBXaNBMSezx1CuHHa4fm54XBP
newbie
Activity: 26
Merit: 0
January 27, 2014, 01:11:06 AM
So that got me this far.
/usr/lib/gcc/i686-linux-gnu/4.6/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"


What cpu ? SSE2 is really the minimum required, I think
I have a chromebook with an intel N570 atom. The wallet claims to be mining.
hero member
Activity: 658
Merit: 502
January 27, 2014, 12:59:42 AM
I've port the quark miner from UncleBob (cpu optimized) to Anime.

Result : + 40% of cpu hash power ;-)

github.com/FaSan/animecoin-cpuminer

FaSan

the speed is truely +40%, but all is rejected, only abot 5% sharre accepted lol lol


I've update the algo, check it
hero member
Activity: 658
Merit: 502
January 27, 2014, 12:59:20 AM
So that got me this far.
/usr/lib/gcc/i686-linux-gnu/4.6/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"


What cpu ? SSE2 is really the minimum required, I think
newbie
Activity: 26
Merit: 0
January 27, 2014, 12:49:58 AM
Every miner hangs at the same error.
./configure: line 5519: syntax error near unexpected token `,'
./configure: line 5519: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
Have tried installing libcurl serveral times.



Code:
apt-get install libcurl4-gnutls-dev


or


Code:
apt-get install libcurl4-openssl-dev

Tried the first and nothing, then the second and still nothing. I have no clue what the problem is.


You have to start again with ./autogen.sh after install the lib.
So that got me this far.
/usr/lib/gcc/i686-linux-gnu/4.6/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
In file included from anime.c:15:0:
jh_sse2_opt64.h:30:1: error: unknown type name ‘__m128i’
In file included from anime.c:15:0:
jh_sse2_opt64.h: In function ‘jhF8’:
jh_sse2_opt64.h:248:7: warning: implicit declaration of function ‘_mm_xor_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:248:7: warning: implicit declaration of function ‘_mm_load_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:248:12: error: ‘__m128i’ undeclared (first use in this function)
jh_sse2_opt64.h:248:12: note: each undeclared identifier is reported only once for each function it appears in
jh_sse2_opt64.h:248:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:250:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:252:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:254:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_set1_epi8’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_andnot_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_and_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_or_si128’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_srli_epi16’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:264:13: warning: implicit declaration of function ‘_mm_slli_epi16’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:265:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:265:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:265:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:265:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:266:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:266:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:266:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:266:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:267:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:267:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:267:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:267:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:268:13: warning: implicit declaration of function ‘_mm_slli_epi32’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:268:13: warning: implicit declaration of function ‘_mm_srli_epi32’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:269:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:269:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:269:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:269:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:269:13: warning: implicit declaration of function ‘_mm_shuffle_epi32’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:269:13: warning: implicit declaration of function ‘_MM_SHUFFLE’ [-Wimplicit-function-declaration]
jh_sse2_opt64.h:270:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:270:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:270:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:270:13: error: expected expression before ‘)’ token
jh_sse2_opt64.h:279:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:281:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:283:12: error: expected expression before ‘)’ token
jh_sse2_opt64.h:285:12: error: expected expression before ‘)’ token
anime.c: In function ‘animehash’:
anime.c:95:13: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
anime.c:124:13: error: ‘__m128i’ undeclared (first use in this function)
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:13: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: warning: right shift count >= width of type [enabled by default]
anime.c:124:1: warning: right shift count >= width of type [enabled by default]
anime.c:124:1: warning: right shift count >= width of type [enabled by default]
anime.c:124:1: warning: right shift count >= width of type [enabled by default]
anime.c:124:1: warning: implicit declaration of function ‘_mm_store_si128’ [-Wimplicit-function-declaration]
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
anime.c:124:1: error: expected expression before ‘)’ token
make[2]: *** [minerd-anime.o] Error 1
make[2]: Leaving directory `/home/korzan/animecoin-cpuminer-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/korzan/animecoin-cpuminer-master'
make: *** [all] Error 2
hero member
Activity: 658
Merit: 502
January 27, 2014, 12:49:28 AM

Ok I've not tell lies  Cheesy Cheesy

But check better, to me looking fine (I've try to megapools, what pool have you used ?)

http://ani.minepool.cc/ here fasan



Ok let me to see  Smiley
sr. member
Activity: 253
Merit: 250
Let's Boolberry
January 27, 2014, 12:47:20 AM
whole booooo!
what a  fuck mine tool?

NOT Quark.

This one, modified quark algo. https://mega.co.nz/#!yUh2zRiL!npKAiCJ-2_JP9SnEbZy1yaQJTslXS04MGQWD9O2MyEQ


I've got and use this mine tool,bat file as mined -a anime begin,
So I said that a failure launch,unfair
hero member
Activity: 781
Merit: 501
January 27, 2014, 12:45:55 AM

Ok I've not tell lies  Cheesy Cheesy

But check better, to me looking fine (I've try to megapools, what pool have you used ?)

http://ani.minepool.cc/ here fasan
full member
Activity: 140
Merit: 100
http://www.megapools.org
January 27, 2014, 12:39:34 AM
Every miner hangs at the same error.
./configure: line 5519: syntax error near unexpected token `,'
./configure: line 5519: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,'
Have tried installing libcurl serveral times.



Code:
apt-get install libcurl4-gnutls-dev


or


Code:
apt-get install libcurl4-openssl-dev

Tried the first and nothing, then the second and still nothing. I have no clue what the problem is.


You have to start again with ./autogen.sh after install the lib.
newbie
Activity: 40
Merit: 0
January 27, 2014, 12:21:14 AM
difficulty to the moon already
Pages:
Jump to: