Pages:
Author

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

full member
Activity: 210
Merit: 100
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.

Great help, thanks!
hero member
Activity: 1204
Merit: 502
Vave.com - Crypto Casino


260khash out of a [email protected], cpuminer compiled with CFLAGS core-avx-i, the built-in miner with the same flags gets about 315khash/s, but it dips below to 200 way too offen.
full member
Activity: 163
Merit: 100
Anyone have a windows 64 bit binary for this yet? Getting a MinGW64 setup working is a nightmare
newbie
Activity: 7
Merit: 502
newbie
Activity: 14
Merit: 0
I'm running this with --debug.  I see a ton of hash > Target (False Positive)

Does anyone know what this means?  Is that attempts to solve the block that are incorrect, or an issue with my configuration?

Thank you, sorry if the question is stupid, no documentation that I could find.
newbie
Activity: 42
Merit: 0
I am a noob to mining, this is my first attempt.
Im running Mac OSX 10.6.8 , Im having trouble figuring out how to start the daemon. whats the command.. what am I missing here?

when I type:
./minerd -o http://127.0.0.1:9323 -u elcamo -p passy -a scrypt-jane
it just lists the minerd options and doesnt run anything.

I created a yacoin.conf file and its in the same directory..
looks like this :

rpcuser=elcamo
rpcpassword=passy
addnode=82.211.30.212
addnode=78.21.9.49
addnode=88.204.169.242
rpcallowip=127.0.0.1
rpcallowip=(my ip)
rpcport=9323
port=7688
daemon=1
server=1
gen=0

Any help is greatly appreciated.
Thanks
newbie
Activity: 51
Merit: 0
when I run the

Quote
./autogen.sh

command I get

Quote
tom@ubuntu:~/cpuminer$ ./autogen.sh
autom4te: cannot create autom4te.cache: No such file or directory
aclocal: autom4te failed with exit status: 1

I have literally no idea what that means.

I'm using ubuntu 12.04



legendary
Activity: 1148
Merit: 1000
I get 400 KH/s on a 2700K using
-O3 -march=core-avx-i
with the QT client.
windows or linux?what is the full command?


Linux

Edit the qt .pro

Code:
QMAKE_CXXFLAGS += -O3 -march=core-avx-i
QMAKE_CFLAGS += -O3 -march=core-avx-i

Compile, run
Code:
./yacoin-qt -gen -genproclimit=8

YH1q1wuVyznBAzKJN19akXgFaBSdbgbQih

unfortunately i am on windows 64...

I think my 2600k will never break 100 kh/s
legendary
Activity: 1484
Merit: 1005
I get 400 KH/s on a 2700K using
-O3 -march=core-avx-i
with the QT client.
windows or linux?what is the full command?


Linux

Edit the qt .pro

Code:
QMAKE_CXXFLAGS += -O3 -march=core-avx-i
QMAKE_CFLAGS += -O3 -march=core-avx-i

Compile, run
Code:
./yacoin-qt -gen -genproclimit=8

YH1q1wuVyznBAzKJN19akXgFaBSdbgbQih
legendary
Activity: 1148
Merit: 1000
I get 400 KH/s on a 2700K using
-O3 -march=core-avx-i
with the QT client.
windows or linux?what is the full command?
full member
Activity: 234
Merit: 114
if i use -a scrypt-jane on minerd call i just get "Try 'minerd --help' for more information.
using Windows 7 - what am i doing wrong? -.-
legendary
Activity: 1484
Merit: 1005
I get 400 KH/s on a 2700K using
-O3 -march=core-avx-i
with the QT client.
legendary
Activity: 2940
Merit: 1090
This needs to be pulled into cgminer or renamed (to yacminer for example) so that doing the install step does not walk over the system-wide cgminer already installed.

Also, running it as root is really a terrible habit to get into.

Maybe because it would otherwise clobber the existing cgminer already installed by default into /usr/local, this might be best compiled by the user who actually runs yacoind, using the user-homedirectory style of prefix so this stuff only yacoin needs stays in yacoin's area until cgminer per se pulls it and makes it part of the standard distribution.

Also, for it to be ready to be pulled the configure option to include this new style of scrypt should be part of the configure system, so that like the previous style of scrypt whether to compile it in or not is a configure option.

(You should have to do ./configure --with-scrypt-jane to get it to include scrypt-jane in the build just like you have to use --with-scrypt to get it to include scrypt in the build.)

Presumably just doing configure right now will, when you do make install, clobber your existing cgminer all your old style scrypt coins use with a new one that does not include scrypt but only scrypt-jane?

Or has the configure been hacked to include old style scrypt by default as well as including scrypt-jane by default?

-MarkM-
full member
Activity: 196
Merit: 100
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

I have the same problem.

get the error 401, http request failed

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

Make sure port 9323 is open in your firewall.
hero member
Activity: 854
Merit: 500
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

I have the same problem.

get the error 401, http request failed
legendary
Activity: 1148
Merit: 1000
why is the windows miner lagging so much behind?


any chance for a windows 64 miner?
sr. member
Activity: 308
Merit: 250
Thanks for the Windows binaries.


 Roll Eyes
member
Activity: 70
Merit: 10
There will be a mining pool soon. Smiley
hero member
Activity: 822
Merit: 1002
Any news about a pool? I'd like to give this coin a try, transactions are incredibly fast.
+1
yes, a pool is needed indeed
Pages:
Jump to: