So it's simple.
If you're using linux, first make sure you have libcurl install, you can get this by installing
apt-get install libcurl-dev for ubuntu and debian users
yum install curl-devel for the rest
For compiling in linux, the steps are:
Then to run it, you need to have the daemon running.
An example of ~/root/.yacoin/yacoin.conf:
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:
Hopefully someone can add this together to make a complete Yacoin mining guide.I have a linux server running centos, if i login on ssh and follow those commands in the boxes can i use that to cpu mine?
or do i need a different distro?
Also how will i see my wallet on there? or do i keep my wallet on my windows pc and somehow use my server to mine and send the coins to my wallet on my windows machine?
do i need linux skills to set this up and will my website crash if i mess this up, currently i see i am using 0.01 of my cpu since its only static pages and its a dual quad core xeon machine.?
thanks