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

Friday, 19 July 2013

[XPM] Working on a GPU miner for Primecoin !

Posted on 23:02 by Unknown
I am working on an OpenCL GPU miner for Primecoin. I fully intend to release it open-source and for free when it's ready.

Where do I download it?

It's not ready yet, I've just started on July 18th. Donate 1 BTC or more and get early beta access a week before others! The address is in the bottom of this post. Thanks!

When will it be released?

If all goes well, there should be a closed beta on July 30th. The official release will be after a week or two of beta testing.

Why should I trust you?

I am the creator of the GPU miner Reaper. I was the first person to show that GPU mining Litecoins (i.e. scrypt) is possible and also a lot more efficient than on the CPU. I've made my own GPU miners for many coins, including Bitcoin, Litecoin and Yacoin, although not all of them have been released to the public. The Primecoin GPU miner will be free and open-source.

I am also a university math student, and I have made my own implementation of the Elliptic Curve Digital Signature Algorithm used by Bitcoin (and all its forks) to make transactions. From scratch. (Yes, that includes my own bignum library.) I know a lot about algebra, prime numbers and such.

Why not CUDA?

CUDA is not cross-platform. It only works on Nvidia cards, but AMD cards are the ones with the best performance. OpenCL works on all GPUs.

What operating systems will the miner support?

Windows and Linux.

How fast is the miner going to be?

It is very difficult to say at this point. Some people have/had a bounty for a CUDA miner that is twice the speed of the CPU miner. I think that's definitely achievable.

Donate 1 BTC or more and get early beta access!

To fund the development of the miner, I would appreciate it if you could donate a sum of BTC, it will motivate me to work harder and faster, and thus you'll be able to enjoy the miner sooner. As an additional bonus, every donator of 1 BTC (100 XPM) or more gets early access to the beta version at least a week before the miner is officially released.
After donating, please sent email me the transaction ID [ Contact page ]or comment below, so that I know who has donated.

Donation address:

BTC : 1F3pakbmWsoWjsAytCBuMJCyZb1W5s3iX9

Read More
Posted in GPU Miner Primecoin XPM | No comments

Sunday, 14 July 2013

Krugercoin [KGC]

Posted on 13:59 by Unknown

Krugercoin is designed to be the digital currency of the future. Krugercoin runs off the popular scrypt protocol which enables it to have stability for early adapters and users by operating from regular existing computer hardware. At the forefront is our blazing fast speed. Your transaction will be fully confirmed in about 60 seconds or less.

Our major goal is to become the crypto-currency of choice for merchants and consumers for their everyday transaction, whether it be a cup of coffee or a bigger ticket item. Our speed and security makes all of this possible. KrugerCoin is also based on sound money principals which makes it the smart choice for wealth preservation. It is designed to appreciate in value over time, unlike paper currency. This is due to the fact that only x coins will ever be produced. These advantages are what makes us the leading choice for user.

-   Extremely low difficulty 0
-   Block Time: 15 Sec.
-   Confirmations: 4
-   Difficulty Retarget: About 8.4 hours
-   Block Reward: 32 coins halved every 2 years (4,147,200 blocks)
-   Coins: 265,420,800
-   Default Port:8771, RPC port:8772

Website:
http://www.krugercoin.co

Download:

Windows Client:   krugercoin-qt.zip
Windows Daemon: krugercoind.rar

Linux Client: "How to compile Linux client” intructions: See TechStuff in main mneu.

MacOs X Client:   Krugercoin-Qt.zip

Source Code:    https://github.com/krugercoinproject/krugercoin


Statistics:
BlockChain:  http://altcha.in/chain/Krugercoin
BockCrawler: http://krugercoin.kicks-ass.net/block_crawler.php

Crypto Value: http://www.criptovalute.it

Exchanges:  
http://www.coins-e.com
https://www.cryptsy.com/markets/view/65

Gambling:
Crypto Blackjack:  http://cryptoblackjack.kicks-ass.net/index.php?coin_type=23

Faucet:
http://krugercoin.kicks-ass.net

Pools:
Pool (working): http://krugercoin.miningpool.co
Pool (working): http://kgc.coinmine.pl


DONATE [KGC]: YzortfpYSCSwtE6DXYDCJRzatpVwBxuuvy


Read More
Posted in Krugercoin [KGC] | No comments

PrimeCoin [XPM] mining on CPU.

Posted on 08:07 by Unknown
1. Download client :

Windows x64 binaries
http://sourceforge.net/projects/primecoin-hp/files/0.1.1-hp2/primecoin-0.1.1-hp2-winx64.zip/download
https://mega.co.nz/#!Uk8GgRhJ!F0hlYx-8ILSTNY0iMUW3UWrxDnts-Ae2raRC3wikYzU
SHA1SUM: 75a31d52888f51cc6498a0b22e8d9d092dc10841

Windows x86 binaries
http://sourceforge.net/projects/primecoin-hp/files/0.1.1-hp2/primecoin-0.1.1-hp2-winx86.zip/download
https://mega.co.nz/#!kt8GjSaC!PggQNgkoeNHrT7AcbICfakPHmK9sBIkc1Ws4YALSV7k
SHA1SUM: b542b0a594a7cb4b5607410d216483bcd329a2ce

Source code
https://github.com/mikaelh2/primecoin

Source code (.tar.bz2)
http://sourceforge.net/projects/primecoin-hp/files/0.1.1-hp2/primecoin-0.1.1-hp2.tar.bz2/download
https://mega.co.nz/#!koVWWLjA!Ozlt2SSUXFHuYhazUMnc5RLqdVJcdSM50TqLzjd6Ntk
SHA1SUM: 2530231459803dc78955446170a0a540b416df03

2. Mining

- Intall client.
Create a primecoin.conf in the following directory
C:\Users\*userdir*\AppData\Roaming\Primecoin
code:
rpcuser=user
rpcpassword=pass
gen=1
genproclimit=x

->genproclimit is the x of threads to run. Use -1 for all threads/cores
Start mining automatic when you start PrimeCoin.exe.

- And another way :

Open Primecoin client---->Help----->Debug Windows----> Console

Type "setgenerate true"
No .conf file needed, you can also specify how many threads by instead typing "setgenerate true 8"
where 8 would be 8 threads, it could also be 2, 4, 6, 16 or whatever you want to make it.



3. Enjoy it

Exchange:

Mcxnow.com

Cryptsy.com

Coins-e.com

DONATE [XPM] : AKNvVLAJYCAtk5WFbe8XBWxN7WrxYScZ9q





Read More
Posted in PrimeCoin XPM Mining | No comments

Thursday, 11 July 2013

MegaCoin [MEC]

Posted on 09:39 by Unknown
Megacoin is a new type of decentralized currency. Not minted or endorsed by any nation, but by users across the globe.Anywhere there is internet, you can send or receive Megacoins. Even in outer space.There are very little rules for Megacoin.To prevent inflation only a limited supply of 42 million Megacoins will ever exist.Megacoins are mined by users at a set rate for decades into the future.You can get Megacoins for free by mining or trading for them on an exchange.


OFFICIAL MEGACOIN WEBSITE:
 http://www.megacoin.co.nz

Core: Bitcoin v0.8.2 (Actually 0.8.99). No fundraiser required.
Algorithm: Scrypt
Coins: 42 million
Block Target: 2.5 minutes, Difficulty Retarget: 22.5 minutes
The Beginning: 1st 5 months, 21 million coins will be generated
Every 21,000 blocks (1 month) the reward steps down from 500, 250, 125, 75, 50.
Continued Use: Through the next few decades the remaining 21 million will be generated
Every 420,000 blocks (2 years), The reward starts at 25 and is halved each period
10.5 million come from first 2 Years of 420,000 blocks
RPC: 7950, P2P: 7951

Downloads
Windows: http://sourceforge.net/projects/megacoin/files/megacoin-0.8.993-win32-setup.exe/download
Source: http://sourceforge.net/projects/megacoin/files/megacoin-0.8.993-source.zip/download

Exchanges
Cryptsy: https://www.cryptsy.com/markets/view/45

Gaming
Mega Dice: http://www.megadice.co.nz/


Online Wallets
BDRF Wallet System: http://www.bdrf.info


Mining Profitability
Coin Warz: http://www.coinwarz.com
Coin Choose: http://coinchoose.com/
Where To Mine: http://www.wheretomine.com/

Pools
http://meg.smalltimeminer.com
Proportional Payouts, Full Block Rewards Including Tx Fees, 1% Pool Fee
http://coinworld.us:7777/static/
Pool

http://next.afraid.org:8110
PPLNS payout scheme, stratum enabled. PPLNS 1 hr window. 2% fee at this time.

http://mega.minepool.net
Stratum pool. Proportional payout per block after 120 confirmations and 5% reward to block finder

http://megacoin.miningpool.co

http://mec.scryptmining.com
stratum-only, proportional payouts per block (no pplns warmups!), variable difficulty

http://p2poolmining.org:8015/static/


http://mec.usr.io/
PPLNS, Stratum, 0% Fee, Block Bonus for donators


Faucets
http://bdrf.info/faucet_mec.php
BDRF's Megacoin Faucet

http://megs4u.tk/
Megs 4 U

Community Discussion
https://cryptocointalk.com/topic/475-megacoin-information/
CryptoCoinTalk.com - A Very Well Done Website, Designed for Alt-Coins

Block Explorer
http://blockexplorer.coinworld.us:7750/chain/MegaCoin
CoinWorld - Megacoin Block Explorer

http://blockexplorer.coinworld.us:7750/chain/MegaCoin/q/getdifficulty
CoinWorld - Megacoin GetDifficulty URL


DONATE [MEC]: MMAzizAhiXv2L6iG7GtoPSe4gh9Apaapsx


Read More
Posted in MegaCoin [MEC] | No comments

Bottlecaps [CAP] is new coin .

Posted on 09:21 by Unknown

Specifications:
Algorithm: PoW Scrypt with PoS (add 51% resistance with the PoS)
Block Time: 60 seconds
Difficulty: Starts at 0.25  with a 4hr Difficulty target time
Reward: 10 coins per block until the end
Coincap: 47433600 (9 years)
Block confirmations: 5

No Premine

addnode list:
50.137.233.14
70.98.114.237
2.101.76.175
24.255.59.102
70.98.114.237
24.255.59.102
199.192.205.46
46.4.24.69
176.34.210.88
72.23.76.121
50.137.233.14
92.25.145.140

Default RPC: 8385
Default P2P: 7685

Downloads:
Github: https://github.com/bottlecaps-foundation/bottlecaps.git
Windows-Qt: https://github.com/bottlecaps-foundation/bottlecaps-qt/archive/master.zip

Facebook:
https://www.facebook.com/pages/Bottlecaps/629515757059363

Official Forum
https://cryptocointalk.com/forum/242-bottlecaps-cap/

more peers if folks want to add nodes
50.137.233.14
70.98.114.237
2.101.76.175
24.255.59.102
70.98.114.237
24.255.59.102
199.192.205.46
46.4.24.69
176.34.210.88
72.23.76.121
50.137.233.14
92.25.145.140

Solo Mine
to solo make a bottlecaps.conf text file with

rpcuser=USERNAME
rpcpassword=x
rpcallowip=192.168.*.*
rpcport=8385
addnode=69.85.86.195
daemon=1
server=1
gen=0

and save it into C:\Users\%USERNAME%\AppData\Roaming\BottleCaps Restart wallet and mine to your ip and the port

Still having trouble solo mining? The thread below shows how to do it for litecoin and essentially you just need to use bottlecaps for the name instead
https://bitcointalk.org/index.php?topic=83371.0


Great Proof of Stake explanation:
https://cryptocointalk.com/blog/4/entry-19-what-is-proof-of-stake-how-do-i-mint-pos-blocks-work-in-progress/

Profile Avatar Thread
https://bitcointalk.org/index.php?topic=242448.0

Pools:

http://www.bottlecapspool.com
- 0% Fees
- Stratum: stratum+tcp://www.bottlecapspool.com:3353
- GetWork: http://www.bottlecapspool.com:12353

http://bot.coinmine.pl
- 0% fee, proportional, stratum only
- Getwork http://bot.coinmine.pl:9102

http://swmining.mine.nu/bot
Features :
* VARDIFF Support (BETA)
* PoW Scrypt with PoS Support (BETA)
* PPLNS payout system
* Dynamic PPLNS lastNshares calculation for correct payouts!
* PPLNS Status Display for 100% transparency (Very Cool!). You can see exactly where every coin goes.
* Stratum support.
* Support Ticket System for easy reporting of issues
* 1% Fee
* Detailed Stats
* Auto or Manual (Instant) Payout

http://miningpool.dyndns.org
- 0% Fees
- Proportional
- Stratum http://miningpool.dyndns.org:3333

Block Explorer:
http://bot.webboise.com:2760/chain/Bottlecaps
http://bottlecaps.kicks-ass.net/block_crawler.php

Faucet
http://bottlecaps.kicks-ass.net/
http://www.worldwidewebresources.blogspot.com/

Gambling:
Casino: http://www.coincasino.cc/
BlackJack: http://cryptoblackjack.kicks-ass.net/index.php?coin_type=21
Lotto: http://lotto.coinworld.us/

Exchange:
https://www.cryptsy.com/markets/view/53

DONATE [CAP] : Ehvwm8iZMwL57YuUabsNxgCthZxG88pdLS
Read More
Posted in Bottlecaps [CAP] | No comments

CraftCoin

Posted on 08:47 by Unknown

CraftCoin is a minecraft game currency that is portable from server to server.

For example: if you are playing a game on server "A" and have earned a large sum of money, but you now want to play on server "B" you can withdraw craftcoin from server "A" to server "B" instantly anywhere in the world. CraftCoin can also be sent player to player from inside the game, and outside of the game as well. The result is that YOU own your currency, in real life, not just in the game. CraftCoin is free for servers and players, to use, and it ALWAYS will be.


Features and benefits
--CraftCoin transfers are instant, both inside the game, and outside of the game.
--There is no charge to use CraftCoin. (regular network fees apply)
--CraftCoin is peer-to-peer and de-centralized.
--No more starting over and grinding to raise up money on a new server.
--Promotes true open markets.
--CraftCoins can be generated or "mined" with your computer in its spare time for free, then deposited onto your favorite server.
--CraftCoin is open source
--If you no longer need your CraftCoins, you can sell them, or give them away.
--Your CraftCoins are always under your control.
--Much much more, CraftCoin has the power to revolutionize Minecraft economies!

Website:
  http://craftcoin.net

In preparation of the official plugin release here is the minecraft info:

We recommend MultiMC for your minecraft client. It supports multiple versions and manages mods well, however any minecraft client will work.
http://www.minecraftforum.net/topic/1000645-multimc-43-windows-linux-mac/

Check out the test server at 173.254.244.115
(this server may go up/down during testing phase)

There will be an IN-GAME CraftCoin giveaway announced shortly. This is your chance to get some FREE CRC, but you have to claim it in the minecraft server... so get ready!

Window wallet:
http://spendlitecoins.com/downloads/craftcoin_1.1.0.zip

Server Op Info:
 http://craftcoin.org

#craftcoin channels on the esper.net and freenode IRC networks

Reddit:
 http://www.reddit.com/r/craftcoin

Cryptocoin Explorer:
 http://crc.cryptocoinexplorer.com/

AltCha.in:
 http://altcha.in/chain/Craftcoin

GitHub:
https://github.com/craftcoin/craftcoin

JAVA port:
 https://github.com/meta1203/CraftcoinJ

More Info:

Specs:

Distribution: PoW
Algorithm: Scrypt
Total coins: 100000000 CRC (100 Million)
Premined: ~1000 Blocks? (I forget exactly)
Block Reward: 10 CRC
Block Time: 5 Minute
Retarget: 288 blocks (~1 day) Checks 4 days into history for target setting
Trade Confirms: 6 blocks
P2P Port: 12124
RPC Port: 12123

Sample craftcoin.conf:
Code:
listen=1
daemon=1
port=12124
addnode=50.116.22.43
addnode=69.164.204.19
addnode=70.98.114.237
addnode=70.98.114.238
server=1
rpcuser=Username
rpcpassword=Password
rpcport=12123
rpcallowip=192.168.*.*
rpcallowip=127.0.0.1
gen=0

P2Pools!
The bounty of 300 CRC for setting up the first P2Pool will be split between testz and CartmanSPC (150CRC each)

Public Nodes
P2Pool nodes combine their local hash rates to the greater P2Pool hash rate. Use the one with the lowest ping to your miner or start your own local node. Switching between nodes maintains your PPLNS payout level.

http://crc.xpool.net:8830
http://crcpool.cloudapp.net:8830
http://coinworld.us:8830
http://www2.crypto-expert.com:8830

Connection Example:
Code:
cgminer --scrypt -o stratum+tcp://pool.url:port -u YourWalletAddress -p fnord

Source:
 https://github.com/craftcoin/p2pool-crc

Send CartmanSPC a PM so he can add you to the notify list of source code changes. Will update the source to p2pool version 13.1 soon. You do not need to make your local node public.

Comments:

I'd like to clarify before anyone jumps in screaming about how it already has 7000+ block mined at the time of the BTCTalk announcement.

This coin was released to minecraft communities long before it has been announced here. We want the people the coin was really intended for to build up a strong network before we released it to the piranha tank that is btctalk. Yes, there has been premine, that will be going towards funding servers that adopt the currency.

Unfortunately, since jackjack announced his intent to create a coin of the same name, we've been forced to announce here earlier than planned. Hopefully things work out well.

Echange:
https://www.cryptsy.com
coin-e.com

DONATE [CraftCoin] : QCS24YBVkHF5V9PHxVyGYLz8FsotxqdBzX
Read More
Posted in CraftCoin | No comments

Argentum is new coin .

Posted on 08:34 by Unknown

Definition: Argentum is the Latin name for the element silver. Silver is a chemical element with the chemical symbol Ag (Greek: άργυρος árguros, Latin: argentum, both from the Indo-European root *arg- for "grey" or "shining") and atomic number 47.


It is the perfect name to represent this currency and the potential it has with a dedicated development team. Argentum is fast, unique, and secure. We have learned from many of the past crypto-currencies and created one that can rival any. Argentum brings innovation and experimentation that pushes the limits.


Resources
Website: ARGCurrency.Org
Online Wallet: https://wallet.epools.org
Block Explorer: http://arg.webboise.com/chain/Argentum | http://coinminer.net:2750/chain/Argentum

Exchanges
1. Cryptsy.com
2. Coins-E.com

Download
Source: https://github.com/AlphaC4/Argentum
Windows QT: https://github.com/AlphaC4/ArgentumQT

Get Started
addnode=174.111.237.246
addnode=5.135.161.23
addnode=71.187.248.95
addnode=80.229.2.127

Specifications

General
-Scrypt
-Optimized client
-Achieved 0% orphans for extended periods of time during testing in perfect conditions (currently achieving close to the same on pools). Orphans waste energy and that's why we have eliminated them.

Blocks
-Maximum block size increased to 10mb
-Maximum signature operations per block maximum increased to 100k
-32 Second block time

The first two features are on the bitcoin hardfork wishlist. We wanted to create the first cryptographic currency with almost unlimited scalability. The signature operations per block were not increased as much as block size because it is unnecessary and theoretically unreachable as is. These capacity increases do not affect performance and only serve as a guarantee of the network's future capacity. The actual size of blocks and transactions is the minimum amount needed to accomplish the task.

Difficulty
-Re-targets every 250 blocks

Currency Creation
64 million total ARG. Once this limit is reached, it is increased by 1.1% annually, the rate of human population growth.

Fair launch:
We opted for a fair launch to let everyone start mining at the same time.

Block 0-500: 0 ARG
Block 500-1000: 1 ARG
Block 1000-1500: 2 ARG
Block 1500+: block reward random from 1-5. This sort of configuration is more realistic and adds additional security to the network by adding more variability. It also discourages difficulty hopping.

Random block rewards: Rewards are not completely random but deterministic random. Argentum uses the last block hash as a seed to generate a "random" number. The same number always results from a given seed so the network will stay synced.

Security
-Mined blocks mature after 30 confirms: Argentum is a fast currency but it does not compromise the safety of the blockchain in the process.

Ports
Listen port: 13580
RPC PORT: 13581

Mining
You can either solo mine or mine in a pool.

Solo
1. Launch the wallet after following the setup guide above
2. Configure your miner to connect to your local IP (Examples: 192.168.x.x:13581, 127.0.0.x:13581) using your RPC details.
3. Launch your miner.
    Example:  Example: cgminer.exe -–scrypt -o LOCALIP -u RPCUSERNAME -p RPCPASSWORD


Pool
1. Create an account at a pool. It is not necessary for P2pool as you will use your ARG address to receive payment.
2. Create a worker if you are not on a P2pool.
2. Launch your miner
    Example: cgminer.exe -–scrypt -o POOL.COM -u POOL.USERNAME -p POOLPASSWORD
    Example P2pool: cgminer.exe --scrypt -o P2POOL.COM -u ARGENTUMADDRESS -p ANYTHING

Pools:

P2pool:
http://p2poolmining.org:8012/static/
https://bitcointalk.org/index.php?topic=231524.msg2446897#msg2446897
http://althash.com:11121


Pushpool:
http://arg.scryptmining.com
https://arg.epools.org
http://swmining.mine.nu/arg/


DONATE [ARG]: AQ35KAKgFrDtSgGW7CuXmPqsRX4Niu6Wmd


Read More
Posted in Argentum | No comments

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
Read More
Posted in Mining PrimeCoin | No comments

Monday, 10 June 2013

Phenixcoin [PXC]

Posted on 13:45 by Unknown
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 currently in use at our crypto coin based poker site PhenixPoker.com. We have a number of project currently under development and planned that will use Phenixcoin as their main currency. You are welcome to mine Phenixcoin for use on our sites as they become available. You can find the wallet software below.
Features
Block Target is 2.5 minutes
Block reward halfed every 840k blocks
168 million total coins
50 coins per block
Difficulty changes every 2400 blocks

Download wallet: 
Windows: http://phenixcoin.com/phenixcoin-win.zip
Source : https://github.com/phenixcoin/Phenixcoin

Pool :
http://phenixmining.com
http://pxc.allpoolz.com/
http://pxc.theblocksfactory.com/
http://pxc.epools.org/

Exchange:
https://www.cryptsy.com/markets/view/31

Gaming:
http://phenixpoker.com/


DONATE PXC : Pg2mwK7QdSESYDq7QTc3dRCQEUREqwnq5L
Read More
Posted in Phenixcoin [PXC] | No comments

Saturday, 25 May 2013

BitBar [BTB] new coin , 1 block reward 0.16 coin !

Posted on 08:53 by Unknown

BitBar is a cryptocurrency designed to be extremely rare and thus hold a larger store of value per unit than conventional cryptocurrencies such as Bitcoin or Litecoin.


It is based upon the Novacoin codebase which uses Scrypt as the hashing algorithm and the fast continuous exponential difficulty adjustment/reward of PPCoin. This makes it highly ASIC resistant, meaning specialist mining equipment built into chips is very costly to manufacture efficiently. (thanks mr_random)

Technical:
* Proof of Stake + Proof of Work (based off of Balthazar's Novacoin code as well as the RareCoin and Fairnova projects)
* No premine like Novacoin has been accused of having
* Dynamically adjusting difficulty and reward calculation

Psychological:
* Ultra rare
* Is the first altcoin that is trading at a higher value than BitCoin per unit (correct me if I'm wrong)
* Novel "bar" concept -- breaks from the "coin" idea. Bar concept holds meaning in people's heads as inherently more value than "coin", i.e. "gold bar" vs "gold coin"

General BitBar Info

      BitBar Homepage - http://www.bitbar.biz
      The BitBar Forum - http://bitbartalk.com/
      BitBar Network Stats - http://www.bitbar.info/stats/index.php
      BitBar @ Reddit - http://www.reddit.com/r/bitbar/

  BitBar Block Explorers
          http://btb.cryptocoinexplorer.com/

 Official Client Mirrors
          Source: https://github.com/aLQ/bitbar
          Windows (zip): Sourceforge
          Linux x64 QT+Daemon (tgz): Sourceforge,  GDocs (mirror 2)
          Linux x64 Daemon (tgz): From bitbar.biz (WGET friendly link)
       
 BitBar mining calculators
          Coinchoose.com

BitBar Exchanges 
bter.com
https://www.cryptsy.com
         
BitBar Mining Pools

binarycoins.eu - http://btb.binarycoins.eu
http://btb.ltcoin.net

Solo mining:

conf file:

  server=1
  rpcuser=USERNAME
  rpcpassword=PASSWORD
  rpcallowip=127.0.0.1
  rpcport=9344

code cgminer:

cgminer --scrypt -o http://127.0.0.1:9344 -u USERNAME-p PASSWORD


[Donate]



Read More
Posted in BitBar [BTB] | No comments

GoldCoin [GLD] new other scrypt coin !

Posted on 08:25 by Unknown

Forums:

   Gold Coin Talk
  http://www.gldcointalk.org/

Facebook Page:

        https://www.facebook.com/gldcoin

Block Explorer:

   http://gld.block-chain.net/

BTC/GLD Exchange Rate

1LTC/1000GLD

Exchanges

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

 http://escrow.dudeami.com/

Gold Coin Mining Pools

   PPLNS
 gld.vircurpool.com
cgminer --scrypt -o stratum+tcp://gld.vircurpool.com:3331 -u worker.1 -p x --expiry 1
http://gld.vircurpool.com/  
cgminer --scrypt -o http://gld.vircurpool.com:8447 -u worker.1 -p x --expiry 1

   
  p2pool:

  next.afraid.org:8117
 http://coinminer.net:18321
http://crypto-coins.de:8909/
 
Gambling and Wagering
 
   Bit Grenade
  http://www.bitgrenade.net/

Binaries:

Linux Binaries (0.6.3.1)
 https://docs.google.com/file/d/0B-V2r5eb7IgtT2VfR1owTXZIbmc/edit?usp=sharing
Windows Binaries (0.6.3.1 - 0.1.0 installer)
https://docs.google.com/file/d/0B-V2r5eb7Igtc0dleEJIMHEwMms/edit?usp=sharing

Source Code:
https://github.com/gldcoin/gldcoin

[Donate]
Read More
Posted in GoldCoin [GLD] | No comments

Digitalcoin [DGC] new alt-coin !

Posted on 07:53 by Unknown

Digitalcoin is meant to be a simple currency that keeps its value well and does not experience as much volatility as some other crypto currencies. This regard for stability is inherent in the design.

What It Is
-A digital currency
-A means to store value
-A fast method to send and receive money(almost instant)
-Transparent and open source
-Fair

Specifications
Algorithm: Scrypt

Block Time: 20 seconds  - Enough time to minimize orphans but still provide almost instant transactions.

Difficulty: Starts at 0.00024414 - It will take 6-8 difficulty adjustments (or ~13000 blocks) to reach desired difficulty of 1. It re-targets quickly to adjust to the environment, so stability should not be much of an issue. Miners should also find the system adjusts fast enough to be up to date, but not so fast as to make the environment unpredictable and unstable.  6 hours is target time. Every 1080 blocks(6 hours @ 20 seconds per block), the network scales the difficulty accordingly. Example: If target is 6 hours and it took 3 hours to find 1080 blocks, difficulty will increase 200%.

Reward: 20 coins per block, halved every 3 years - Consistent rewards encourage miners to support the network long term. Loyalty is rewarded. This also reduces volatility by setting the foundation on a stable path. Due to the fair launch policy, block rewards will grow in value until they reach the 20 coins per block reward. More details below. 4730400 blocks total.

Coin cap: 200 million.

Block confirmations: 5.

Fair Launch
Block
1080 -  Difficulty up until here is 0.00024414. Block reward of 2.

2160 -  Difficulty up until here is 0.00024414. Block reward of 1.

3240 -  Difficulty up until here is 0.00097656. Block reward of 2.

4320 -  Difficulty up until here is 0.00390624. Block reward of 5.

5400 -  Difficulty up until here is 0.01562496. Block reward of 8

6480 -  Difficulty up until here is 0.06249984. Block reward of 11.

7560 -  Difficulty up until here is 0.24999936. Block reward of 14

8640 -  Difficulty up until here is 0.98165069. Block reward of 17.

Difficulty will then rise to 1 and the block rewards to 20. The purpose of this is to give a period of time for miners to know about digitalcoin before others can mine too much of it and cause hoarding. The figures above can shift depending on the hash power of the network to smooth the difficulty rise to ~1 level.

Quick Start
Download the wallet and follow step 1 from the Solo Mining guide. Both found below.

That will get you connected to the network and synchronize your wallet.

Screenshot
Screenshot of the first software build:



Developers
Everyone is welcome to contribute to digitalcoin in any way. If you have expertise that you would like to contribute, please contact me. A stable network providing regularly near instantaneous transactions has potential for many exciting implementations.

Here are some things that are also wanted:
-Block explorer: http://dgc.p2pool.nl/chain/Digitalcoins exists, but one is needed with more statistics.
-More Games: Game list is below.
-Exchanges (If you are the owner of an exchange, please contact me.)
-Any useful/fun/interesting thing done with digitalcoin.


Solo mining
1. Create a file called digitalcoin.conf  and put it in the root directory of your digitalcoin files(Example Windows 7/8: C -> Users -> Username->Appdata
->Roaming->digitalcoin). *In windows, choose save as All files in Notepad to save it with a .conf extension.

Sample digitalcoin.conf contents:

COPY BELOW THIS LINE
rpcuser=yourusername
rpcpassword=yourpassword
server=1
addnode=24.138.46.123                          
addnode=76.79.201.54
addnode=198.245.60.126
addnode=93.186.200.124
addnode=107.20.222.119
STOP COPYING ABOVE THIS LINE

(COMMENT: Forward port 7999 in your router firewall and/or software firewalls and send me your IP if you would like to be added to the nodes.)

2. Mine with the digitalcoin-qt wallet by launching it, navigating to Mining and putting in the username(rpcuser), and password(rpcpassword) you chose above. For port number, use 7998. The server will be the local IP of your machine, oftentimes localhost also works in the server field.

Alternatively, mine with cgminer using a .bat file or a modified shortcut command line.

To do so, use the following command line:

cgminer.exe –scrypt -I 11 -s 1 –expiry 1 –queue 0 -g 1 -o 127.0.0.1:7998 -u 1 -p 1

Please note 127.0.0.1:7998 is one possible local IP and yours can be different. 7998 is the local port the rpc miner listens on.

Forward port 7999 if you would like more incoming connections.

Pool mining
To connect to a pool, use the same command line above, but substitute the pool IP for the local IP.

Example: cgminer.exe –scrypt -I 11 -s 1 –expiry 1 –queue 0 -g 1 -o EXAMPLEPOOL.COM -u username -p worker.password

Pools will often post optimal settings so make sure to check those.

Pools
List:
1. http://digicoinpool.com <- Getwork 0% fee
2. http://digitalcoin.scryptmining.com/ <- PPS pool with custom system
3. http://www.digitalcoinpool.com/ <-Getwork 1% fee
4. http://dgc.turbocoin.us/ <-Stratum 1% fee
5. http://crypto-coins.de:8907/ <-Stratum 1% fee
6. http://digi.cryptcoins.net <- Stratum
7. http://next.afraid.org:8119/ <- P2pool 2% fee
8. http://pool.bounceme.net:24397 <- P2pool 0% fee


I will update this pool list as much as needed. Pool operators, please add block explorers to your pools.

Start a Pool Options:

Download
Github: https://github.com/baritus/digitalcoinSource
Source: Download from Mega
Windows wallet executable: Download from Mega
Windows wallet executable git: https://github.com/baritus/digitalcoinQT

Exchanges
https://www.cryptsy.com

Games
1. BitGrenade: http://www.bitgrenade.net/?coin_display=6
2. Slot Machine: http://alt-co.in/slots.php


Website: digitalcoin.co
Statistics: http://dgc.p2pool.nl/stats/
Forum: http://digitalcoin.co/forum/

[Donate]

Read More
Posted in Digitalcoin [DGC] | No comments
Newer Posts 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)
      • 600 GH And 300 GH Bitcoin Mining Card
    • ►  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)
      • Phenixcoin [PXC]
    • ►  May (16)
      • BitBar [BTB] new coin , 1 block reward 0.16 coin !
      • GoldCoin [GLD] new other scrypt coin !
      • Digitalcoin [DGC] new alt-coin !
Powered by Blogger.

About Me

Unknown
View my complete profile