-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Update your Ubuntu machine.
sudo apt-get update
sudo apt-get upgrade
Install the dependencies to compile from source code.
sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev git libssl1.0.0-dbg
sudo apt-get install libdb-dev libdb++-dev libboost-all-dev libminiupnpc-dev libminiupnpc-dev libevent-dev libcrypto++-dev libgmp3-dev
Create a directory for the source code.
mkdir prjcoin_source cd prjcoin_source
Download the source code from PRJCOIN and upload it using SCP/Filezilla. (Only available to paid customers)
wget https://github.com/prjcoin/PRJCORE/archive/1.0.0.tar.gz
Extract the tar file using the following command.
tar -xzvf 1.0.0.tar.gz
Go to the src directory of your source code.
cd src
Execute the following command to compile the daemon.
make -f makefile.unix RELEASE=1
The compiling will take about 30 minutes depending on your system.
Your compiled daemon named examplecoind can be found in the src folder when compiling is finished.
Paste the following lines in PRJCoin.conf.
rpcuser=rpc_PRJCoin rpcpassword=353gfsd356d3dae95df454dfsd rpcallowip=127.0.0.1 listen=1 server=1 txindex=1 daemon=1
Start your node with the following command.
prjcoind