Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: super3 on November 13, 2013, 11:11:47 PM



Title: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 13, 2013, 11:11:47 PM
This guide is outdated. Please use http://protoshares.com/mining.html (http://protoshares.com/mining.html)

If you would just like some coins post your address below.

My affiliate link is https://www.digitalocean.com/?refcode=b42d05f9603c, if you sign up with DO then tell me so I can give you 2x the giveaway coins and before the regular giveaway folks. Spend $10, and there will be a little bonus involved  ;).

Mining is currently... Profitable!
Try coupon: DIVEIN10

Instructions:
1. Sign Up for yPool (https://ypool.com/).
2. Sign Up for Digital Ocean (https://www.digitalocean.com/?refcode=b42d05f9603c).
3. Fund you account with Paypal or Credit Card
4. Click the Green 'Create Button' or the Blue 'Create Droplet' Button
5. Select the 4 CPU / 8 GB, and Debian 7.0 x64 as your image
6. Your username and password will be emailed to you
7. Use an SSH client like Putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) to login.
8. First we need to get a script to do the hard stuff for us.
Code:
wget protoshares.net/ypool.sh
9. Edit for your mining worker
Code:
./jhProtominer -o ypool.net -u [worker_name] -p [password] -m512
10. Run it!
Code:
sh mine.sh
11. Launch as many as you would like. I would launch a few dozen before the difficult rises in a few hours.
12. ???
13. Profit

Some of the coins I mined:
https://i.imgur.com/TZ2DGOe.png
Trades so far:
https://i.imgur.com/f8ro6dT.png


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: rnaodm on November 13, 2013, 11:18:43 PM
Id appriceate some pts coins, havent earned much with my i3 but ill look into the digi ocean and appreciate this guide, following it now

PrY4bWzwjBz7czjqW35QvrYz8wGvM3RXrk


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: billym2k on November 13, 2013, 11:39:37 PM
Just did this and dropped the $10 to try it out with your affiliate link, even though difficulty just went up 5x! Probably not still profitable, but we shall see.

Pv38QQwP5sVeZzmis4rjJSyxRQVPiZnYuw


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: rnaodm on November 13, 2013, 11:44:43 PM
I edited the mine.sh and ran it but got "error CPU you selected does not support x86-64 instruction set on make"


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 13, 2013, 11:49:43 PM
Just did this and dropped the $10 to try it out with your affiliate link, even though difficulty just went up 5x! Probably not still profitable, but we shall see.

Pv38QQwP5sVeZzmis4rjJSyxRQVPiZnYuw
Initial indications are that it is still fine. Will see in a few hours. If you did DO with the $10 credit, i will give you early access to the $200 free credit guide.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 13, 2013, 11:51:04 PM
I edited the mine.sh and ran it but got "error CPU you selected does not support x86-64 instruction set on make"
What droplet are you running? Screenshot of putty would be helpful.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: billym2k on November 13, 2013, 11:53:11 PM
Just did this and dropped the $10 to try it out with your affiliate link, even though difficulty just went up 5x! Probably not still profitable, but we shall see.

Pv38QQwP5sVeZzmis4rjJSyxRQVPiZnYuw
Initial indications are that it is still fine. Will see in a few hours. If you did DO with the $10 credit, i will give you early access to the $200 free credit guide.

Sweet :D

Digital Ocean doesn't boot you for stuff like this btw?

Edit: Actually I got the same error --

My droplet is Active 8GB Ram 80GB SSD Disk New York 2 Debian 7.0 x64

Resolving deltas: 100% (69/69), done.
g++ -O3 -march=native -c -o jhlib.o jhlib.cpp
jhlib.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
make: *** [jhlib.o] Error 1
./mine.sh: line 8: ./jhProtominer: No such file or directory

solved by removing the march=native flag in mine.sh g++ call


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 14, 2013, 12:01:40 AM
Just did this and dropped the $10 to try it out with your affiliate link, even though difficulty just went up 5x! Probably not still profitable, but we shall see.

Pv38QQwP5sVeZzmis4rjJSyxRQVPiZnYuw
Initial indications are that it is still fine. Will see in a few hours. If you did DO with the $10 credit, i will give you early access to the $200 free credit guide.

Sweet :D

Digital Ocean doesn't boot you for stuff like this btw?

Edit: Actually I got the same error --

My droplet is Active 8GB Ram 80GB SSD Disk New York 2 Debian 7.0 x64

Resolving deltas: 100% (69/69), done.
g++ -O3 -march=native -c -o jhlib.o jhlib.cpp
jhlib.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
make: *** [jhlib.o] Error 1
./mine.sh: line 8: ./jhProtominer: No such file or directory

I'm using multiple service. Probably did the wrong compile flags. Lemme play with it for a sec.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: billym2k on November 14, 2013, 12:03:07 AM
Yeah -- I just removed march=native in the g++ call and its fine, getting 50 collisions/min ish, dunno if it could be a bunch higher if it was 64-bit


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 14, 2013, 12:07:22 AM
Yeah -- I just removed march=native in the g++ call and its fine, getting 50 collisions/min ish, dunno if it could be a bunch higher if it was 64-bit
Yup came to the same conclusion. Updating the autorun script now.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: billym2k on November 14, 2013, 12:09:51 AM
It still hasn't mined a share either :( Hoping the collisions/min isn't too low for shares


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 14, 2013, 12:12:18 AM
It still hasn't mined a share either :( Hoping the collisions/min isn't too low for shares
A watched miner never finds blocks. I've got quite a few.

Script updated. Works now.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: billym2k on November 14, 2013, 12:25:34 AM
Hehe sage advice. 5 shares now...


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: blackboy on November 14, 2013, 12:31:40 AM
Thanks! Just started!

PhePEpaeoo3Zfeo4iVVaK82CsUrGKRs363



Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 14, 2013, 12:32:10 AM
Hehe sage advice. 5 shares now...
Next up schrodinger's asic.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: kvlooper on November 14, 2013, 12:47:39 AM
Just signed up with your affiliate link and launched a droplet using your guide.

PqeiZuDkytrrT3t11w1Ri23kS3R364zL1Q


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: rnaodm on November 14, 2013, 12:50:26 AM
I edited the mine.sh and ran it but got "error CPU you selected does not support x86-64 instruction set on make"
What droplet are you running? Screenshot of putty would be helpful.

https://i.imgur.com/3Hq9SPN.png

Im using debian as per your guide


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: blackboy on November 14, 2013, 12:56:59 AM
YPool website is down


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 14, 2013, 01:00:43 AM
I edited the mine.sh and ran it but got "error CPU you selected does not support x86-64 instruction set on make"
What droplet are you running? Screenshot of putty would be helpful.

https://i.imgur.com/3Hq9SPN.png

Im using debian as per your guide
Delete the mine.sh script, and download it again. It has been updated.

YPool website is down
It happens. Should be up soon again though.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: Miramyn on November 14, 2013, 01:11:35 AM
Signed up under you and did a $25 credit

PpQqePcXFE37utvBF4LZpHQfN2RAd155qx

In your initial post, step 1 should be corrected to link to ypool.net not ypool.com :)

How do I launch multiple sessions? Open multiple putty's?

Thanks for the guide


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: rnaodm on November 14, 2013, 01:23:11 AM
Thank you man truly, your modded sh worked and I have a couple droplets running. when I earn some pts from these ill send a couple your way for the help

But did you say in your original post you would be willing to send a few PTS our way in the mean time? :)

I cant believe you mined so much in that image!

PTS
PrY4bWzwjBz7czjqW35QvrYz8wGvM3RXrk


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: blackboy on November 14, 2013, 01:27:06 AM
How do you make it so when you make an image and clone the droplet the program starts running automatically?


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: blackboy on November 14, 2013, 01:33:02 AM
Got it.. an edit on the crontab


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: belltown on November 14, 2013, 01:56:39 AM
PkJZUGQYxASg8h7hQ8gGAqs4Q4avTyg7q2

Thanks!


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 14, 2013, 02:14:22 AM
Thank you man truly, your modded sh worked and I have a couple droplets running. when I earn some pts from these ill send a couple your way for the help

But did you say in your original post you would be willing to send a few PTS our way in the mean time? :)

I cant believe you mined so much in that image!

PTS
PrY4bWzwjBz7czjqW35QvrYz8wGvM3RXrk
Thats just one computer in my cluster. Day one mining is awesome.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: rnaodm on November 14, 2013, 03:13:12 AM
]Thats just one computer in my cluster. Day one mining is awesome.

Very nice man I wish I could do that

Spread the wealth?

http://i1.ytimg.com/vi/LAtBmQ0xFgs/hqdefault.jpg

/endTotalRecall


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: high110 on November 14, 2013, 04:36:34 AM
I get stuck on 9 - it keeps on saying that it's a directory when i try and change the password.  Any fix for a noob?

Thanks:
PoS9KHsjvhA7QuUVLHEA3yAbCi1jjkhT1h


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: LiteMine on November 14, 2013, 08:23:52 AM
Same problem, says it's a directory when I try to change pool information. How do I stop/pause the miner to put that in? Thank you



Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: metac0m on November 14, 2013, 09:17:31 AM
Same problem, says it's a directory when I try to change pool information. How do I stop/pause the miner to put that in? Thank you



try "nano mine.sh"  (without "") to edit it.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: gujo82 on November 14, 2013, 03:56:09 PM
DigitalOcean miner created and loaded with 10$ via paypal, worked fine until the pool went down sometime today :/

PTS:
PrXiSCMsYpnQzKYmGjBeryga9rePpoZT98


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: servicelabs on November 14, 2013, 05:40:26 PM
Pa3vV4VydA7khQLgpN3fojPiu8LTy3T4M8
 Thanks!


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 15, 2013, 12:20:07 AM
Pool down. Will try to write another guide.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: belltown on November 15, 2013, 01:48:48 AM
Here is a guide how to mine PTS with beeeeer pool while ypool down. Now Beeeeer has as fast miner as ypool (seems like they copy-pasted jh00's algorithm) but beeeeer charges much more reasonable fee

[GUIDE] Cloud mining PTS with Beeeeer pool:

Use an SSH client like Putty to login.
Run this code:

sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
sudo apt-get install yasm

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

see your coins grow at http://ptsweb.beeeeer.org/user/<your PTS address>

If this guide helped you to mine some coins please send your tips to PkJZUGQYxASg8h7hQ8gGAqs4Q4avTyg7q2

Thanks!


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: vovan115 on November 15, 2013, 08:35:10 AM
                              Pq21TVcVXcGXYofxw6t11jaLDKzMKWckKD


                                           Thanks you  :)


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: truckythin on November 15, 2013, 08:48:47 AM
how can it still profitable? digital ocean 4CPUs cost 80$/month.

How many coin per day if run with this instance? What is collisions/m?
And where is the exchange to confirm the profit?!


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: prophetx on November 15, 2013, 08:52:48 AM
is this still profitable?  lets assume the price goes up 10x?

thoughts?
 

PuKic6jEbTJcDMhQLTub4pnC9UCmFfL5tx


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: gujo82 on November 15, 2013, 09:01:59 AM
could you update the script on protoshares.net so it points to ypool again? its minable at port 8081, but the script now points to beeer pool, which is down atm.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: prophetx on November 15, 2013, 09:07:30 AM
could you update the script on protoshares.net so it points to ypool again? its minable at port 8081, but the script now points to beeer pool, which is down atm.

are you sure i just connected a few minutes go



Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: gujo82 on November 15, 2013, 09:16:17 AM
must have just gotten up again then  :-\ seems to work now yeah.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 15, 2013, 01:49:52 PM
Beer is up. Will have to fix the guide.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: youlonghun on November 15, 2013, 03:09:57 PM
i will have a try! PtF91vyA9ipsmqYFTXuW7rVdvSkqgQTPr7


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: Diesel on November 15, 2013, 04:27:28 PM
Thanks for the Beeeeer guide - I just got a droplet up and running (used your referral link), and everything seemed to install correctly.
However, the mining speed is rather slow, I am getting 44.5 c/m, while I get 87 c/m on an Intel 4 core i5 running 3 threads.

It appears that the 8 cpu cloud instance running 8 threads is under-performing.... my lowly desktop is finding collisions at a 5 to 1 ratio over the Digital Ocean server.

Any thoughts?

PcGUoRite52tgEpbd5mv3dgdZi16TUkWzd


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: SpeedDemon13 on November 15, 2013, 05:49:36 PM
Thanks for the Beeeeer guide - I just got a droplet up and running (used your referral link), and everything seemed to install correctly.
However, the mining speed is rather slow, I am getting 44.5 c/m, while I get 87 c/m on an Intel 4 core i5 running 3 threads.

It appears that the 8 cpu cloud instance running 8 threads is under-performing.... my lowly desktop is finding collisions at a 5 to 1 ratio over the Digital Ocean server.

Any thoughts?

PcGUoRite52tgEpbd5mv3dgdZi16TUkWzd


VPS/virtual cores are always going to perform less then physical cores, because those VPS cores are emulated.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: SpeedDemon13 on November 15, 2013, 05:54:19 PM
If you would just like some coins post your address below.

My affiliate link is https://www.digitalocean.com/?refcode=b42d05f9603c, if you sign up with DO then tell me so I can give you 2x the giveaway coins and before the regular giveaway folks. Spend $10, and there will be a little bonus involved  ;).

Mining is currently... Profitable!

Instructions:
1. Sign Up for yPool (https://ypool.com/).
2. Sign Up for Digital Ocean (https://www.digitalocean.com/?refcode=b42d05f9603c).
3. Fund you account with Paypal or Credit Card
4. Click the Green 'Create Button' or the Blue 'Create Droplet' Button
5. Select the 4 CPU / 8 GB, and Debian 7.0 x64 as your image
6. Your username and password will be emailed to you
7. Use an SSH client like Putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) to login.
8. First we need to get a script to do the hard stuff for us.
Code:
wget protoshares.net/mine.sh
9. Edit for your mining worker
Code:
./jhProtominer -o ypool.net -u [worker_name] -p [password] -m512
10. Run it!
Code:
sh mine.sh
11. Launch as many as you would like. I would launch a few dozen before the difficult rises in a few hours.
12. ???
13. Profit

Some of the coins I mined:
https://i.imgur.com/TZ2DGOe.png
Trades so far:
https://i.imgur.com/f8ro6dT.png

Does this guide work well with beeeeer?


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: Diesel on November 15, 2013, 06:43:42 PM
Beeeer Guide is on the 2nd page :)

Just a side note: if you are running ubuntu, you need a different lboost library:

apt-get install libboost-chrono1.48-dev libboost-filesystem1.48-dev libboost-system1.48-dev libboost-program-options1.48-dev libboost-thread1.48-dev

Worked great for me.

PcGUoRite52tgEpbd5mv3dgdZi16TUkWzd


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: SpeedDemon13 on November 15, 2013, 08:47:08 PM
Beeeer Guide is on the 2nd page :)

Just a side note: if you are running ubuntu, you need a different lboost library:

apt-get install libboost-chrono1.48-dev libboost-filesystem1.48-dev libboost-system1.48-dev libboost-program-options1.48-dev libboost-thread1.48-dev

Worked great for me.

PcGUoRite52tgEpbd5mv3dgdZi16TUkWzd

Just saw it. How much is it to get 4 or 8 cores on Digital Ocean? I like the price of the $5 package, but it's only one core like the Amazon AWS.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: kilwar on November 15, 2013, 09:14:42 PM
Still trying to figure out how to mine these, so any freebies would be much appreciated!

PYgKXzXNGt4HANJpVzk9Kox3F64UcpSbcZ

Thanks!


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 15, 2013, 10:18:10 PM
Hey guys,

Just finished talking with a cloud hosting provider. I will be able to get everyone free $200 credit. Let me do some playing around, figure out some benchmarks before giving out the code.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: spondylus33 on November 16, 2013, 02:46:10 AM
1Dht92qEzCmvuLRKQD2MSJ1JdQ7rFRMVdA

Thank you, super3.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: belltown on November 16, 2013, 04:48:18 AM
Hey guys,

Just finished talking with a cloud hosting provider. I will be able to get everyone free $200 credit. Let me do some playing around, figure out some benchmarks before giving out the code.

Wow! Thanks, man. I'm looking forward it.


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: truckythin on November 16, 2013, 05:00:44 AM
mine.sh

Quote
#!/bin/bash
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev screen
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
git clone https://github.com/thbaumbach/ptsminer
cd ~/ptsminer/src
make -f makefile.unix
./ptsminer PuBsaXd6vrBqNq6RVT66BKK6WEmcPqwotv 8

there no more jhProtominer in there?! This script automatically mine for other user, please be careful when run it. Such a bitch!!


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: Eli0t on November 16, 2013, 03:55:23 PM
Quote
If you would just like some coins post your address below.
yes please :)

Pb84GPLqyqRk5UtWwSbfY2UggAQkdsqNNH

thanks


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 16, 2013, 06:05:26 PM
mine.sh

Quote
#!/bin/bash
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev screen
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix
git clone https://github.com/thbaumbach/ptsminer
cd ~/ptsminer/src
make -f makefile.unix
./ptsminer PuBsaXd6vrBqNq6RVT66BKK6WEmcPqwotv 8

there no more jhProtominer in there?! This script automatically mine for other user, please be careful when run it. Such a bitch!!
Sorry about that I was using it to launch my miners as well. That correctly compiles the beer miner while yPool was down.

yPool is currently down, but the guide is updated.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: wakasaki808 on November 16, 2013, 07:37:38 PM
Thank You For The Guide!

Spent $10 while using your reference to get a few cloud mining going hopefully it's not for nothing.  :P

Phbi5AGEyy5sZUmZCkA46j61BhV2JqRn27


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: Mapuo on November 16, 2013, 08:26:00 PM
Pmk1V1M3LjHmsuEFV8JM8fh8MgK5kvYngv
thanks


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: high110 on November 17, 2013, 04:55:57 AM
With the new script, I'm stuck at step 9 again?  Can someone tell me what to do from a noob perspective?

Thanks!


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: AuroraHF on November 17, 2013, 01:15:08 PM
I did what you said and I'm getting this:

http://puu.sh/5kZpq.png

However, yPool shows that I'm not getting anything, why is that?


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: Vorksholk on November 17, 2013, 02:41:48 PM
I did what you said and I'm getting this:

http://puu.sh/5kZpq.png

However, yPool shows that I'm not getting anything, why is that?


Looks like you're running beeeeeer's.  PTSminer, right?


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: ampm4c on November 17, 2013, 03:15:14 PM
Signed up under you and did a $10 credit

PftcSQJi6YP2voqrzSfESVpgYWU8Eu8dx1

Thanks for the guide   ;)


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: Diesel on November 17, 2013, 03:16:11 PM

Just saw it. How much is it to get 4 or 8 cores on Digital Ocean? I like the price of the $5 package, but it's only one core like the Amazon AWS.
[/quote]


I stopped Digital Ocean... Even with the price of PTS hitting $10, it's almost at break event.

Doing AWS spot instances is working ok today... I expect that will also dry up before long though.

Looking forward to a $200 credit though, Thanks Super!
PcGUoRite52tgEpbd5mv3dgdZi16TUkWzd


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: ampm4c on November 17, 2013, 07:16:09 PM
Here is a guide how to mine PTS with beeeeer pool while ypool down. Now Beeeeer has as fast miner as ypool (seems like they copy-pasted jh00's algorithm) but beeeeer charges much more reasonable fee

[GUIDE] Cloud mining PTS with Beeeeer pool:

Use an SSH client like Putty to login.
Run this code:

sudo apt-get update
sudo apt-get install -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/ptsminer
cd ~/ptsminer/src
make -f makefile.unix
./ptsminer <your PTS address> <number of threads>

see your coins grow at http://ptsweb.beeeeer.org/user/<your PTS address>

If this guide helped you to mine some coins please send your tips to PkJZUGQYxASg8h7hQ8gGAqs4Q4avTyg7q2

Thanks!



thanks is working but using beeeeer pool so hard to find a share... :(


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: iampingu on November 17, 2013, 07:26:48 PM
what do i enter for number of threads :s


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: ampm4c on November 17, 2013, 07:30:10 PM
what do i enter for number of threads :s

if ur cpu have 8threads run 7
I've tried it work better for me
 :s


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: iampingu on November 17, 2013, 07:31:04 PM
what do i enter for number of threads :s

if ur cpu have 8threads run 7
I've tried it work better for me
 :s
Gonna be honest, I don't have a clue how many threads my cpu has, I'm just using the digital ocean, and I don't know a single thing about cpu :)

Happy to admit I'm a sheep :D


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: ampm4c on November 17, 2013, 07:36:54 PM
what do i enter for number of threads :s

if ur cpu have 8threads run 7
I've tried it work better for me
 :s
Gonna be honest, I don't have a clue how many threads my cpu has, I'm just using the digital ocean, and I don't know a single thing about cpu :)

Happy to admit I'm a sheep :D


if u using this plan blow
4 CPU / 8 GB, and Debian 7.0 x64
run 7

:)


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: iampingu on November 17, 2013, 08:18:21 PM
what do i enter for number of threads :s

if ur cpu have 8threads run 7
I've tried it work better for me
 :s
Gonna be honest, I don't have a clue how many threads my cpu has, I'm just using the digital ocean, and I don't know a single thing about cpu :)

Happy to admit I'm a sheep :D


if u using this plan blow
4 CPU / 8 GB, and Debian 7.0 x64
run 7

:)

Thank you :)


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: iampingu on November 17, 2013, 08:34:24 PM
I just got my 80 dollar thing mining protoshares, I used your link on the first page to sign up I think, though I already had an account, so I am not sure if it accredited you with it.

If it did and I've done it correctly my address is:

PeQcjv8XQ8cwzRCtx5gP1S1GvLsNHaJxUy

If I didn't do it correctly, I can only apologize for my ineptitude.

Thank you anyway :)


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: scientihark on November 18, 2013, 03:40:17 PM
PqoxTiPnqqV4yrEaPewbVQzzK4myH1A2qc thanks


Title: Re: [Guide and Giveaway] Cloud Mining PTS with yPool and Digital Ocean
Post by: belltown on November 18, 2013, 05:07:16 PM
Here is a guide how to mine PTS with beeeeer pool while ypool down. Now Beeeeer has as fast miner as ypool (seems like they copy-pasted jh00's algorithm) but beeeeer charges much more reasonable fee

[GUIDE] Cloud mining PTS with Beeeeer pool:

Use an SSH client like Putty to login.
Run this code:

sudo apt-get update
sudo apt-get install -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/ptsminer
cd ~/ptsminer/src
make -f makefile.unix
./ptsminer <your PTS address> <number of threads>

see your coins grow at http://ptsweb.beeeeer.org/user/<your PTS address>

If this guide helped you to mine some coins please send your tips to PkJZUGQYxASg8h7hQ8gGAqs4Q4avTyg7q2

Thanks!



thanks is working but using beeeeer pool so hard to find a share... :(

Difficulty increased 6x-8x times for second time already. Its gonna be hard to mine on any pool now.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: belltown on November 18, 2013, 05:08:24 PM
Super, any update on possible $200 credit? The sooner we get it the more coins we mine before difficulty jumps again. But no pressure, man.  :) Free is free.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 18, 2013, 05:17:02 PM
Super, any update on possible $200 credit? The sooner we get it the more coins we mine before difficulty jumps again. But no pressure, man.  :) Free is free.
Working on it now.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: ParmaBTC on November 18, 2013, 09:25:50 PM
i did last night
thanks  Po2xUj4DaYGqbPnhQhCW8HJse39Co58tbv

by the way
i have 3 droplet 8GB 4Core, each at 50% CPU (m512 t 8 ) 50.0000 max, isn't it possible groove to 100 % of CPU.
now it cost 7$ for 24h but mined only 0,4 PTS on ypool...

any suggestions?


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: cad_cdn on November 18, 2013, 09:33:04 PM
getting 'memory segmentation' errors from digital ocean, used the script exactly as outlined. looking for help, someone said post error, I did, no reply anyone else have any suggestions?

- used you affiliate code (you are welcome)
- posted my wallet address got nothing.
getting pissed off...
wasted $5.

 


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 18, 2013, 09:59:53 PM
getting 'memory segmentation' errors from digital ocean, used the script exactly as outlined. looking for help, someone said post error, I did, no reply anyone else have any suggestions?

- used you affiliate code (you are welcome)
- posted my wallet address got nothing.
getting pissed off...
wasted $5.

 
Give us a copy paste so we can actually have enough info to help you.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: cad_cdn on November 18, 2013, 10:03:07 PM
spawning 8 worker thread(s)
[WORKER6] Hello, World!
[WORKER6] GoGoGo!
[WORKER7] Hello, World!
[WORKER7] GoGoGo!
[WORKER5] Hello, World!
[WORKER5] GoGoGo!
[WORKER4] Hello, World!
[WORKER4] GoGoGo!
[WORKER3] Hello, World!
[WORKER3] GoGoGo!
[WORKER2] Hello, World!
[WORKER2] GoGoGo!
[WORKER1] Hello, World!
[WORKER1] GoGoGo!
[WORKER0] Hello, World!
[WORKER0] GoGoGo!
connecting to 54.201.26.128:1337
[MASTER] work received - sharetarget: 03ffffffffffffffffffffffffffffffffffffffffffffffffffffffbeefde4d
Segmentation fault
root@pts:~#

getting 'memory segmentation' errors from digital ocean, used the script exactly as outlined. looking for help, someone said post error, I did, no reply anyone else have any suggestions?

- used you affiliate code (you are welcome)
- posted my wallet address got nothing.
getting pissed off...
wasted $5.

 
Give us a copy paste so we can actually have enough info to help you.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on November 19, 2013, 02:47:02 AM
spawning 8 worker thread(s)
[WORKER6] Hello, World!
[WORKER6] GoGoGo!
[WORKER7] Hello, World!
[WORKER7] GoGoGo!
[WORKER5] Hello, World!
[WORKER5] GoGoGo!
[WORKER4] Hello, World!
[WORKER4] GoGoGo!
[WORKER3] Hello, World!
[WORKER3] GoGoGo!
[WORKER2] Hello, World!
[WORKER2] GoGoGo!
[WORKER1] Hello, World!
[WORKER1] GoGoGo!
[WORKER0] Hello, World!
[WORKER0] GoGoGo!
connecting to 54.201.26.128:1337
[MASTER] work received - sharetarget: 03ffffffffffffffffffffffffffffffffffffffffffffffffffffffbeefde4d
Segmentation fault
root@pts:~#

getting 'memory segmentation' errors from digital ocean, used the script exactly as outlined. looking for help, someone said post error, I did, no reply anyone else have any suggestions?

- used you affiliate code (you are welcome)
- posted my wallet address got nothing.
getting pissed off...
wasted $5.

 
Give us a copy paste so we can actually have enough info to help you.
What droplet are you running?


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: cad_cdn on November 19, 2013, 02:57:51 AM
512MB, Ram 20GB SSD Disk, Debian 7.0 x64


spawning 8 worker thread(s)
[WORKER6] Hello, World!
[WORKER6] GoGoGo!
[WORKER7] Hello, World!
[WORKER7] GoGoGo!
[WORKER5] Hello, World!
[WORKER5] GoGoGo!
[WORKER4] Hello, World!
[WORKER4] GoGoGo!
[WORKER3] Hello, World!
[WORKER3] GoGoGo!
[WORKER2] Hello, World!
[WORKER2] GoGoGo!
[WORKER1] Hello, World!
[WORKER1] GoGoGo!
[WORKER0] Hello, World!
[WORKER0] GoGoGo!
connecting to 54.201.26.128:1337
[MASTER] work received - sharetarget: 03ffffffffffffffffffffffffffffffffffffffffffffffffffffffbeefde4d
Segmentation fault
root@pts:~#

getting 'memory segmentation' errors from digital ocean, used the script exactly as outlined. looking for help, someone said post error, I did, no reply anyone else have any suggestions?

- used you affiliate code (you are welcome)
- posted my wallet address got nothing.
getting pissed off...
wasted $5.

 
Give us a copy paste so we can actually have enough info to help you.
What droplet are you running?


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: Wipeout2097 on November 19, 2013, 09:25:57 PM
PhrHHGWwHwamD69EwFoabRjDJn1AQUmdcF

Thanks for the giveaway


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: bnogal on November 19, 2013, 09:30:17 PM
just in case.... after mining for hours i just got 0.002PTS

Ppbwj6GfcmbushUz9QhUbcRoMG3gxtvfEb


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: mamamae on November 22, 2013, 09:00:42 PM
PagwJWqJtooTxdXBGC9BSFNheiBDEV46x9
thanks


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: BitSugar on November 23, 2013, 06:28:28 PM
PwAWLZU9b6P5Ww2D28sRXUvw7GJFyKfmue

Thanks


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: kashish948 on November 23, 2013, 09:02:29 PM
PZ9vyvZwXHgWAoo8aMLiPbCBqizBS7u27t

Thanks!


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: steunet on December 01, 2013, 06:03:54 AM
PYjGnFjpnU8EocTL1her6kVQE4Tcf6GJPp
Thnx
Ste


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on December 02, 2013, 12:39:34 AM
PYjGnFjpnU8EocTL1her6kVQE4Tcf6GJPp
Thnx
Ste
Sent!


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: hoian0809 on December 02, 2013, 04:07:45 AM
Quote
1. Sign Up for yPool.
Not active

I signed up with your tutorial.
PobentznPaUDsjCZcM1nLNKPPUoVF9HPgn
Thanks!


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: rhombus_77 on December 03, 2013, 03:47:14 AM
anyone have a copy of ypool.sh?


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: belltown on December 03, 2013, 04:05:34 AM
 You can mine on beer using my guide on page 2. I personally use Beer on Linux and ypool on Windows. New beer miner is very good.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: rhombus_77 on December 03, 2013, 04:07:40 AM
Beeeeer's been down for a few hours.  I was looking for an alternative


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: belltown on December 03, 2013, 04:15:31 AM
You're right. My Linux miners do nothing😞 Switching them to XPM mining until pool is up.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: bitbbs on December 03, 2013, 10:23:03 AM
PhkNipNFAHhYbxcJRcYAzht6CVGhU8kG3Y

Thanks     :)


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: tanlk on December 07, 2013, 10:39:42 AM
Pp59AMzY83xDu1841zGE5njUzdHMTYXbFo

Thanks :)


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: LeftToeCut on December 07, 2013, 10:44:58 AM
both pools down?


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: yabit on December 07, 2013, 11:07:10 AM
started, thx!

PuyEG4LR9AxZn5jRShF6h4Yq5NZFWa3Qa5



Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: coinpr0n on December 07, 2013, 01:53:33 PM
PikqGUDpVk1G49jWaQe9dPXVormZEJtzpD

appreciated!


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: DolanDuck on December 07, 2013, 01:58:21 PM
thanks & GL!

PY6otGtiGGVBFbtF5tj86in45uY4DKyACa



Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: gigamike on December 08, 2013, 11:48:56 AM
Guys,

newbie,question, how many workers do you set for 8GB/4CPU on DO? 15?

Thanks,

Mike


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: shigataganai on December 08, 2013, 04:47:49 PM
PhWQtAz2wHX3dPk4DrDRma8StNK5PFapW8

Thanks and GL!!

 ;D


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: coinpr0n on December 08, 2013, 09:39:56 PM
Guys,

newbie,question, how many workers do you set for 8GB/4CPU on DO? 15?

Thanks,

Mike

Workers?? From my understanding ONLY ONE - unless I'm wrong and someone can correct me.

Do you mean how many threads?? I'd say about two threads per cpu... 4CPU => 8 threads. Again, correct me if I'm wrong.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: gigamike on December 08, 2013, 10:34:26 PM
Hi,

yes threads, i think threads is same as workers. Notice when you run the command the number of threads is same as workers

[WORKER0] GoGoGo!
[WORKER1] GoGoGo!
[WORKER2] GoGoGo!
[WORKER3] GoGoGo!
[WORKER4] GoGoGo!
[WORKER5] GoGoGo!
[WORKER6] GoGoGo!
[WORKER7] GoGoGo!
[WORKER8] GoGoGo!
[WORKER9] GoGoGo!
[WORKER10] GoGoGo!
[WORKER11] GoGoGo!
[WORKER12] GoGoGo!
[WORKER13] GoGoGo!
[WORKER14] GoGoGo!

Mike

Guys,

newbie,question, how many workers do you set for 8GB/4CPU on DO? 15?

Thanks,

Mike

Workers?? From my understanding ONLY ONE - unless I'm wrong and someone can correct me.

Do you mean how many threads?? I'd say about two threads per cpu... 4CPU => 8 threads. Again, correct me if I'm wrong.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: coinpr0n on December 08, 2013, 11:21:18 PM
Ok. I don't which miner you are using, but workers - strictly speaking - are not the same as threads. Workers are set up on the pool's website, they have names like eg. myusername.pts_1 and myusername.pts_2 ... and you use them for running on different systems. (Perhaps on your miner threads are called workers, I don't know.)


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: farafaucet on December 09, 2013, 06:54:06 AM
I'd signed up before this giveaway :(

Could you send me some PTS anyway, please? :)

PYkszPZ6wYPcu9jsJTh761qLi3LRSs3ekv


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: Dillinger on December 09, 2013, 03:50:53 PM
Pv3dP2Jn6qcPsReKQ7QDypTvh7CBjCUre9 I used your link to signup, but now i can't connect to protoshares.net at digitalocean. Any help?


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: exokk on December 09, 2013, 08:20:04 PM
PtLaNGAkHVCoNJ5jTPc8Fty1bxa7pMTywG


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: best14you on December 10, 2013, 02:15:39 AM
I have been trying to put my wallet on this website all week!
Finally! PevEjYteDpFCtWpZFMZ79naeXQCFViwzDx

Thanks in advance. I am trying to mine, but having difficuties...


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: c275 on December 10, 2013, 10:16:35 PM

Code:
wget protoshares.net/ypool.sh


404 Not Found  :-\ :'(


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: neo101one on December 11, 2013, 05:36:03 PM
Anyone using DO should be aware that they will lock your account if you have more than one. And they wont unlock it unless you close the other one and will ask you all these questions before they do it.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: silentempest on December 15, 2013, 11:23:55 PM
If I started the mining process with Beeeeeeeer, does it stop when I exit the PuTTY window?


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: networthsigns on December 16, 2013, 04:40:28 AM
PueTatEjP7Gm1YPdaFRQTdfYHD3pCBnkfx

Thanks


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: coinpr0n on December 16, 2013, 08:07:46 PM
If I started the mining process with Beeeeeeeer, does it stop when I exit the PuTTY window?

Use nohup or screen commands in the shell, they don't close when you log out.


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: burnum on December 18, 2013, 08:30:05 AM
Bump


Title: Re: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean
Post by: super3 on December 20, 2013, 06:09:39 PM
This guide is outdated. Please use http://protoshares.com/mining.html (http://protoshares.com/mining.html)