pNut --> 8pNut, a small coin for small people.Live stats:
-- rebuilding, not available yet -- wut ?pNut is one of the rares coin based on
Primecoin (XPM). The XPM particularity is to have a no hashcash Proof-of-work system.
You don't mine this coin by hashes, but through a scientist algorithm about resolving Cunningham chains. The mining is from your CPU.
At the moment no ASIC/GPU/ect can mine pNut.
nPut is for small peoples !You can mine it with your desktop, from a VPS, or a laptop, ... and still compete.
Of course you produce more, if your CPU is powerful, or if you have many VPS running.
For more detail about the pNut algorithm, please read the magnificent Primecoin paper.
http://primecoin.org/static/primecoin-paper.pdfThe coin is premined about 1000 on block 1, just for the work I did and I will do. The mining start right now from block 2 !
pNut is rare,
pNut is fast,
pNut is for all,
pNut is ecologist,
pNut is wonderful,
that's crazy.pNut zBloksBlock target is 30 seconds.
Difficulty retarget every blocks.
Algorithm is Proof-of-work, Cunningham chain.
Block reward max depend of the network (chainrate, difficulty, ect...).
Coin limit: infinity yey.
Transaction confirmation: 24 blocks -> 12 minutes.
Mining confirmation: 500 blocks -> 4 hours.Join the party, download the wallet !Github: https://github.com/pnut-coin/pnut(direct sources download: https://mega.co.nz/#!Q8MCyIbR!O2GmwW3koxQ5ok8j-aHCZagOntnbeMc5lJ7beQEG2YY)Windows: http://downloads.e-token.org/pnut-qt-windows.zipMacOSX Wallet: http://downloads.e-token.org/pnut-qt-macosx.zip(mirror: http://s000.tinyupload.com/?file_id=49955648662857149205) Useful links:How to setup, for cheap, multiple VPS for mining pNuts:
http://www.gaznox.com/2013/12/mining-primecoins-on-digitalocean.htmlhttp://www.davidedicillo.com/developing/how-to-mine-primecoin-xpm-on-the-cloud/Understand nPut by understanding Primecoin:
http://en.wikipedia.org/wiki/PrimecoinMiners for pNut:Jh Prime Miner Aero for Windows -
http://downloads.e-token.org/jhPrimeminer-aero-windows.zipJh Prime Miner Aero sources for Linux -
https://github.com/clintar/jhPrimeminer-Aero/ Install:Clone from Github
sudo apt-get update && sudo apt-get upgrade
cd ~
sudo apt-get install git
git clone https://github.com/pnut-coin/pnut.git
Install dependencies
sudo apt-get install build-essential libssl-dev libcurl4-openssl-dev
sudo apt-get install libglib2.0-dev libglibmm-2.4-dev
sudo apt-get install libboost-all-dev libdb-dev libdb++-dev libminiupnpc-dev libwxgtk2.8-dev
Only if you have an issue with libboost, try
sudo apt-get install libboost1.46-dev
sudo apt-get install libboost-all-dev
Only if you have an issue with miniupnp, try
wget http://miniupnp.free.fr/files/download.php?file=miniupnpc-1.8.tar.gz && tar -zxf download.php\?file\=miniupnpc-1.8.tar.gz && cd miniupnpc-1.8/
make
make install
cd ..
rm -rf miniupnpc-1.8 download.php\?file\=miniupnpc-1.8.tar.gz
Compil daemon
cd ./pnut/src/
make - makefile.linux
Compil Qt
cd ..
qmake pnut-qt.pro
make -f Makefile
Config:Ports: 25884 (rpc), 25884 (p2p) 35885 (testrpc) 35884 (testp2p)
pNut API looks like bitcoin/litecoin API
https://litecoin.info/Litecoin_APIpnut.conf for mining:
rpcuser=root
rpcpassword=YOU_NUT_PASSWORD
rpcallowip=localhost
server=1
gen=1
addnode=176.31.160.138
addnode=176.31.160.141