12/07 - Hybrid Consensus Updates

To update, execute the following commands in the paicoin directory of your full node.

paicoin-cli stop # stop the node from currently running
git pull # pull the latest changes from the paicoin repo
git checkout 2.1.0 # switch to the latest release
make clean # uninstall your previous build
make # compile the new release
sudo make install # install at the system level
paicoind # restart your node

:point_up:For ALL solo stakers: Make sure your node is online and voting! :point_up:

Execute this script on your staking node.

Here’s how:

  1. Download the script from here.
  2. Either:
  3. Upload the script to the full node you use for staking, or;
  4. Copy and paste its contents into a new file on the full node named voter_check.py
  5. Run the following commands to execute the script with the correct dependencies (these commands assume that voter_check.py and your paicoin directory are both located in your user home directory (~), and that your user home directory is your present working directory, pwd):sudo apt install python3
    cd paicoin
    sudo make install
    cd …
    python3 voter_check.py

PAI Developer Updates

Here’s a snapshot :camera: of development work the team has been focused on:

  • [PAI Coin Core] ongoing investigation into potentially erroneous balance reported by paicoin-cli for solo stakers