Pages:
Author

Topic: YACoin - cpuminer released. Very soon pools will be availaible for this coin - page 6. (Read 28659 times)

member
Activity: 70
Merit: 10
Maybe a stupid question but do you need a special software for this.

Iv made yacoin.conf

iv made a bat file with :

yacoin-qt.exe -server

./minerd -o http://127.0.0.1:9323 -u wesjuhnl -p x -a scrypt-jane

but nothing happends

U have to specify the listening port and make sure it's not blocked in your firewall

Quote
rpcuser=randomuser
rpcpassword=yourgivenpassword
addnode=82.211.30.212
addnode=78.21.9.49
addnode=88.204.169.242
rpcallowip=127.0.0.1
rpcallowip=[any ip that will be mining on your server]
rpcport=9323
port=7688
daemon=1
server=1
gen=0
full member
Activity: 154
Merit: 100
Any news about a pool? I'd like to give this coin a try, transactions are incredibly fast.
member
Activity: 112
Merit: 10
Maybe a stupid question but do you need a special software for this.

Iv made yacoin.conf

iv made a bat file with :

yacoin-qt.exe -server

./minerd -o http://127.0.0.1:9323 -u wesjuhnl -p x -a scrypt-jane

but nothing happends
full member
Activity: 154
Merit: 100
[2013-05-09 16:27:05] thread 23: 106043 hashes, 21.19 khash/s

so... 21 x 24 khashes then I guess..about the same as with the builtin miner
member
Activity: 115
Merit: 10
NoHoooo
full member
Activity: 182
Merit: 100
great Smiley

[2013-05-09 16:57:06] thread 0: 49344 hashes, 9.86 khash/s
[2013-05-09 16:57:06] thread 1: 49404 hashes, 9.86 khash/s
[2013-05-09 16:57:06] thread 2: 48432 hashes, 9.66 khash/s
[2013-05-09 16:57:06] thread 3: 49200 hashes, 9.84 khash/s

getting on 3570k @stock ubuntu server 13x64

on windows7x64 i got about 60% hashrate above

That's quite low. I'm getting almost 50kh/s per thread with an i5-3570.

?

About 25KH/s per thread on a 2500K @ 4.6GHz. Win version must be lousy.
hero member
Activity: 1204
Merit: 502
Vave.com - Crypto Casino
getting 200khash/s out of a 2500K on a Linux VM 64 bits.
newbie
Activity: 28
Merit: 0
how to get the yacoin.conf?

Can't set up one... although I have the wallet already..

Thx!
hero member
Activity: 728
Merit: 500
cryptoshark
ubuntu 13 server 64bit, 4GHz/core, 3570k, z77 extreme4 Smiley
full member
Activity: 202
Merit: 100
Ok i am noob

-a scrypt-jane
forgot

now getting 66.5 /thread Smiley

Smiley

32bit Windows is it?
hero member
Activity: 728
Merit: 500
cryptoshark
Ok i am noob

-a scrypt-jane
forgot

now getting 66.5 /thread Smiley

Smiley
hero member
Activity: 728
Merit: 500
cryptoshark
Ok i oced to 4200 i am getting 11.5k/thread

i think this is related to my memory bus cause i have temporarly only one stick@1600@9-9-9-9 so it is single channel

am i right ?
hero member
Activity: 728
Merit: 500
cryptoshark
are you using virtualbox ?
my cpu is stock

and how it is possible to get 50khs/thread ?
u should have about 50 total or i am missing something ?
sr. member
Activity: 657
Merit: 250
great Smiley

[2013-05-09 16:57:06] thread 0: 49344 hashes, 9.86 khash/s
[2013-05-09 16:57:06] thread 1: 49404 hashes, 9.86 khash/s
[2013-05-09 16:57:06] thread 2: 48432 hashes, 9.66 khash/s
[2013-05-09 16:57:06] thread 3: 49200 hashes, 9.84 khash/s

getting on 3570k @stock ubuntu server 13x64

on windows7x64 i got about 60% hashrate above

That's quite low. I'm getting almost 50kh/s per thread with an i5-3570.
hero member
Activity: 728
Merit: 500
cryptoshark
great Smiley

[2013-05-09 16:57:06] thread 0: 49344 hashes, 9.86 khash/s
[2013-05-09 16:57:06] thread 1: 49404 hashes, 9.86 khash/s
[2013-05-09 16:57:06] thread 2: 48432 hashes, 9.66 khash/s
[2013-05-09 16:57:06] thread 3: 49200 hashes, 9.84 khash/s

getting on 3570k @stock ubuntu server 13x64

on windows7x64 i got about 60% hashrate above
member
Activity: 70
Merit: 10
So it's simple.

If you're using linux, first make sure you have libcurl install, you can get this by installing

Quote
apt-get install libcurl-dev for ubuntu and debian users
yum install curl-devel for the rest

For compiling in linux, the steps are:

Quote
git clone https://github.com/ali1234/cpuminer

cd cpuminer

./autogen.sh

./configure CFLAGS="-O3"

make

make install

Then to run it, you need to have the daemon running.

An example of ~/root/.yacoin/yacoin.conf:

Quote
rpcuser=randomuser
rpcpassword=yourgivenpassword
addnode=82.211.30.212
addnode=78.21.9.49
addnode=88.204.169.242
rpcallowip=127.0.0.1
rpcallowip=[any ip that will be mining on your server]
rpcport=9323
port=7688
daemon=1
server=1
gen=0

To mine on the machine that has the daemon server running, simply type:

Quote
./minerd -o http://yourdaemonmachine.com:9323 -u randomuser -p yourgivenpassword -a scrypt-jane
Quote
./minerd -o http://127.0.0.1:9323 -u randomuser -p yourgivenpassword -a scrypt-jane


Hopefully someone can add this together to make a complete Yacoin mining guide.
Pages:
Jump to: