Bitcoin Forum
June 29, 2024, 02:40:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 105 »
  Print  
Author Topic: [ANN] AnimeCoin [アニメコイン] ANI  (Read 192974 times)
Xamda
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
January 26, 2014, 07:44:35 PM
 #181

A world of orphans...

Not a single coin since I finally got my hands on the late wallet.
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
January 26, 2014, 07:44:54 PM
 #182

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.


holimem
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 26, 2014, 07:45:18 PM
 #183

F.U! All orphans!!Scamcoin.

all orphans after 4 comfirmed .
pmm123
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
January 26, 2014, 07:45:36 PM
 #184

bah mining at one i5 2500k and one i7 4000 and 0 blocks

help are welcome AY8Qqv537thyrZxDvVXQooWirMaGqkfWZK

||||||| ★ CATALONIACOIN |||||||

||||||| OFFICIAL THREAD★ |||||||
bykardinal
Hero Member
*****
Offline Offline

Activity: 1792
Merit: 513


<3 DeepOnion


View Profile WWW
January 26, 2014, 07:45:36 PM
 #185

Boooooooo  fest coin Cheesy

baokychen
Full Member
***
Offline Offline

Activity: 280
Merit: 100


View Profile
January 26, 2014, 07:46:41 PM
 #186

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 ?
bitwho
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
January 26, 2014, 07:47:01 PM
 #187

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
DubFX
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
January 26, 2014, 07:47:32 PM
 #188



{
"blocks" : 2158,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.68357480,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 36004,
"pooledtx" : 0,
"testnet" : false
}
PokerDoberman
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
January 26, 2014, 07:47:43 PM
 #189

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.
phriek
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 26, 2014, 07:47:55 PM
 #190

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
weedoge
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
January 26, 2014, 07:48:23 PM
 #191

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.
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

mkdir obj

Wish-nya
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 26, 2014, 07:48:51 PM
 #192

oh guys, have 14 orphans out of 14 blocks.
Make me don't cry pls
ALViidbCX3qqFfqc7vMETLX1rSsaNMSqdd
FreePls
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 26, 2014, 07:49:40 PM
 #193

its working fine with my i7 2660k, no idea why you guys are crying  Smiley

markj113
Legendary
*
Offline Offline

Activity: 2254
Merit: 1043



View Profile
January 26, 2014, 07:49:54 PM
 #194

360,448 coins up for grabs if someone wants to pm me an offer
Ya
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
January 26, 2014, 07:50:22 PM
 #195

"No premine" and 2000+ blocks already, how it's possible?
FreePls
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 26, 2014, 07:50:30 PM
 #196

oh guys, have 14 orphans out of 14 blocks.
Make me don't cry pls
ALViidbCX3qqFfqc7vMETLX1rSsaNMSqdd

this is a CPU coin, guess you are using cudaminer right now?  Grin

FreePls
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 26, 2014, 07:51:03 PM
 #197

"No premine" and 2000+ blocks already, how it's possible?

because your 50 minutes to late? i started at 50 blocks..

FaSan
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
January 26, 2014, 07:51:09 PM
 #198

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


Right, forgotten, sorry



FaSan
NUFCrichard
Legendary
*
Offline Offline

Activity: 1218
Merit: 1003


View Profile
January 26, 2014, 07:52:07 PM
 #199

anyone selling?
markj113
Legendary
*
Offline Offline

Activity: 2254
Merit: 1043



View Profile
January 26, 2014, 07:52:48 PM
 #200

anyone selling?

got 385k available
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 105 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!