Pages:
Author

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

newbie
Activity: 18
Merit: 0
May 08, 2013, 11:23:49 PM
#94
Also the OPs command doesn't use -server switch but maunderingcabal includes it.  Is the -server switch required to mine with a conf file or can you mine with it this switch and with no conf file?  I've been spending a lot of time fiddling with settings and no coin.

According to my testing, you need the -server switch and conf file to mine at all (which doesn't really make sense but oh well).

Not true, I don't have -server or a conf file and have mined 2 blocks in the last 4-5 hours.

That's weird. With just the -gen switch on Windows, I was getting 0 hashes per second, and the CPU usage was only ~6% (it wasn't even trying to mine).
newbie
Activity: 56
Merit: 0
May 08, 2013, 11:22:42 PM
#93
Also the OPs command doesn't use -server switch but maunderingcabal includes it.  Is the -server switch required to mine with a conf file or can you mine with it this switch and with no conf file?  I've been spending a lot of time fiddling with settings and no coin.

According to my testing, you need the -server switch and conf file to mine at all (which doesn't really make sense but oh well).

Not true, I don't have -server or a conf file and have mined 2 blocks in the last 4-5 hours.
newbie
Activity: 18
Merit: 0
May 08, 2013, 11:16:27 PM
#92
Also the OPs command doesn't use -server switch but maunderingcabal includes it.  Is the -server switch required to mine with a conf file or can you mine with it this switch and with no conf file?  I've been spending a lot of time fiddling with settings and no coin.

According to my testing, you need the -server switch and conf file to mine at all (which doesn't really make sense but oh well).
full member
Activity: 124
Merit: 100
Hardhat Required in This Area
May 08, 2013, 11:12:26 PM
#91
Make sure to make your config file before starting your client, and mining works Cheesy I just solo-mined my first block of any coin Cool
member
Activity: 73
Merit: 10
May 08, 2013, 10:47:22 PM
#90
suffer 100% orphans
sr. member
Activity: 336
Merit: 250
♫ the AM bear who cares ♫
May 08, 2013, 10:16:43 PM
#89
sr. member
Activity: 310
Merit: 250
In Crypto I trust.
May 08, 2013, 09:44:39 PM
#88
Thanks for all the info all. I compiled a guide for YaCoin.

http://maunderingcabal.blogspot.com/2013/05/bitcoin-mining-log-26-how-to-mine.html

Don't you also need to provide instruction on creating the yacoin.conf  in order for yacoin to work in server mode?

Agreed. If you dont have the conf done right you will get an error at least....

Also the OPs command doesn't use -server switch but maunderingcabal includes it.  Is the -server switch required to mine with a conf file or can you mine with it this switch and with no conf file?  I've been spending a lot of time fiddling with settings and no coin.
hero member
Activity: 672
Merit: 501
May 08, 2013, 09:39:16 PM
#87
Thanks for all the info all. I compiled a guide for YaCoin.

http://maunderingcabal.blogspot.com/2013/05/bitcoin-mining-log-26-how-to-mine.html

Don't you also need to provide instruction on creating the yacoin.conf  in order for yacoin to work in server mode?

Agreed. If you dont have the conf done right you will get an error at least....
sr. member
Activity: 310
Merit: 250
In Crypto I trust.
May 08, 2013, 09:37:02 PM
#86
Thanks for all the info all. I compiled a guide for YaCoin.

http://maunderingcabal.blogspot.com/2013/05/bitcoin-mining-log-26-how-to-mine.html

Don't you also need to provide instruction on creating the yacoin.conf  in order for yacoin to work in server mode?
hero member
Activity: 602
Merit: 500
May 08, 2013, 09:35:12 PM
#85
sr. member
Activity: 336
Merit: 250
♫ the AM bear who cares ♫
May 08, 2013, 09:33:40 PM
#84
I'm getting the following problem while trying to compile in Linux:

Prompt is

> make -j4 -f makefile.unix USE_SYSTEM_LEVELDB=0

Outputs

Code:
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/yacoin/src -I/root/yacoin/src/obj -DUSE_IPV6=1 -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/yacoin/src -I/root/yacoin/src/obj -DUSE_IPV6=1 -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/yacoin/src -I/root/yacoin/src/obj -DUSE_IPV6=1 -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/netbase.d -o obj/netbase.o netbase.cpp
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/root/yacoin/src -I/root/yacoin/src/obj -DUSE_IPV6=1 -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/addrman.d -o obj/addrman.o addrman.cpp
In file included from checkpoints.h:8:0,
                 from checkpoints.cpp:8:
net.h:11:26: fatal error: openssl/rand.h: No such file or directory
compilation terminated.
In file included from alert.h:13:0,
                 from alert.cpp:8:
util.h:27:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
In file included from netbase.cpp:7:0:
util.h:27:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
In file included from addrman.h:9:0,
                 from addrman.cpp:5:
util.h:27:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
make: *** [obj/checkpoints.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [obj/alert.o] Error 1
make: *** [obj/netbase.o] Error 1
make: *** [obj/addrman.o] Error 1


I have no idea what to do about this, can anyone help?
member
Activity: 103
Merit: 10
May 08, 2013, 09:20:40 PM
#83
what's orphans mean? Its invalid?
hero member
Activity: 728
Merit: 500
May 08, 2013, 09:13:05 PM
#82
add -genproclimit=-1

I found that right afterwards...did =2 seems higher now.

Just set the number to something high. It's the limit of how many cores the miner can use. Typically there's no reason to limit it at all.
full member
Activity: 188
Merit: 100
May 08, 2013, 09:10:35 PM
#81
add -genproclimit=-1

I found that right afterwards...did =2 seems higher now.
member
Activity: 84
Merit: 10
May 08, 2013, 09:07:47 PM
#80
add -genproclimit=-1
full member
Activity: 188
Merit: 100
May 08, 2013, 09:04:56 PM
#79
Hmmm....running the Win client, I get the command line started, then see my CPU only go about 33% pegged, so I run the gethash command, and BAM 10k/s Smiley ...but..how can I get more than 1/3 of my CPU to get in the game?
newbie
Activity: 56
Merit: 0
May 08, 2013, 08:33:40 PM
#78
Thanks for all the info all. I compiled a guide for YaCoin.

http://maunderingcabal.blogspot.com/2013/05/bitcoin-mining-log-26-how-to-mine.html

You mean, you copied the OP's post onto your blog?
full member
Activity: 154
Merit: 100
Don't dwell in the past, don't dream of the future
May 08, 2013, 08:27:18 PM
#77
Thanks for all the info all. I compiled a guide for YaCoin.

http://maunderingcabal.blogspot.com/2013/05/bitcoin-mining-log-26-how-to-mine.html
newbie
Activity: 56
Merit: 0
May 08, 2013, 07:52:40 PM
#76
Just mined a 44.06 YAC block!
full member
Activity: 294
Merit: 100
May 08, 2013, 07:04:09 PM
#75
I tried using the download link for the wallet however nothing happens, the download just sits at 100% and dosent actually download
Pages:
Jump to: