Pages:
Author

Topic: [ANN][YAC][HOWTO] Howto mine yacoin - page 7. (Read 41112 times)

hero member
Activity: 602
Merit: 500
May 08, 2013, 07:11:45 AM
#14
try appending arguments with...

-addnode=76.115.8.101

my client is going to be up for awhile.

added Smiley
newbie
Activity: 56
Merit: 0
May 08, 2013, 07:09:46 AM
#13
try appending arguments with...

-addnode=76.115.8.101

my client is going to be up for awhile.

YAC: YB983sKHcfrRuzVgayyTjHWywhoNzHPU1x

YAC FTW GL HF DD  Grin
hero member
Activity: 630
Merit: 502
May 08, 2013, 07:02:42 AM
#12
With 41kHash /sec am I wasting my time even bothering?

Most likely yes but you never know. You may get lucky. I started 3 computers on it (2 desktops and 1 laptop) and managed to find 2 blocks. nothing in the last hour and a half so I'm not wasting any further time on it.

Quote
Also, how can I tell when I win something through the YAClient?

Well you may get mined notifications but chances are most of them will be orphans. You'll maybe get 1 in 10 notifications maturing if you're lucky.
sr. member
Activity: 406
Merit: 250
The cryptocoin watcher
May 08, 2013, 06:58:22 AM
#11
With 41kHash /sec am I wasting my time even bothering? Also, how can I tell when I win something through the YAClient?

No, my i5 2500k gets 100-200 kHash/s. When you win a block it will show as a transaction pop-up labeled "Mining", then it'll show a clock in the transactions list if it's approved and it's being confirmed.
hero member
Activity: 490
Merit: 500
May 08, 2013, 06:46:21 AM
#10
With 41kHash /sec am I wasting my time even bothering? Also, how can I tell when I win something through the YAClient?
hero member
Activity: 602
Merit: 500
May 08, 2013, 06:45:07 AM
#9
That's not true, cpuminer seems to work fine too.

Have you blocked with it yet? I am firing 150KH/s with it now.. no luck yet
newbie
Activity: 42
Merit: 0
May 08, 2013, 06:42:19 AM
#8
That's not true, cpuminer seems to work fine too.
sr. member
Activity: 406
Merit: 250
The cryptocoin watcher
May 08, 2013, 06:41:23 AM
#7
I got the run thing from someone else and used one node, I got 8 active connections, does that mean it's mining?

Go to Help menu, Debug window, select the tab Console, type gethashespersec in the bottom textbox.
hero member
Activity: 672
Merit: 500
May 08, 2013, 06:26:34 AM
#6
I got the run thing from someone else and used one node, I got 8 active connections, does that mean it's mining?
hero member
Activity: 490
Merit: 500
May 08, 2013, 06:24:33 AM
#5
So I opened CMD, and typed:

C:\*file-location*\yacoin-qt.exe -gen -addnode=82.211.30.212 -addnode=192.168.1.237 -addnode=54.217.249.235 -addnode=54.217.249.230 -addnode=54.217.249.229 -addnode=54.217.249.139 -addnode=54.217.249.230
 

And YACoin opened, but I'm still seeing 0 active connections.. Did I do it right?
hero member
Activity: 602
Merit: 500
May 08, 2013, 06:19:15 AM
#4
I had problems until i added a working -addnode also on my windows client.
hero member
Activity: 490
Merit: 500
May 08, 2013, 06:18:10 AM
#3
For some reason I can't get any active connections with YAC.

I have used CNC, LTC, BTC, BQC wallets with no hassle so far.

ANy ideas? Can't even sync my wallet.
member
Activity: 229
Merit: 45
May 08, 2013, 06:12:11 AM
#2
Which program i need for this?
(w7)
hero member
Activity: 602
Merit: 500
May 08, 2013, 06:09:58 AM
#1
See official thread here

Will update the infomation as questions come in

Currently yacoin only allows mining through offical client, until someone hacks cgminer etc.

Download:
Source : https://github.com/pocopoco/yacoin
Windows QT : https://mega.co.nz/#!UowEmZYS!AAK7DVwYoTqy96oTRzUaLCS0UMsAfosJiRQmBn1jzcA

How to start in windows: ( With Extra seed nodes )
Code:
yacoin-qt.exe -gen -addnode=82.211.30.212 -addnode=76.115.8.101 -addnode=192.168.1.237 -addnode=54.217.249.235 -addnode=54.217.249.230 -addnode=54.217.249.229 -addnode=54.217.249.139 -addnode=54.217.249.230

(Optional/Problems) Control CPU usage: ( Add this to the command line above )
Code:
-genproclimit=1

How to compile on linux with git source: (Command line only)
Code:
cd ~/ ; git clone https://github.com/pocopoco/yacoin.git ; cd ~/yacoin/src ; make -j4 -f makefile.unix USE_UPNP=- ; mv yacoind ~/ ; rm -Rf ~/yacoin ; mkdir ~/.yacoin ; cd ~/

Pages:
Jump to: