Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1 KB

README.md

File metadata and controls

33 lines (29 loc) · 1 KB

ProCoin (PCN) is now on version 1.2. Wallet Version is 0.6.3.0. This current branch contains the newest release.

Installation. Sample ProCoin.conf - to run a public node just change rpcallowip=* to allow any client to connect.


Clone the source: git clone https://github.com/getprocoin/Source procoin

rpcuser=procoinrpc
rpcpassword=yourpassword
rpcallowip=localhost
listen=1
gen=0
server=1
rpcport=22444
port=22445
addnode=188.226.162.248
addnode=107.170.122.156
addnode=128.199.202.69
addnode=107.170.71.82
addnode=107.170.207.41
addnode=91.78.212.92
addnode=86.163.160.75
addnode=95.85.52.246
addnode=95.85.52.246
addnode=188.226.189.61
addnode=99.54.90.39
addnode=87.211.164.253

Compiling on Ubuntu:
You need this if Boost fails on compile:
sudo apt-get install libboost1.48-all-dev
cd src
make -j2 -f makefile.unix USE_UPNP=-