casiono.in

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Thursday, 11 July 2013

Mining PrimeCoin using DigitalOcean (VPS)

Posted on 03:45 by Unknown
I'd like to quickly write up what Vorksholk suggested. It has been working better than EC2 for me. 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.

2) Use this code for a free $10 credit on Ubuntu instances: Get Here

3) Create an Ubuntu 13.04 x64 droplet for $.007/hr. That's $5 a month so you should be able to run 2 instances for a month with little risk.

4) You will be emailed an ip address and password. SSH into your new VM.
Read more :
https://www.digitalocean.com/community/articles/how-to-create-your-first-digitalocean-droplet-virtual-server

To get the latest primecoin miner you need to build from source, below. When a new binary is posted I will link to it here.

5) Download primecoind from sourceforge, you may have to find a new link but this works for now:

Code:
wget -O primecoind-0.1.0-linux.tar.gz "http://downloads.sourceforge.net/project/primecoin/0.1.0/primecoin-0.1.0-linux.tar.gz?r=&ts=1373384018&use_mirror=superb-dca3"
tar -zxvf primecoind-0.1.0-linux.tar.gz
mv primecoin-0.1.0-linux/bin/64/primecoind /usr/local/bin/.

6) Set up your primecoin.conf.

Code:
mkdir ~/.primecoin
echo "rpcuser=yourusername
rpcpassword=SomethingReallyLongThatNoOneCouldGuess
gen=1" > ~/.primecoin/primecoin.conf

7) Now you can start mining!
Code:
primecoind --daemon

 To keep an eye on the fruits of your labors you can use the watch command. This will show you your primespersec and if you find a block.

Code:
watch 'primecoind listtransactions & primecoind getmininginfo'


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 and lose access to any coins you've mined.

Speed reports
user speed range instance details
TheSpiral 200-270pps
twobits 75-100pps 1 core
twobits 700pps 4 core
CyberClones 112-169pps
kimosan 100-180pps 1-core/1gig
kimosan 270-330pps 1-core/1gig

Old speeds before update...
Entz: 30-40pps
jaakkop: 28-70pps
kimosan: 7-25pps
TheChries: 18-49pps (Note: anecdotally reports "New York 1" gives best performance)
anon2301: 25-30pps

Update

Today's update vastly improves mining. I'm getting up to 200 on the smallest instance, the large instance gets 1500+, I built it like this on the large instance.

Code:
apt-get install git
git clone https://github.com/primecoin/primecoin.git
apt-get install build-essential libssl-dev libboost-all-dev libdb5.3++-dev -y
cd ~/primecoin/src 
make -f makefile.unix USE_UPNP=-
mkdir ~/.primecoin
echo "rpcuser=UserName
rpcpassword=SomethingReallyLongOK
gen=1" > ~/.primecoin/primecoin.conf
sudo mv primecoind /usr/local/bin/.
primecoind --daemon
watch 'primecoind listtransactions & primecoind getmininginfo'

Getting coins to another wallet:

There are a number of ways to do this:

After they've matured:

Code:
primecoind sendtoaddress address amount

Show address
code:
primecoind getaccountaddress <your rpcuser>

Show amount:
code:
primecoind getinfo

Show speed:
code:
primecoind getmininginfo

Before they've matured:
from vps:
Code:
primecoind listtransactions # to find the receiving address
primecoind dumpprivkey $receiving_address

from home:
Code:
primecoind importprivkey $privkey_from_vps

I then remove the wallet.dat from the vps to get all new keys, though its not necessary.

Website
http://primecoin.org

Design paper published today at
http://ppcoin.org/static/primecoin-paper.pdf

Source code will be available at:
https://github.com/primecoin/primecoin

Official Build (Windows + Linux, primecoind & primecoin-qt) will be available at:
https://sourceforge.net/projects/primecoin/files/

Exchange :
https://www.cryptsy.com/markets/view/63
https://mcxnow.com/exchange/XPM
http://www.coins-e.com/exchange/XPM_BTC/

DONATE [ PrimeCoin ] : AKNvVLAJYCAtk5WFbe8XBWxN7WrxYScZ9q
Email ThisBlogThis!Share to XShare to Facebook
Posted in Mining PrimeCoin | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • CasinoCoin [CSC] - The Premiere Coin for Online Casino Gaming
    CasinoCoin: An open source, peer-to-peer digital currency specifically designed for online casino gaming CasinoCoin was officially launched ...
  • [XPM] Primecoin High Performance Linux Compilation Guide
    Tested with the following Linux distributions:  - Ubuntu 13.04  - CentOS 6.4 Step 1. Installing the required dependencies Using apt-get with...
  • 600 GH And 300 GH Bitcoin Mining Card
    Performance Specifications 600 GH/s or 300 GH/s nominal performance ( + / - 20% ) 350w (0.6w/GH conservative estimate) or 175w (0.6w/GH cons...
  • Quarkcoin Mining on VPS
    Before You Begin 1.Download PuTTY (putty.exe) so you can connect to your VPS when the time comes. 2.Sign up for a DigitalOcean or Linode ...
  • Digitalcoin [DGC] new alt-coin !
    Digitalcoin is meant to be a simple currency that keeps its value well and does not experience as much volatility as some other crypto curre...
  • CraftCoin
    CraftCoin is a minecraft game currency that is portable from server to server. For example: if you are playing a game on server "A...
  • Phenixcoin [PXC]
    Phenixcoin is based off of Litecoin using scrypt as a proof of work scheme. Phenixcoin was developed for use with our various sites. It is c...
  • Mining PrimeCoin using DigitalOcean (VPS)
    I'd like to quickly write up what Vorksholk suggested. It has been working better than EC2 for me. If you sign up please use my referral...
  • Bottlecaps [CAP] is new coin .
    Specifications: Algorithm: PoW Scrypt with PoS (add 51% resistance with the PoS) Block Time: 60 seconds Difficulty: Starts at 0.25  with a 4...
  • AnonCoin [ ANC ]
    AnonCoin goal is to be used on both darknets like I2P, TOR and others, and internet/clearnet. At current moment it works with SOCKS over I2P...

Categories

  • [QRK] QuarkCoin
  • 600 GH Bitcoin Mining Card
  • AnonCoin [ ANC ] Mining
  • Argentum
  • Asus 7970
  • BitBar [BTB]
  • Bottlecaps [CAP]
  • CasinoCoin [CSC] Mining
  • CHNcoin
  • CNCoin
  • CraftCoin
  • Digitalcoin [DGC]
  • ELACOIN [ELC]
  • GameCoin (GME)
  • Giga HD 7990
  • GoldCoin [GLD]
  • GPU Miner Primecoin XPM
  • JunkCoin (JKC)
  • junkcoin JKC
  • Krugercoin [KGC]
  • MegaCoin [MEC]
  • mining junkcoin
  • Mining PrimeCoin
  • Minining [XPM] Primecoin on Linux
  • news
  • Phenixcoin [PXC]
  • PowerCoin (PWC)
  • PrimeCoin XPM Mining
  • the case BTC $ 75m
  • the case BTC $ 75m
  • USB Block Erupter by ASICMINER
  • Worldcoin[WDC]
  • YAC mining
  • Yacoin [YAC]

Blog Archive

  • ▼  2013 (32)
    • ►  December (2)
    • ►  November (1)
    • ▼  July (12)
      • AnonCoin [ ANC ]
      • CasinoCoin [CSC] - The Premiere Coin for Online C...
      • USB Block Erupter by ASICMINER
      • [XPM] Primecoin High Performance Linux Compilation...
      • [XPM] Working on a GPU miner for Primecoin !
      • Krugercoin [KGC]
      • PrimeCoin [XPM] mining on CPU.
      • MegaCoin [MEC]
      • Bottlecaps [CAP] is new coin .
      • CraftCoin
      • Argentum is new coin .
      • Mining PrimeCoin using DigitalOcean (VPS)
    • ►  June (1)
    • ►  May (16)
Powered by Blogger.

About Me

Unknown
View my complete profile