casiono.in

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

Monday, 2 December 2013

Quarkcoin Mining on VPS

Posted on 05:37 by Unknown
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 account.
 +During the creation process, be sure to create a node running Ubuntu 13.04 x64 (not x86)
 +Pick whichever hardware configuration you like (number of CPUs, RAM, etc)
3.If you signed up for DigitalOcean, check your email for your root password.  If you signed up for Linode, your password will be what you specified.
4.Run PuTTY and paste the node's IP address into the "Host Name" slot, then hit "Open" at the bottom.
5.PuTTY will ask you to confirm the SSH key, press Yes (it will only ask once)

6.Type or paste your password into PuTTY and press enter.  To paste, simply right click.
Note: You will not see the password characters!  This is normal.


Getting Down to Business

1.If you chose DigitalOcean, it's time to change the root password!  Type passwd, press enter, then enter a new password.  Just like before, the password characters will not show up.

2.Copy this automated setup script to notepad. (highlighted version)
3.At the top of the script, there are fields starting with "QUARKCOIN_".  Fill these out with your desired info.  Be sure to keep the quotes!
QUARKCOIN_USERNAME is your quarkcoind username.  It's required for quarkcoind to work properly!
4.Copy the entire modified script from notepad and paste it into your PuTTY window (right click), then hit enter.
5.The setup is now running.  It will take approximately 10 minutes to complete.
6.Once the script completes, you will see a brief help message and list of commands.


Congratulations!  You're now mining for quarkcoins!

It may take a few minutes before you actually begin mining.  This is normal.  Quarkcoin needs to download the blockchain before it can begin doing work.  After it's caught up, you should be able to run ./peek and see that it's generating quarks.

If you'd like to maximize your mining potential, please see my mini-guide on How to Clone DigitalOcean Droplets.


What Now?
1.If you haven't already, download the latest version of the Quarkcoin client.
You can download it from http://www.quarkcoin.com/.
To "merge" your quarkcoin accounts into one, you'll need to gather the private keys from your VPS nodes
1.Log into your droplet like you did at the beginning of the setup.  This time your password will be what you set it to.
2.Run ./peek to verify that quarkcoind is running.  If it isn't, run ./start-quarkcoind and wait a few moments.
3.Run ./myinfo to dump your addresses and private keys values.

4.Copy the private key value (the random text after "PrivKey:") by highlighting it with your cursor.
5.On your main computer, open Quarkcoin and import the private key.
From the main Quarkcoin screen, click Help -> Debug Window
In the new popup, select Console
Type importprivkey YOUR_PRIVKEY SOME_LABEL and wait a few seconds.  YOUR_PRIVKEY is what you copied from PuTTY and SOME_LABEL is what you want the address to appear as in your address book.

Repeat this for as many private keys you wish to import.  Once finished, close and re-run the Quarkcoin client.  You should see the new addresses under "Receive".
6.Note: if an instance of quarkcoind mines a block, it may not be under the address you exported.  Wait for the block to be confirmed, then dump your addresses again.  Alternately, modify the notify-wallet script to FTP a backup of your wallet.dat file.
Occasionally you may wish to update your quarkcoin miner when new versions or patches are released.  To do this...
1.Log into your DigitalOcean droplet
2.Run ./stop-quarkcoind to stop the quarkcoind process
3.Run ./build-quarkcoin to update and rebuild quarkcoind
4.Run ./start-quarkcoind to start your quarkcoind process again
5.Wait a few minutes and run ./peek to make sure it's running correctly
If you'd like to remotely backup your wallet.dat file whenever you mint a new block, check this short guide.

Changelog
27 August, 2013
Cron reboot script now works properly.  (Damn you cron and your newlines!)
~/peek no longer shows orphaned blocks.  Balance will only include transactions with one or more confirmations.
~/myinfo now shows all addresses, not just those in the last ~100 transactions.  The pattern matching has been made more generic, so it works with just about any coin on main/testnet.  It also only does a lookup on addresses that generated a block or received currency.
Now includes a ~/restart-quarkcoind script

Notes
The images in this guide are from my other primecoin guide and are slightly dated.  The images serve to illustrate, but shouldn't be taken as definitive.


Don't forget  DONATE.




Read More
Posted in [QRK] QuarkCoin | No comments

[QRK] QuarkCoin Mining

Posted on 05:06 by Unknown

 Specifications 

* Super secure hashing: 9 rounds of hashing from 6 hashing functions (blake, bmw, groestl, jh, keccak, skein). 3 rounds apply a random hashing function.
* CPU mining
* Quick block generation: 30 seconds
* 2048 QRK per block (halving every 60480 blocks ~ 3 weeks)
* Block reward will never drop below 1 QRK
* Total of 247 million QRK will be mined in ~ 6 months, after that ~ 1 million QRK p.a. (~ 0.5% p.a inflation)
* Difficulty retargets every 20 blocks (maximum 10% up or 50% down)

 Downloads 

Source code:
https://github.com/MaxGuevara/quark

Windows Qt wallet:
http://www.quarkcoin.com/quarkcoin083r3win.zip
http://download.qrkblock.com/quarkcoin083r3win.zip
https://drive.google.com/file/d/0ByuuhJDWrO0wdWl5Qms1ZHRkOXM/edit?usp=sharing
    File hashes:
        md5 ed0dbc49bdc1e0d7cef3acd043d90f20
        sha1 042dd72da0c3d93f5f1ab71a781d63cedf50a4d7
        sha256 9d2970965789c2e144f0faedc2b0b25ed6012804274d56c14b778a2056d33d12

Linux Qt wallet (x64)
https://docs.google.com/file/d/0ByuuhJDWrO0wbWVjN056bkdtTzQ/edit?usp=sharing
    File hashes:
        md5 6260d0fb4aacaf8dac5dc3718a03b108
        sha1 dd0270e89d3c15a2bb9832d1441857fb1c528a3d
        sha256 908683382c6de75ad2da26b701a41c7ebb87f2de00982647ecfecdc3e254b7f2

Max OSX wallet (Built by maxpower)
https://www.dropbox.com/s/uwfy0rqd3x74o1u/Quarkcoin-Qt-0.8.30-1-Mac.zip

21 Nov 2013 - Github source code updated with checkpoint.
04 Aug 2013 - Github source code updated with checkpoint.

 Standalone miners 

Neisklar's Quark version of CPU Miner (source code):
I finally got rid from the last pieces of GPL'ed code in my own miner and can now release it to the public. This miner is not free, a royalty of 1/8 (12.5%) is deducted from every mined block. (Coinbase transaction have 2 outputs, so I get my fee at exactly the same moment you'll get your coins).

Download :https://mega.co.nz/#!QMMEFBYY!AgH4OGrKaRHkRjiVfVXXzxBHbTIlgdD5o3ak2VFuU78

Edit quarkcoin.conf (or Offering.conf, or securecoin.conf) file of your wallet to enable solo-mining, put your own username and password there:
listen=1
rpcallowip=127.0.0.1
rpcuser=username
rpcpassword=password
rpcport=8772
server=1

Edit sm.cmd from downloaded archive, put your own username, password and wallet address there:

smelter -o http://127.0.0.1:8772 -u username -p password -a QNiGvoYctyMwzV1ZjNbjhEoKdQVzFKsmVw

This is pre-alpha software, expect all kinds of bugs to be found, don't hesitate to report it here!
NVidia and old/rare AMD cards are not supported. Please, give me some time to iron out bugs
Original release of Neisklar's Quark CPU Miner (source code) - https://docs.google.com/file/d/0ByuuhJDWrO0wVXhULTFEOWMtaTQ/edit?usp=sharing
Stonefoz's miner (source code)
http://stonefoz.myfastmail.com/cpuminer-quark.zip
http://stonefoz.myfastmail.com/cpuminer-quark2.zip


 Web sites 

Quark
http://www.quarkcoin.com/
Forums
http://forum.qrk.cc/
http://quarktalk.com/

 Mining instructions

* Launch your wallet with -gen=1, or add "gen=1" to your quarkcoin.conf file, or type "setgenerate true -1" from the debug console
* See here for a VPS mining guide: http://miner4world.blogspot.com/2013/12/quarkcoin-mining-on-vps.html
* Various optimised standalone miners available

 Example quarkcoin.conf file

listen=1
maxconnections=80
gen=1
genproclimit=-1
rpcuser=myusername
rpcpassword=mypassword
rpcport=9999
server=1
daemon=1

 Ports

11973 Network port

Please open port 11973 on your router and post your IP here.

 Exchanges

Cryptsy - https://www.cryptsy.com/markets/view/71
Coins-E - https://www.coins-e.com/exchange/QRK_BTC/
BTER - https://bter.com/trade/qrk_btc

 Block explorer

http://explorer.andarazoroflove.org/quark/block_crawler.php
http://qrkblock.com/ (coming soon)

 Pools

P2Pool - http://176.221.46.81:8372/static/
ex_mac's Pool - http://qrk.mine-pool.net/
feeleep's Pool - http://qrk.coinmine.pl/


DONATE






Read More
Posted in [QRK] QuarkCoin | No comments

Wednesday, 20 November 2013

600 GH And 300 GH Bitcoin Mining Card

Posted on 08:22 by Unknown

Performance Specifications
  • 600 GH/s or 300 GH/s nominal performance ( + / - 20% )
  • 350w (0.6w/GH conservative estimate) or 175w (0.6w/GH conservative estimate)
Connectivity
  • USB 2.0   -  Monarch cards can be used as an external computer peripheral and chained via USB hub.  In this mode the Bitcoin Mining Hardware can be controlled via an Android host or standard Linux or Windows computer. 
  • PCI-Express  -  Monarch cards consume two PCI slots when installed in a standard ATX motherboard.  The PCIe format used is x1 for maximum compatibility.
Mining Software compatibility
  • EasyMiner software is provided for Android, Windows & Linux operating systems.
  • BFGminer - Open source available
  • CGminer - Open source available
  • BitMinter - Java Client
New 'BPU' Form Factor
Our new form factor is a significant advancement in bitcoin mining cost efficiency.  The size, connectivity and power consumption have been tuned to allow effortless deployment using common off the shelf parts. 
For example, in order to deploy 18 TeraHash into a single data center cabinet, you would need 30 Monarch cards.  Each 3 fit nicely into a standard 4U rackmount enclosure with a basic motherboard & ATX power supply unit.  10 of these will fill an entire cabinet with no wasted space.  It will also consume exactly the standard power and cooling capacity provided for a cabinet at most data centers. 
That's 18 Terahash of bitcoin mining power in one cabinet with no expensive or proprietary parts, no exotic back planes, no oddball power systems and zero risk of part availability troubles to complicate maintenance.
Shipping Schedule
This is a Pre-Order product which is not yet shipping.  If you're uncomfortable waiting until the development is complete and the product is shipped, do NOT pre-order this product. Perhaps undesirable, but this is a pre-order market.  Customers flatly demand to get in line for the new technology before it's finished development.  This has created a lot of drama for the manufacturers but it's something we simply have to deal with.  All manufacturers in this space have experienced some degree of delay with their first generation ASIC.  Every last one of them, so we're reluctant to give a specific delivery date.  However, this is our second generation, so we have much greater clarity on the process and we feel our timeline to begin shipments towards the end of the year is solid.
Here's a breakdown of the timeline.
  • We're now in at the final stage of development (Tapeout) and are sending wafers into production at the foundry in the next few weeks
  • Foundry production takes 10 weeks
  • Bumping, Slicing & BGA packaging takes approximately 2 weeks
  • Initial shipments begin and ramp up to full capacity over the following 3 weeks
Since this is our 2nd generation ASIC chip, we're free from the pitfalls sometimes associated with a first generation design. Testing systems, Bumping masks, Substrates & under fill engineering are all carryovers from our last version of the chip, so they're ready for high volume production once the wafers are ready. The importance of this can't be overstated when considering schedule certainty.  Nevertheless, please do not purchase this product if you are unwilling to wait for the product to complete its development.  
Dimensions:  Weight: 1 lb. 5.5 oz Dimensions: 12.4" x 5.5" x 2.36"
Warranty: This unit’s system board has one year warranty from manufacture defect or component failure.
Institutional Pricing:  If you would like to purchase 50 or more cards, please contact Dave McClain for institutional pricing: 913-710-4865
Order Transfers: You may transfer the full amount of your previous order and shipping into a new product. You must add new products equal to or more than the amount of your old orders plus shipping; minus transfer fee if applicable. The system will not allow you to order products totaling less than the $ amount of transfers. Any funds left over after order transfer (applicable in a few cases) will be labelled as store credit and may be used toward purchase of future orders.
Pre-Order Terms: This is a pre-order. 28nm ASIC bitcoin mining products are shipped according to placement in the order queue, and delivery may take 3 months or more after order. All sales are final.

Price :
600 GH/s : $4700 
300 GH/s : $2800

                                                                BUY  NOW


Read More
Posted in 600 GH Bitcoin Mining Card | No comments

Tuesday, 23 July 2013

AnonCoin [ ANC ]

Posted on 03:13 by Unknown

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/TOR. Native support to I2P should be in place soon. It's a scrypt based coin, forked from Litecoin but still got some nice features from other coins too. Not at least it's own twist of them.

Features
- 3.42 minute block targets
- Starts with 4.2 coin blocks until block 42000
- 7 coin blocks until block 77777
- 5 coin blocks after 77778, then subsidy halves in 306600 blocks (~2 years)
- A limit on 4,2 Million coins
- Native I2P support (Anonymous darknet)

NOT Pre-mined (only ~1000 blocks, but most of it goes to the facuet)

Planned/In progress
- Android wallet, with a embedded mini I2P router for anonymous transactions

Webpage:
http://anoncoin.net

Download:
https://anoncoin.net/Downloads.html

Block Explorer:
http://explorer.anoncoin.net
http://altcha.in/chain/Anoncoin

Forum:
http://forum.anoncoin.net

Exchanges:

https://www.coins-e.com/exchange/ANC_BTC/
https://www.cryptsy.com/markets/view/66

Faucet:
http://faucet.anoncoin.net

Lottery:
http://lotto.anoncoin.net

Mining pools:
https://coinpool.in
http://anc.usr.io
http://anon.cryptcoins.net
http://anc.ltcoin.net

Put this in your config file (anoncoin.conf):
Code:
onlynet=tor
tor=127.0.0.1:9050
addnode=m6xwmit3jovw34r2.onion
addnode=aqmdzilaqayzjb6o.onion
addnode=sf2px26xdsqphkef.onion
addnode=wwniwxrykmk2wtcw.onion

Donate :
ANC : AQLE11i7qEXZnkbv8kkuUBgqb6qFXjK128





Read More
Posted in AnonCoin [ ANC ] Mining | No comments

CasinoCoin [CSC] - The Premiere Coin for Online Casino Gaming

Posted on 02:56 by Unknown


CasinoCoin: An open source, peer-to-peer digital currency specifically designed for online casino gaming

CasinoCoin was officially launched on Thursday, July 18th at 9:00PM EST with absolutely no premine.

Since April 15th, 2011, a day dubbed as 'Black Friday' by the online gaming community, it has become increasingly difficult to deposit funds for online casino gaming due to deposit restrictions between centralized financial institutions and online casino platforms. Avid online players have since not been able to enjoy the same conveniences and the ease of accessibility that they were once afforded. Those days are no more with the advent of CasinoCoin.

As a decentralized crypto currency, CasinoCoin offers the solution to help fill this void. Consider CasinoCoin as a universal casino chip that is easily transferable between online casino gaming applications, exchanges and peers. Imagine using CasinoCoin at your favorite online poker sites, then instantly transfer your winnings over to your favorite online casino to play Blackjack. How about a friendly wager over a game of chess? This is all possible with CasinoCoin.

CasinoCoin is an open source, peer-to-peer digital currency specifically designed for online casino gaming. It is a platform independent crypto currency that is easily transferable between gaming applications, exchanges and peers. CasinoCoin can simply be summed up as universal casino chips.

By itself, CasinoCoin has no value. Within casino gaming applications, it can be used to play games of skill and chance. On the exchanges, CasinoCoin is worth what the market values it at and it can be bought, sold and exchanged to fiat currencies such as US dollars or exchanged to other crypto currencies such as Bitcoin.

CasinoCoin is based on the strengths of crypto currency protocols such as Bitcoin, Litecoin, Feathercoin and digitalcoin, giving it a second movers advantage. It leverages the security of Bitcoin, the accessibility of Litecoin, the abundance of Feathercoin, and the speed of digitalcoin. While CasinoCoin can be used as a general purpose currency, it serves a specific purpose and is marketed exclusively for online casino gaming and rewards redemption.

Get active! Join the CasinoCoin community by visiting the links below.

Mission Statement
Central to the goal of CasinoCoin is to help make online casino gaming accessible to all by removing barriers. The success and strength of CasinoCoin rely on three main pillars: active and talented developers, fostering community, and trust through transparency.


Technical Specifications
scrypt proof-of-work algorithm
30 second block time targets
~336 million total coins
720 blocks to retarget difficulty
50 coins per block, halves every 3,153,600 blocks (~3 years)
fair launch, absolutely no premine

Community Support

Show your support by using the CasinoCoin logo as your avatar

Community support is vital to the growth and adoption of CasinoCoin. After much internal debate and discussion about whether to launch with or without a premine, it was decided that CasinoCoin will launch with a fair launch policy with absolutely no premine. By doing so, CasinoCoin will rely on the community for donations that will go towards further development, costs of hosting and servers, and bounties towards the growth of the CasinoCoin ecosystem. Trust through transparency is a cornerstone to CasinoCoin's mission statement -- launching with a premine like so many other unsuccessful alt-coins goes against this principle.


Developers

The CasinoCoin project is open to contributions from active and talented developers. Contact me if you would like to contribute your expertise.

Website: http://casinoco.in
Forum: http://forum.casinoco.in

Pushpool:

http://csc.scryptmining.com | 2% | stratum | prop | vardiff
http://csc.botpool.net | 1% | stratum | prop
http://csc.coinworld.us | 1% | stratum | pplns

P2Pool:

http://csc.xpool.net:8840 | 1% | stratum | pplns

Solo Mining
RPC port: 47970

Sample casinocoin.conf contents:
Code :
rpcuser=yourusername
rpcpassword=yourpassword
server=1
addnode=seed.casinoco.in:47950 
addnode=seed1.casinoco.in:47950
addnode=seed2.casinoco.in:47950
addnode=188.165.218.116:47950

Port Information

P2Pool port: 47950
RPC port: 47970

Downloads

Source: https://github.com/transcoder/CasinoCoin
Windows Wallet:  MEGA
Mac OS X Wallet:  MEGA 



Block Explorers
http://altcha.in/chain/CasinoCoin
http://casinocoin.blockexplore.com


Exchanges

 https://www.cryptsy.com/markets/view/68


CasinoCoin Links

Press kit: http://casinoco.in/presskit
High resolution images: https://github.com/transcoder/CasinoCoin-Assets

Donations

CSC:  CXfWWr7Q44yQGDsJo5gu62SSkXdXXPvkjR

BTC:  1F3pakbmWsoWjsAytCBuMJCyZb1W5s3iX9

Your donations play a vital role in the following:
-continual development of CasinoCoin
-hosting and server related costs (ie. website, forum, DNS seeds, block explorer, etc)
-support for the development of developer APIs that allow integration of CasinoCoin into services
-rewards for integrating CasinoCoin into useful applications

Read More
Posted in CasinoCoin [CSC] Mining | No comments

Saturday, 20 July 2013

USB Block Erupter by ASICMINER

Posted on 05:53 by Unknown

For the price of 1.15 Bitcoins, miners in the United States can order a USB Block Erupter and it will ship First Class/Priority Mail via USPS with tracking, with an expected delivery time of 5- 7 business days.

Initial quantities are limited, but inventory is continually restocked. Backorders will be available between deliveries and will be shipped in the order payment is received.

Replace your GPUs with USB Block Erupters today and say goodbye to the heat, the noise, and the expensive utility bill!
Disclaimer: No mining equipment can guarantee to earn a full return of its value due to the unknown future of BTC value and/or BTC difficulty.

Return Policy: Refunds are not available, but replacements are. Defective units can be returned for a replacement within 2 months of delivery. The buyer will pay for return shipping initially. If the unit is not broken upon arrival, a replacement will be sent at the buyer's expense. If the unit is broken, a replacement will be sent, along with reimbursement for return shipping, and for the 1-2 weeks of mining time lost due to the faulty unit.

Hash Rate  :               330 MH/s
Power Source:           USB (~2.5 watts)













Read More
Posted in USB Block Erupter by ASICMINER | No comments

[XPM] Primecoin High Performance Linux Compilation Guide

Posted on 01:00 by Unknown
Tested with the following Linux distributions:
 - Ubuntu 13.04
 - CentOS 6.4

Step 1. Installing the required dependencies

Using apt-get with latest Ubuntu 13.04:
Code:
sudo apt-get install -y build-essential m4 libssl-dev libdb++-dev libboost-all-dev libminiupnpc-dev

The 'sudo' command requires you to type the password for the current user. If you don't have sudo working, you need to manually switch to root with 'su' before running those commands.

Warning: If you have installed a specific version such as libdb5.3++-dev before, then don't install the meta-package libdb++-dev which may pull a different version.

Alternative for CentOS users:
Code:
su -c 'yum install gcc-c++ m4 openssl-devel db4-devel boost-devel'

Step 2. Compiling GMP

Latest version supports all the new CPUs.

Code:
cd
rm -rf gmp-5.1.2.tar.bz2 gmp-5.1.2
wget http://mirrors.kernel.org/gnu/gmp/gmp-5.1.2.tar.bz2
tar xjvf gmp-5.1.2.tar.bz2
cd gmp-5.1.2
./configure --enable-cxx
make
sudo make install

The configure script will attempt to automatically detect the host CPU and enable the best optimizations for it.

Step 2b. Compiling OpenSSL (for CentOS users)

This step is only required if you're using CentOS. Red Hat has removed support for elliptic curve cryptography from the OpenSSL it supplies.

Code:
cd
rm -rf openssl-1.0.1e.tar.gz openssl-1.0.1e
wget ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/openssl-1.0.1e.tar.gz
tar xzvf openssl-1.0.1e.tar.gz
cd openssl-1.0.1e
./config shared --prefix=/usr/local --libdir=lib
make
sudo make install

Step 2c. Compiling miniupnpc (for CentOS users)

Code:
cd
rm -rf miniupnpc-1.6.20120509.tar.gz
wget http://miniupnp.tuxfamily.org/files/download.php?file=miniupnpc-1.6.20120509.tar.gz
tar xzvf miniupnpc-1.6.20120509.tar.gz
cd miniupnpc-1.6.20120509
make
sudo INSTALLPREFIX=/usr/local make install

Step 3. Compiling primecoind

Code:
cd
rm -rf primecoin-0.1.1-hp5.tar.bz2 primecoin-0.1.1-hp5
wget http://sourceforge.net/projects/primecoin-hp/files/0.1.1-hp5/primecoin-0.1.1-hp5.tar.bz2/download -O primecoin-0.1.1-hp5.tar.bz2
tar xjvf primecoin-0.1.1-hp5.tar.bz2
cd primecoin-0.1.1-hp5/src
sed -i -e 's/$(OPENSSL_INCLUDE_PATH))/$(OPENSSL_INCLUDE_PATH) \/usr\/local\/include)/' makefile.unix
sed -i -e 's/$(OPENSSL_LIB_PATH))/$(OPENSSL_LIB_PATH) \/usr\/local\/lib)/' makefile.unix
sed -i -e 's/$(LDHARDENING) $(LDFLAGS)/$(LDHARDENING) -Wl,-rpath,\/usr\/local\/lib $(LDFLAGS)/' makefile.unix
make -f makefile.unix
strip primecoind
sudo cp -f primecoind /usr/local/bin/

The last line will install the primecoind binary to /usr/local/bin.

CentOS users: Use the following 'make' command instead:
Code:
make -f makefile.unix BOOST_LIB_SUFFIX=-mt

Step 4. Configuration

Create a configuration file:

Code:
cd
mkdir -p .primecoin
echo 'server=1
gen=1
rpcallowip=127.0.0.1
rpcuser=primecoinrpc
rpcpassword=SOME_SECURE_PASSWORD
sievesize=1000000' > .primecoin/primecoin.conf
sed -i -e "s/SOME_SECURE_PASSWORD/`< /dev/urandom tr -cd '[:alnum:]' | head -c32`/" .primecoin/primecoin.conf

You may optinally customize the configuration file. The last line puts a random password in the configuration file automatically, so you don't need to change anything if you're only sending RPC commands from localhost.

Type these commands to create an auto-restart script:

Code:
cd
echo '#!/bin/bash
killall --older-than 10s -q run-primecoind primecoind
function background_loop
        while :; do
                primecoind >/dev/null 2>&1
                sleep 1
        done
background_loop &' > run-primecoind
chmod +x run-primecoind

CentOS users may want to remove the 'killall' command from this script because the version that comes with CentOS does not support the --older-than option.

And for convenience, create a stopping script:

Code:
cd
echo '#!/bin/bash
killall -q run-primecoind
primecoind stop' > stop-primecoind
chmod +x stop-primecoind

Step 5. Starting mining

Simply type the following to start mining:
Code:
./run-primecoind

It will take a while for it to sync up with the network. The script will continue running in the background, automatically restarting primecoind if it crashes.

Step 6. Monitoring the progress

Checking that the primecoind process is runnning:
Code:
ps xuf |grep primecoind

RPC commands can be sent to the daemon like this:
Code:
primecoind getprimespersec
primecoind listtransactions
primecoind getinfo
primecoind getmininginfo
primecoind getdifficulty

Any combination of these can be used with the 'watch' command like this:
Code:
watch 'primecoind getinfo && primecoind listtransactions'

Press Ctrl + C to terminate the watch command.

You can also look at the output in debug.log:
Code:
grep primemeter ~/.primecoin/debug.log

If you want to see those in real-time, try this:
Code:
tail -f ~/.primecoin/debug.log |grep primemeter

Step 7. Stopping mining

Run the stop script:
Code:
./stop-primecoind


DONATE XPM:  AKNvVLAJYCAtk5WFbe8XBWxN7WrxYScZ9q



Read More
Posted in Minining [XPM] Primecoin on Linux | No comments
Older Posts Home
Subscribe to: 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)
      • Quarkcoin Mining on VPS
      • [QRK] QuarkCoin Mining
    • ►  November (1)
    • ►  July (12)
    • ►  June (1)
    • ►  May (16)
Powered by Blogger.

About Me

Unknown
View my complete profile