Hi guys , kinda new but i thought i will ask as i cant find the answer on google
so fair I have the following
XPM wallet. ( I can solo mine and use the wallet , every thing is fine )
I have created VPS with digital oceans and is mining on beer.org avg 300pps X5 drops x $5 each
I have created VPS with Linode and is mining $20 with avg of 900 pps
on both i have set it up with supervisor and run fine
I have tried but it hard to get the same operation with Ypool ( i want to get off beeer , as ypool look and feel better , Can manage my account and i can mine other coins)
I can only get jhPrimeminer + ypool working but when i close putty down it stop mining but strangely is getting 2300 PPS
Question - why am i getting such a high PPS with jhrimeminer and not primeminer on the same VPS are the PPS on jhrimeminer not true
1.How can I set up VPS to mine with Ypool . i have use the following setting but I cant get/fine the code for supervisor with jhPrimeminer
2. What is the Avg PSS for $5 a month Drop at digatal ocean
3. Why are my Drop only at 60% and not 100%
4. I have try to use the script [ftp=ftp://bitcointalk.org/index.php?topic=261179.0]https://bitcointalk.org/index.php?topic=261179.0[/ftp] , can you please tell me if there a simple script like this for pool mining , were noob like my self can just change the first 3 line and copy and paste it
Can some one review my code and help me out
Working Beeeeer.org
WORKING ubuntu 12.04
Beeeer.org
sudo apt-get update
sudo apt-get install yasm -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
git clone https://github.com/thbaumbach/primecoin
sudo dd if=/dev/zero of=/swapfile bs=64M count=16
sudo mkswap /swapfile
sudo swapon /swapfile
cd ~/primecoin/src
make -f makefile.unix
apt-get install supervisor
mkdir -p /var/log/supervisor
%%%%%%%%%%%%%%%%%%%%%%%%%%%
TO CHANGE SETTING
touch /etc/supervisor/conf.d/primecoin.conf
nano /etc/supervisor/conf.d/primecoin.conf
%%%%%%%%%%%%%%%%%%%%
[program:primecoin]
command=/root/primecoin/src/primeminer -pooluser=####### ADRESS####$ -poolip=176.34.128.129 -poolport=1337 -genproclimit=8 -poolpassword=x
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
autorestart=true
%%%%%%%%[The following code will start a script to auto open your miner in case the server resets]
/etc/init.d/supervisor stop
/etc/init.d/supervisor start
%%%%%%%%%%%%%%%
TO see mining
tail -f /var/log/supervisor/primecoin.log
i can only get Ypool working but doesnt restart on shut down ( no supervisor )
[code]work , but close down
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y build-essential libssl-dev openssl git libgmp3-dev supervisor cpu
sudo apt-get install -y build-essential libssl-dev openssl git
libgmp3-dev supervisor cpuid htop nano
cd
git clone https://github.com/tandyuk/jhPrimeminer.git
cd jhPrimeminer
make
~/jhPrimeminer/jhprimeminer -o http://ypool.net:10034 -u ypoolusername.workername -t 1 -p
~/jhPrimeminer/jhprimeminer -o http://ypool.net:10034 -u \ypoolusername.workername -t 1 -p workerpass
[/code]
i have tried this at the end but i get errors and say thing like " cant fine file or name "
sudo /etc/init.d/supervisor stop
sudo mkdir -p /var/log/supervisor
sudo nano /etc/supervisor/conf.d/jhprimeminer.conf
[program:jhprimeminer] command=/home//jhPrimeminer\
/jhprimeminer -o http://ypool.net:10034 -u ypoolusername.workername\
-t 2 -p workerpass
stdout_logfile=/var/log/supervisor/%(program_name)s.log
stderr_logfile=/var/log/supervisor/%(program_name)s.log
sudo /etc/init.d/supervisor start
tail -f /var/log/supervisor/jhprimeminer.log