Post
Topic
Board Altcoin Discussion
Re: [ANN][YAC][POOL]p2pool for yacoin!!
by
fronti
on 16/05/2013, 14:17:43 UTC
I've got all the bugs sorted on my node now, so if you want to mine some YAC on a good solid server then head over to.....

--url http://mining.bitvolcano.com:8338
--user youryacaddress
--pass x

Remember to use the latest cpuminer with the -a scrypt-jane option
There is a 1% fee.
Stats are at http://bitvolcano.com:8338

What sort of hardware and software it takes to run the P2Pool anyway, starting with blank dedicated server?

I setup a debian 7.0 (with desktop + ssh)
then ai do an additional:
apt-get -y install build-essential git-core unzip cmake automake libncurses5-dev autoconf libcurl4-openssl-dev pkg-config automake yasm
aptitude -r install linux-headers-2.6-$(uname -r|sed 's,[^-]*-[^-]*-,,') fglrx-control fglrx-driver
aptitude install firmware-linux-nonfree
aptitude install libgl1-mesa-dri
 apt-get install libwxgtk2.8-dev
 apt-get install python-zope.interface python-twisted python-twisted-web
apt-get install python2.7-dev
apt-get install python-twisted
aticonfig --initial
reboot
cd /opt/tar xf /root/bc/AMD-APP-SDK-v2.7-lnx64.tar
/opt/Install-AMD-APP.sh

as user:
mkdir yacoin

cd yacoin


-> client

git clone https://github.com/pocopoco/yacoin    EDIT: Fixed the Link, wrong cut&paste

cd yacoin
cd src
make -f makefile.unix

# generate the yacoin.conf

echo rpcuser=rpc >> ~/.yacoin/yacoin.conf
echo rpcpassword=SOMERANDOM >> ~/.yacoin/yacoin.conf
echo server=1 >> ~/.yacoin/yacoin.conf
 # start yacoind
./yacoind


-> pool:

 git clone https://github.com/cctvsmg/yacoin-p2pool
 su
 cd yac_scrypt/
 python setup.py install

as user
python ./run_p2pool.py   --give-author=1 --net yacoin






did I miss something?