Pages:
Author

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

newbie
Activity: 41
Merit: 0
January 26, 2014, 03:47:55 PM
it wont compile in linux


Working fine to me :


Ubuntu Server 12.04 x64

Code:
sudo su -
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y autoconf automake libtool yasm m4
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev  libboost-all-dev
git clone https://github.com/Animecointeam/Animecoin
cd animecoin/src/
make -f makefile.unix USE_PNP=-
strip animecoind
mv animecoind /usr/local/bin/
mkdir /root/.animecoin
cd /root/.animecoin/
vi animecoin.conf

my animecoin.conf :

Code:
server=1
daemon=1
rpcuser=youruser
rpcpassword=yourpass
rpcallowip=127.0.0.1
logtimestamps=1
gen=1
genproclimit=-1


start with : animecoind


Error compiling!!!

alert.cpp:268:1: fatal error: opening dependency file obj/alert.d: No such file or directory

any ideas?? I got the source from github official

FaSan

in animecoin/src/ :

mkdir obj
member
Activity: 70
Merit: 10
January 26, 2014, 03:47:43 PM
Quote
Error compiling!!!

alert.cpp:268:1: fatal error: opening dependency file obj/alert.d: No such file or directory

any ideas?? I got the source from github official

FaSan

Same here.
sr. member
Activity: 434
Merit: 250
January 26, 2014, 03:47:32 PM


{
"blocks" : 2158,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.68357480,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 36004,
"pooledtx" : 0,
"testnet" : false
}
legendary
Activity: 1274
Merit: 1000
January 26, 2014, 03:47:01 PM
hmmm normal pc owners will get nothing as usual.

being smelter proof only puts you at the mercy of huge vps clusters and botnets even more.

Does minerd even work with this? there is yet no standalone miner?

being strip mined right now by powerful multicore machines that were on standby.

Let's ask ourselves this question

What is the point of cpu only coins?  is it really so everyone with a cpu or normal pc has a fair chance to mine some???

NO

If so why not make it scrypt jane with huge starting N factor?  or something that requires large ram to rule out cheap vps nodes

why make the low diff starting blocks so high value?

even smelter gives at least gpu owners some chance against botnets and cheap vps nodes?

this coin is okay no huge premine, but still there is no progress here. Has it forked already?

come on coin devs let's start progressing in coin design.



not that i dont think cpu coins are made fair to mine, but it seems like you want the coin to be less minable for everyone else and more easy for you
full member
Activity: 280
Merit: 100
January 26, 2014, 03:46:41 PM
it wont compile in linux


Working fine to me :


Ubuntu Server 12.04 x64

Code:
sudo su -
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y autoconf automake libtool yasm m4
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev  libboost-all-dev
git clone https://github.com/Animecointeam/Animecoin
cd animecoin/src/
make -f makefile.unix USE_PNP=-
strip animecoind
mv animecoind /usr/local/bin/
mkdir /root/.animecoin
cd /root/.animecoin/
vi animecoin.conf

my animecoin.conf :

Code:
server=1
daemon=1
rpcuser=youruser
rpcpassword=yourpass
rpcallowip=127.0.0.1
logtimestamps=1
gen=1
genproclimit=-1


start with : animecoind


FaSan

How do we check our balance after ./animecoind ?
hero member
Activity: 1792
Merit: 513
<3 DeepOnion
January 26, 2014, 03:45:36 PM
Boooooooo  fest coin Cheesy
full member
Activity: 182
Merit: 100
January 26, 2014, 03:45:36 PM
bah mining at one i5 2500k and one i7 4000 and 0 blocks

help are welcome AY8Qqv537thyrZxDvVXQooWirMaGqkfWZK
newbie
Activity: 11
Merit: 0
January 26, 2014, 03:45:18 PM
F.U! All orphans!!Scamcoin.

all orphans after 4 comfirmed .
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
January 26, 2014, 03:44:54 PM
hmmm normal pc owners will get nothing as usual.

being smelter proof only puts you at the mercy of huge vps clusters and botnets even more.

Does minerd even work with this? there is yet no standalone miner?

being strip mined right now by powerful multicore machines that were on standby.

Let's ask ourselves this question

What is the point of cpu only coins?  is it really so everyone with a cpu or normal pc has a fair chance to mine some???

NO

If so why not make it scrypt jane with huge starting N factor?  or something that requires large ram to rule out cheap vps nodes

why make the low diff starting blocks so high value?

even smelter gives at least gpu owners some chance against botnets and cheap vps nodes?

this coin is okay no huge premine, but still there is no progress here. Has it forked already?

come on coin devs let's start progressing in coin design. If you can modify the qrk algo then you can change the block reward to stop a few super miners sucking up all the easy blocks and leaving scraps for the rest of the folks.

sr. member
Activity: 266
Merit: 250
January 26, 2014, 03:44:35 PM
A world of orphans...

Not a single coin since I finally got my hands on the late wallet.
newbie
Activity: 59
Merit: 0
January 26, 2014, 03:44:10 PM
is linux miner working on mac?
hero member
Activity: 577
Merit: 500
January 26, 2014, 03:43:36 PM
it wont compile in linux


Working fine to me :


Ubuntu Server 12.04 x64

Code:
sudo su -
apt-get install -y git make g++ build-essential dos2unix
apt-get install -y autoconf automake libtool yasm m4
apt-get install -y libminiupnpc-dev libdb++-dev libgmp-dev libssl-dev  libboost-all-dev
git clone https://github.com/Animecointeam/Animecoin
cd animecoin/src/
make -f makefile.unix USE_PNP=-
strip animecoind
mv animecoind /usr/local/bin/
mkdir /root/.animecoin
cd /root/.animecoin/
vi animecoin.conf

my animecoin.conf :

Code:
server=1
daemon=1
rpcuser=youruser
rpcpassword=yourpass
rpcallowip=127.0.0.1
logtimestamps=1
gen=1
genproclimit=-1


start with : animecoind


Error compiling!!!

alert.cpp:268:1: fatal error: opening dependency file obj/alert.d: No such file or directory

any ideas?? I got the source from github official

FaSan
hero member
Activity: 1792
Merit: 513
<3 DeepOnion
January 26, 2014, 03:42:41 PM
lol, ctrl +c
member
Activity: 112
Merit: 10
January 26, 2014, 03:42:35 PM
ANIMECOIN アニメコイン


Mine&Pools ლ(●ↀωↀ●)ლ:
https://mega.co.nz/#!xMtQQRAa!TpGq4uRSZ2QwY3aqGFTf5Jp-gqgEHiMYRkLDnZ6p2B8 – Standalone miner for Linux. Win version is not compiled yet
Link – Source




SHIT ,SCAM,FUCK
WHERE WIN?

Another unfair launch
newbie
Activity: 56
Merit: 0
January 26, 2014, 03:42:31 PM
Linux dedicated miner is going to kill the uber-slow win-wallet-miners Smiley

Yup. Should not have released linux dedicated miner without releasing windows dedicated miner. Gave linux users huge advantage.
member
Activity: 76
Merit: 10
January 26, 2014, 03:42:04 PM
Love this coin & love Anime nyaa!

ALFs2VM3AiHaoVHUwgFGHEubKHaAHnhBZF
sr. member
Activity: 253
Merit: 250
Let's Boolberry
January 26, 2014, 03:40:08 PM
ANIMECOIN アニメコイン


Mine&Pools ლ(●ↀωↀ●)ლ:
https://mega.co.nz/#!xMtQQRAa!TpGq4uRSZ2QwY3aqGFTf5Jp-gqgEHiMYRkLDnZ6p2B8 – Standalone miner for Linux. Win version is not compiled yet
Link – Source




SHIT ,SCAM,FUCK
WHERE WIN?
legendary
Activity: 1218
Merit: 1003
January 26, 2014, 03:39:34 PM
Just orphans for me,
ARtNJbuReMoAm4uXnjvY98LzgssizEBJb5
member
Activity: 112
Merit: 10
January 26, 2014, 03:39:15 PM
Linux dedicated miner is going to kill the uber-slow win-wallet-miners Smiley
member
Activity: 62
Merit: 10
January 26, 2014, 03:37:58 PM
how i can write -t 3?HuhHuhHuh??
Pages:
Jump to: