Hello!
If you’ve previously installed our node, PLC Node 9.1, then you must complete several actions in the terminal before upgrading to Version 9.5 and synchronizing with the blockchain (you’ll find instructions on setting up the terminal at this link.)
First, you must delete all PLC Node data by entering two consecutive commands in the terminal:
docker stop plc-node
docker rm plc-node
Now, initiate the command to launch PLC Node 9.5:
docker run -d -p 9335:9335 -p 29333:9333 --env PLATINCOIN_BLOCKS_URI="https://cdn.platincoin.com/db/blockchain" --name plc-node docker.plcu.io/platincoin/node:9.5
Done! Your node has been updated to the latest version.