Masternode Setup:
Windows:1. For security reasons, please made a backup of your wallet.dat before start
2. Synchronized your local wallet.
3. Go to Pawcoin Nodes section and select My Pawcoins Nodes tab Click on Create... button In the Alias field, write any name your Pawcoinnodes(example MN1). In the Address field, your external IP address : port P2P (default 32390) click OK. Open the port on your router/firewall
4. Click Copy address button and Send to the address 20.000 PWCs exactly, and wait for 15 confirmations
5. Press button Start your PawcoinsNode
Linux:Install it , sync and follow this commands:
./pawcoind masternode genkey (Copy the response)
./pawcoind getaccountaddress MN (To create a new address for the MasterNode)
Transfer 20.000 PWCs to the address created on previous step and, and wait for 15 confirmations
./pawcoind masternode outputs
Stop the wallet with ./pawcoind stop
Edit the config with nano ~/.PawcoinMN/Pawcoin.conf and add your parameters like this example:
rpcuser=user
rpcpassword=password
staking=0
daemon=1
gen=0
masternode=1
masternodeprivkey=YOUR_KEY
externalip=YOUR_EXTERNAL_IP:PORT
Open the port on your router/firewall
Start the wallet with ./pawcoind
Start the masternode with ./pawcoind masternode start
Check if you are on the masternode list ./pawcoind masternode list pubkey
Install Daemon (devian distrib)1. Install deps:
apt-get -y update
sudo apt-get install libssl-dev libdb-dev libdb++-dev libqrencode-dev qt4-qmake libqtgui4 libqt4-dev git
sudo apt-get install libminiupnpc-dev libminiupnpc8 libboost-all-dev build-essential git libboost1.48-all-dev
sudo apt-get install ntp unzip git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev aptitude && aptitude install miniupnpc libminiupnpc-dev
sudo apt-get install build-essential
sudo apt-get install libssl-dev libbo0st-dev
2. Create a swap file (useful for compile process)
fallocate -l 2G /swapfile
chown root:root /swapfile
chmod 0600 /swapfile
sudo bash -c "echo 'vm.swappiness = 10' >> /etc/sysctl.conf"
mkswap /swapfile
swapon /swapfile
3. clone the git
git clone
https://github.com/PawCoin/PawCoinMN4. install leveldb:
cd ~/PawCoinMN/src/leveldb
wget
https://github.com/google/leveldb/archive/v1.18.tar.gztar xfv v1.18.tar.gz
cp leveldb-1.18/Makefile ~/PawCoinMN/src/leveldb/
chmod +x build_detect_platform
5. compile:
cd ~/PawCoinMN/src
make -f makefile.unix USE_UPNP=-
6. start daemon:
./pawcoind
FAQ:possible errors:g++: internal compiler error: Killed (program cc1plus) you need more virtual memory for compile, check to make a swap part
bignum error: dont have the libssl library correct or not connect
Some questions:Is need a vps linux to have a masternode? no, is not needed, Pawcoin masternode is collateral, you can have in your wallet of windows
Is need have compiled the daemon to have a masternode? No, but we suggest, due masternode will work with a few resources