Pages:
Author

Topic: [ANN][YAC] yacoin: yet another altcoin. START is now. - page 42. (Read 346684 times)

sr. member
Activity: 280
Merit: 250
Vantacor
It's funny as everyone is going geez....40YAK every 12 hours..that's it?

Remember, this is with your CPU that you weren't using and that you couldn't mine anything else with.

This is awesome.
legendary
Activity: 1484
Merit: 1005
Wheeeee

-O3 -march=core-avx-i

Code:
11:31:08

gethashespersec


11:31:08

422148
hero member
Activity: 819
Merit: 1000
Yeah, difficulty is constantly increasing and it could take up to 12 hours to find a block with 200khash/s that a 2500K gives right now... we need a pool.

ok, say you get a block in 12 hrs, a block probably worth 28 YAC. And say you were mining on a pool, you'd get about 25 YAC. For people who have solo mined before will understand as to why you get more if you solomine
hero member
Activity: 819
Merit: 1000
for people who complain they have 10 or so orphans,
Code:
root@server:~/yacoin/src# ./yacoind listtransactions "" 1000 | grep category | wc -l
505
root@server:~/yacoin/src# ./yacoind listtransactions "" 1000 | grep orphan | wc -l
192
root@server:~/yacoin/src#

as you can see, i have about 2/5 as orphans.....
hero member
Activity: 1204
Merit: 502
Vave.com - Crypto Casino
Yeah, difficulty is constantly increasing and it could take up to 12 hours to find a block with 200khash/s that a 2500K gives right now... we need a pool.
member
Activity: 76
Merit: 10
number of connections is not so important anymore, having 8 is enough to get blocks without orphans. The difficulty has adjusted enough that it takes a while for a new block to be found. (up to about 7.5 seconds right now... getting closer to 60, eh?)

using the cpuminer* download I have found a block, so I can tell you it works just fine.

* originally said cgminer... I have no cgminer for scrypt-jane
legendary
Activity: 882
Merit: 1000
I have none because of the lag with the central node and the missing UPnP option in the client, and conections where limited to 8....
7 Orphans in 5 hours.... really fair coin :/

i always have max of 8 connection. And was mining ok (well i did also get my share of orphans). UPnP IS IN THE CLIENT!!! people, PLEASE stop complaining about the orphans. Especially if you have no idea how solo mining works. how many "invalid" shares do you get on a pool? guess what, those are "orphans"! suck it up!

+1
sr. member
Activity: 310
Merit: 250
In Crypto I trust.
This coin is being promoted as an altcoin that anyone can mine with a weak processor but I don't think you'll have much success solo mining with a weak processor at this point.  I suspect many are probably mining this with powerful Xeons and the like.  I've given up solo mining on my core2 duo after hours of no luck.
hero member
Activity: 819
Merit: 1000
I have none because of the lag with the central node and the missing UPnP option in the client, and conections where limited to 8....
7 Orphans in 5 hours.... really fair coin :/

i always have max of 8 connection. And was mining ok (well i did also get my share of orphans). UPnP IS IN THE CLIENT!!! people, PLEASE stop complaining about the orphans. Especially if you have no idea how solo mining works. how many "invalid" shares do you get on a pool? guess what, those are "orphans"! suck it up!
full member
Activity: 182
Merit: 100
fml
How can I tell if Minerd is working?
member
Activity: 68
Merit: 10
I have none because of the lag with the central node and the missing UPnP option in the client, and conections where limited to 8....
7 Orphans in 5 hours.... really fair coin :/
member
Activity: 70
Merit: 10
Please stop mining this coin you are only subsidizing, with hard earned electricity, the small group who effectively pre-mined 2 million coins

has the coin been premined that much?
That sucks! someone should make a "cpu only coin" that hasnt been premined.

lol and you believe him ?

Premined 2 million coins?

I was there right from the start. Many people were mining.

It's true, some have more coins than others, I myself don't have that many because I don't posess a powerful computer.
full member
Activity: 196
Merit: 100
I'm runnung Ubuntu 12.04.2
I tried to follow the instructions below but I don't know how to compile it.
I don't know how to run it to get the "rpcuser and pass that is generated on the screen"

I'm new to linux, so it might be to hard to explain it to me...
but thanks for trying

A lot of people are asking me about this so - for Ubuntu 12 +

Go to http://novacoin.org/install/ and follow the instructions  substitute libdb4.8++-dev for libdb5.3++-dev for Ubuntu 12.10 +

Next sudo apt-get install bitcoind to load the rest of the libs you need.

Then git clone the client. In this instance git clone https://github.com/pocopoco/yacoin.git

Edit net.cpp in yacoin/src on line 28 and change
static const int MAX_OUTBOUND_CONNECTIONS = 8;
to
static const int MAX_OUTBOUND_CONNECTIONS = 1000; <--- or whatever you want 200 is probably a bit more conservative Wink 

Once compiled run the client and set the yacoin.conf 

to do that run   editor /home/"YOURUSERNAME"/.yacoin/yacoin.conf and copy the rpcuser and pass that is generated on the screen

Then run the client in daemon mode.   ./yacoind -daemon -gen -addnode=82.211.30.212

Then you can run the commands from here https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
to check the state.   The only one you really need is ./yacoind getstatus   

P.S. since 82.211.30.212 is in the EU, it would help to run a VPN etc that is in or near Germany...

If you found this useful 

YJoLsK17Z78C5dndqhh5os1mKnXcnUR2qM



check the file doc/readme-qt.rst
it's just 3 commands
newbie
Activity: 32
Merit: 0
I'm runnung Ubuntu 12.04.2
I tried to follow the instructions below but I don't know how to compile it.
I don't know how to run it to get the "rpcuser and pass that is generated on the screen"

I'm new to linux, so it might be to hard to explain it to me...
but thanks for trying

A lot of people are asking me about this so - for Ubuntu 12 +

Go to http://novacoin.org/install/ and follow the instructions  substitute libdb4.8++-dev for libdb5.3++-dev for Ubuntu 12.10 +

Next sudo apt-get install bitcoind to load the rest of the libs you need.

Then git clone the client. In this instance git clone https://github.com/pocopoco/yacoin.git

Edit net.cpp in yacoin/src on line 28 and change
static const int MAX_OUTBOUND_CONNECTIONS = 8;
to
static const int MAX_OUTBOUND_CONNECTIONS = 1000; <--- or whatever you want 200 is probably a bit more conservative Wink 

Once compiled run the client and set the yacoin.conf 

to do that run   editor /home/"YOURUSERNAME"/.yacoin/yacoin.conf and copy the rpcuser and pass that is generated on the screen

Then run the client in daemon mode.   ./yacoind -daemon -gen -addnode=82.211.30.212

Then you can run the commands from here https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list
to check the state.   The only one you really need is ./yacoind getstatus   

P.S. since 82.211.30.212 is in the EU, it would help to run a VPN etc that is in or near Germany...

If you found this useful 

YJoLsK17Z78C5dndqhh5os1mKnXcnUR2qM


full member
Activity: 196
Merit: 100
Are there any pools yet?

Not yet, we're all waiting to test one out :-)

expect it to be under heavy ddos fairly quick looking at the trends with cnc, ftc and lately ltc
member
Activity: 70
Merit: 10
Please stop mining this coin you are only subsidizing, with hard earned electricity, the small group who effectively pre-mined 2 million coins

has the coin been premined that much?
That sucks! someone should make a "cpu only coin" that hasnt been premined.

lol and you believe him ?
full member
Activity: 154
Merit: 100
Are there any pools yet?

Not yet, we're all waiting to test one out :-)
member
Activity: 70
Merit: 10
Are there any pools yet?
legendary
Activity: 882
Merit: 1000
was taking things easy until i saw interest in this coin z equal to FTC and CNC put together  Huh wtf?Huh?
full member
Activity: 196
Merit: 100
Is solomining this still profitable ?

Hard to tell until we see at what exchange price it stabilizes. A block now is 30 YACs, if it was priced like NVC and you got one block a day, that would be 1 BTC a day.

There must be a herd/block of YACs running through the network right now! And there were flocking into my wallet!
I didn't get anything for 6h and within the last 1h I got several blocks. Maybe it's because I've been reading the thread and thinking about YACs a lot?  Wink   To be honest, I'm quite puzzled by this inconsistency. Might be about network latency or whatever, I don't know.

it's random, so you might get 10 blocks in 1 day and nothing for 9days
if you calculate the probability it's 1 block a day. that's basic math...
but good for you  Grin
Pages:
Jump to: