You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update seed nodes (#28)
* Rewards: Adjust Miner/Masternode reward ratio - Add sentinel version check - Bump version to v0.12.3.0 (#27)
* Update the version number
* Bump to 70213
* Adjust Rewards
* Update sentinel ping code to require min version
* Update blockHeight for reward change, update client version and copyright
* Update checkpoints (#30)
* Add new DNS nodes (#31)
* Adding a script to update the Linux wallets to the latest version (#33)
* Update masternode upgrade script.
* Adding info to run pac update for linux (#34)
* Update README.md
* Update masternode installer script
* Bump min protocol version to 70213 (#35)
* Fix genesis block input hex (#29)
Updated the genesis block input hex to be accurate.
* Add block 50000 to the checkpoints (#36)
* Bump min protocol version to 70213
* Add block 50,000 to the checkpoints
* Reject bad chain with wrong rewards, block 50000
* Formating
* Update invalidate logic, all blocks which are different than the main chain will be invalidated.
* Update masternode installation script
echo"This script will update PAC to the latest version (${version})."
41
+
echo"Before running the script we recommend to backup your private keys and your wallet.dat file that is under ~/.paccoincore/wallet.dat even though this script will not affect them"
42
+
read -p "Do you want to auto-backup wallet.dat and continue with the process? [y/n]: " cont
0 commit comments