Pages:
Author

Topic: [Guide and Giveaway] Free $10 - Cloud Mining PTS with yPool and Digital Ocean - page 3. (Read 15211 times)

legendary
Activity: 1094
Merit: 1006
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.  Smiley Free is free.
Working on it now.
sr. member
Activity: 301
Merit: 250
still can't change my profile pic
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.  Smiley Free is free.
sr. member
Activity: 301
Merit: 250
still can't change my profile pic
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

see your coins grow at http://ptsweb.beeeeer.org/user/

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... Sad

Difficulty increased 6x-8x times for second time already. Its gonna be hard to mine on any pool now.
newbie
Activity: 14
Merit: 0
PqoxTiPnqqV4yrEaPewbVQzzK4myH1A2qc thanks
sr. member
Activity: 350
Merit: 250
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 Smiley
sr. member
Activity: 350
Merit: 250
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 Smiley

Happy to admit I'm a sheep Cheesy


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

Smiley

Thank you Smiley
newbie
Activity: 12
Merit: 0
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 Smiley

Happy to admit I'm a sheep Cheesy


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

Smiley
sr. member
Activity: 350
Merit: 250
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 Smiley

Happy to admit I'm a sheep Cheesy
newbie
Activity: 12
Merit: 0
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
sr. member
Activity: 350
Merit: 250
what do i enter for number of threads :s
newbie
Activity: 12
Merit: 0
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

see your coins grow at http://ptsweb.beeeeer.org/user/

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... Sad
newbie
Activity: 16
Merit: 0

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
newbie
Activity: 12
Merit: 0
Signed up under you and did a $10 credit

PftcSQJi6YP2voqrzSfESVpgYWU8Eu8dx1

Thanks for the guide   Wink
legendary
Activity: 1713
Merit: 1029
I did what you said and I'm getting this:



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


Looks like you're running beeeeeer's.  PTSminer, right?
hero member
Activity: 784
Merit: 500
I did what you said and I'm getting this:



However, yPool shows that I'm not getting anything, why is that?
sr. member
Activity: 728
Merit: 253
A Blockchain Mobile Operator With Token Rewards
With the new script, I'm stuck at step 9 again?  Can someone tell me what to do from a noob perspective?

Thanks!
hero member
Activity: 910
Merit: 1002
Pmk1V1M3LjHmsuEFV8JM8fh8MgK5kvYngv
thanks
sr. member
Activity: 476
Merit: 500
Thank You For The Guide!

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

Phbi5AGEyy5sZUmZCkA46j61BhV2JqRn27
legendary
Activity: 1094
Merit: 1006
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.
sr. member
Activity: 252
Merit: 250
Quote
If you would just like some coins post your address below.
yes please Smiley

Pb84GPLqyqRk5UtWwSbfY2UggAQkdsqNNH

thanks
Pages:
Jump to: