pNut --> 8

pNut, a small coin for small people.
Live stats: -- rebuilding, not available yet --


pNut, a small coin for small people.
Live stats: -- rebuilding, not available yet --


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.

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.pdf
The 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.

Block 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.

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.zip
MacOSX Wallet: http://downloads.e-token.org/pnut-qt-macosx.zip
(mirror: http://s000.tinyupload.com/?file_id=49955648662857149205)

How to setup, for cheap, multiple VPS for mining pNuts:
http://www.gaznox.com/2013/12/mining-primecoins-on-digitalocean.html
http://www.davidedicillo.com/developing/how-to-mine-primecoin-xpm-on-the-cloud/
Understand nPut by understanding Primecoin:
http://en.wikipedia.org/wiki/Primecoin
Miners for pNut:
Jh Prime Miner Aero for Windows - http://downloads.e-token.org/jhPrimeminer-aero-windows.zip
Jh Prime Miner Aero sources for Linux - https://github.com/clintar/jhPrimeminer-Aero/

Clone from Github
Code:
sudo apt-get update && sudo apt-get upgrade
cd ~
sudo apt-get install git
git clone https://github.com/pnut-coin/pnut.git
cd ~
sudo apt-get install git
git clone https://github.com/pnut-coin/pnut.git
Install dependencies
Code:
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
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
Code:
sudo apt-get install libboost1.46-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libboost-all-dev
Only if you have an issue with miniupnp, try
Code:
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
make
make install
cd ..
rm -rf miniupnpc-1.8 download.php\?file\=miniupnpc-1.8.tar.gz
Compil daemon
Code:
cd ./pnut/src/
make - makefile.linux
make - makefile.linux
Compil Qt
Code:
cd ..
qmake pnut-qt.pro
make -f Makefile
qmake pnut-qt.pro
make -f Makefile

Ports: 25884 (rpc), 25884 (p2p) 35885 (testrpc) 35884 (testp2p)
pNut API looks like bitcoin/litecoin API
https://litecoin.info/Litecoin_API
pnut.conf for mining:
Quote
rpcuser=root
rpcpassword=YOU_NUT_PASSWORD
rpcallowip=localhost
server=1
gen=1
addnode=176.31.160.138
addnode=176.31.160.141
rpcpassword=YOU_NUT_PASSWORD
rpcallowip=localhost
server=1
gen=1
addnode=176.31.160.138
addnode=176.31.160.141