Post
Topic
Board Altcoin Discussion
Re: [No Coding!] Guide To Mining Protoshare With Windows Azure: Make $50 For Free!
by
Wipeout2097
on 28/11/2013, 00:47:38 UTC
Edit: Set my thread to 8 and it got back to 100++ c/min.

Mine is settling around 105 coll/min with Ubuntu 12.04 after warmup period. It doesn't mean much though because none of my shares are being accepted.  Undecided

Every so often it says 'connection to server lost - reconnect in 45 seconds'. Then, it connects again and the shares are actually accepted for a while. Eventually, the shares stop getting accepted and the whole process repeats. Anyone else seeing similar behavior?

I'm going to let it run overnight and see how it goes.

I gave up on it.

Windows machines and Linux machines both drop the connection to ypool.  I couldn't seem to keep it connected or shares being accepted.
Yes they do. Use a script like this:
Code:
while true; do
./jhprotominer -o ypool.net:8081 -u user.worker -p x -t 8 &
sleep 380
killall jhprotominer
sleep 3
done
Save it as mine.sh and run
Code:
chmod +x mine.sh
./mine.sh &