Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Alice20

Pages: [1]
1
BitShares PTS / Re: [ANN] ptsweb.beeeeer.org - Protoshares mining sub-pool
« on: December 15, 2013, 10:29:44 am »
Just need to install EPEL repo for yasm

Code: [Select]
rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
next step:

Code: [Select]
yum install gcc-c++ yasm autoconf automake boost-devel make zlib-devel

ln -s /usr/lib64/libboost_thread-mt.so.5 /usr/lib64/libboost_thread.so

and then, unzip and compile.

or

Code: [Select]
yum install git

git clone https://github.com/thbaumbach/ptsminer
cd ptsminer/src
make -f makefile.unix
./ptsminer <your PTS address> <number of threads>

TO:MrDiscordia
package zlib-devel missing

Pages: [1]