Pages:
Author

Topic: [XPM] Pool mining primecoin using DigitalOcean (VPS) - page 38. (Read 88559 times)

sr. member
Activity: 378
Merit: 255
What did you write to transfer any found coins?

Grab the address the coins were mined into.

From the vps: primecoind exportprivkey $address

From your main wallet, importprivkey $privkey

Then stop primecoind on the vps, delete wallet.dat, and restart.

Careful though!
sr. member
Activity: 472
Merit: 250
What did you write to transfer any found coins?
newbie
Activity: 18
Merit: 0
Thanks for the instructions!  You should add that the $10 coupon only works if we input the credit card on the OP.  I missed out on it after I paid with paypal  Cry

Looking forward to see what we can mine here!
full member
Activity: 138
Merit: 100
Got the 10 dollars credited to the account, maybe you will get some referral bonus at least...
legendary
Activity: 2674
Merit: 2965
Terminated.
You can enter the promo code on the "add credit card page", without adding the credit card. The code is validate on the fly


EDIT : well you still have to add a payment method if you want to run an instance
which sucks and yes i know.
sr. member
Activity: 392
Merit: 250
You can enter the promo code on the "add credit card page", without adding the credit card. The code is validate on the fly


EDIT : well you still have to add a payment method if you want to run an instance
sr. member
Activity: 378
Merit: 255
Working better than EC2? Stop using cheap options and try the biggest cluster son  Cool

It does work better than EC2, if you try a big instance let us know your results. Main reason I chose not to is the 8x CPU instance costs more than 8x the tiny instance.
I ran huge cluster on amazon, you sir have no clue what you're talking about 5$ per hour is cheap for it's power Wink

It's untested whether it scales for this purpose.
legendary
Activity: 2674
Merit: 2965
Terminated.
Working better than EC2? Stop using cheap options and try the biggest cluster son  Cool

It does work better than EC2, if you try a big instance let us know your results. Main reason I chose not to is the 8x CPU instance costs more than 8x the tiny instance.
I ran a huge cluster on amazon, you sir have no clue what you're talking about 5$ per hour is cheap for it's power Wink
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
For the promo code you need to enter your credit card details. Otherwise there's Paypal but then you can't enter the promo code.
Well that sucks...
sr. member
Activity: 378
Merit: 255
Working better than EC2? Stop using cheap options and try the biggest cluster son  Cool

It does work better than EC2, if you try a big instance let us know your results. Main reason I chose not to is the 8x CPU instance costs more than 8x the tiny instance.
legendary
Activity: 2674
Merit: 2965
Terminated.
Working better than EC2? Stop using cheap options and try the biggest cluster son  Cool
sr. member
Activity: 378
Merit: 255
Nice referral link  Wink

Emboldened for clarity.
sr. member
Activity: 686
Merit: 259
Nice referral link  Wink
sr. member
Activity: 378
Merit: 255
Primecoin now supports pooled mining! If you sign up please use my referral link below. I take no responsibility for your results or the security of this arrangement! Usually I would suggest not using root for anything, but hey, time's a wastin'!

1) Go to DigitalOcean and sign up for an account.

FYI, signing up for multiple accounts using the same info is against their terms of service. If you do this you may have your account removed by DigitalOcean.

2) Create an Ubuntu 13.10 x64 droplet with the size you want.

3) You will be emailed an IP address and password. SSH into your new VM.

Code:
ssh root@YOUR-AWESOME-IP

4) Enter this beast into the console, replacing the primecoin address with your own wallet address and the genproclimit with the number of CPUs you're paying for:

sudo apt-get update && sudo apt-get install -y screen yasm git make g++ build-essential libminiupnpc-dev libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix; git clone https://github.com/thbaumbach/primecoin; cd ~/primecoin/src; make -f makefile.unix;  screen ./primeminer -poolip=54.200.248.75 -poolport=1337 -pooluser=Acrenf7WMZ3yFc7xkdbF8rGuuLw36Bkknr -poolpassword=PASSWORD -genproclimit=1

What's happening here is that we get all the packages needed for building, we download the source for the miner and make the binary executable. Once it's running we connect to the beeeeer pool. You can disconnect from screen without stopping mining by pressing ctrl-a; then d. To reconnect to the miner use `screen -d`.

Once you've started finding shares head over to (after replacing your XPM address):

http://beeeeer.org/user/Acrenf7WMZ3yFc7xkdbF8rGuuLw36Bkknr

The current payout threshold is 3.01 XPM.

BONUS POINTS: Set it up as a service that starts at boot and clone the droplet.

NOTE: If you get this error,

Code:
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make: *** [obj/db.o] Error 4

It's because you're on a small droplet (like me). So add swap space, run make, and start the miner!

sudo dd if=/dev/zero of=/swapfile bs=64M count=16; sudo mkswap /swapfile; sudo swapon /swapfile; make -f makefile.unix;  screen ./primeminer -poolip=54.200.248.75 -poolport=1337 -pooluser=Acrenf7WMZ3yFc7xkdbF8rGuuLw36Bkknr -poolpassword=PASSWORD -genproclimit=8

Stickers!

Got my DigitalOcean stickers today!



You can request your own by emailing [email protected] .
Pages:
Jump to: