Releases: p2pcoinspro/p2p-master
Wallet Update
Several bugs solved.
Non consensus update
Improved fake stake method
Masternode automatic install single masternode :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_mn_install_How_to.md
Masternode automatic update single masternode :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_mn_wallet_update_how_to.sh
15 Masternodes automatic install help on free 1 months vps :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_17mn_install_How_to.md
15 Masternodes automatic update :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_17mn_update_how_to.md
Wallet Update
Mandatory Update
Several bugs solved.
Non consensus update
Improved fake stake method
Masternode automatic install single masternode :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_mn_install_How_to.md
Masternode automatic update single masternode :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_mn_wallet_update_how_to.sh
15 Masternodes automatic install help on free 1 months vps :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_17mn_install_How_to.md
15 Masternodes automatic update :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_17mn_update_how_to.md
Mandatory update reward change bug solve
Reward Change Bug solve, seed peers updated
Masternode automatic install single masternode :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_mn_install_How_to.md
Masternode automatic update single masternode :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_mn_wallet_update_how_to.sh
17 Masternodes automatic install help on free 2 months vps :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_17mn_install_How_to.md
17 Masternodes automatic update :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_17mn_update_how_to.md
Wallet update
Minor fixes for wallet stability, seed peers updated, checkpoint added
Masternode automatic install help :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_mn_install_How_to.md
Masternode automatic update help :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_mn_wallet_update_how_to.sh
17 Masternodes automatic install help on free 2 months vps :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_17mn_install_How_to.md
Fix block spam
Fix block spam
Masternode automatic install help :
https://github.com/p2pcoinspro/p2p-master/blob/master/p2p_mn_install_How_to.md
Masternode watchdog install (for masternode instalations with script before 21.02.19, after this date the watchdog is included in p2p_mn_install script) :
wget -q -N https://github.com/p2pcoinspro/p2p-master/raw/master/watchdog_install.sh
chmod 777 watchdog_install.sh
bash watchdog_install.sh
rm watchdog_install.sh
Mandatory Update v1.0.1.3
Exploit solve, blockchain rollback before exploit#
P2P v1.0.0.2 with small wallet updates
Checkpoints updated, DNS-seeds updated, some minor fixes on qt wallet
P2PCoin How-to setup masternode on VPS ubuntu 16.04
Shell script to install a P2P Masternode on a Linux server running Ubuntu 16.04. Use it on your own risk.
Installation
wget -q https://github.com/p2pcoinspro/p2p-master/releases/download/v1.0.0.2/p2p_mn_install.sh
bash p2p_mn_install.sh
Desktop wallet setup
After the MN is up and running, you need to configure the desktop wallet accordingly. Here are the steps:
- Open the P2P Desktop Wallet.
- Go to RECEIVE and create a New Address: MN01
- Send 1000 P2P to MN01. You need to send all 1000 coins in one single transaction.
- Wait for 15 confirmations.
- Go to Help -> "Debug Window - Console"
- Type the following command: masternode outputs
- Go to Tools -> "Open Masternode Configuration File"
- Add the following entry:
Alias Address Privkey TxHash TxIndex
ex : mn01 123.123.123.123:24513 2sEUTVEXpo98wZof3naQBwCMkWCiEXRjQmbMFWist32bFJA5yA2o bbeef4a45772ec4a8a1f6e2c56ae132929efb97c20afcf5b7367a05f16f2c2b8P 0
* Alias: **MN1**
* Address: **VPS_IP:PORT**
* Privkey: **Masternode Private Key**
* TxHash: **First value from Step 6**
* TxIndex: **Second value from Step 6**
9. Save and close the file.
10. Go to **Masternode Tab**. If you tab is not shown, please enable it from: **Settings - Options - Wallet - Show Masternodes Tab**
11. Click **Update status** to see your node. If it is not shown, close the wallet and start it again. Make sure the wallet is un
12. Select your MN and click **Start Alias** to start it.
13. Alternatively, open **Debug Console** and type:
masternode start-alias MN01
***
## Usage:
p2p-cli mnsync status
p2p-cli masternode status
p2p-cli getinfo
Also, if you want to check/start/stop **p2p**, run one of the following commands as **root**:
systemctl status p2p #To check if p2p service is running
systemctl start p2p #To start p2p service
systemctl stop p2p #To stop p2p service
systemctl is-enabled p2p #To check if p2p service is enabled on boot
***
P2P Official release
1.0.0.1 v1.0.0.1