JBC Blockchain
  • Advisories
    • Proof of stake
    • The Deposit
    • The Terminal
    • Validator uptime
    • Bad behavior
    • Key management
    • Early adopter risks
  • Nodes & Validators
    • Generate Validator Keys
    • Deposit JBC
    • Become a Validator
      • Prerequisites
      • Running a Validator
  • Withdrawal
    • Set new withdrawal credential
    • Voluntary validator exit
  • Cancun Upgrade
    • How to upgrade
Powered by GitBook
On this page
  1. Cancun Upgrade

How to upgrade

PreviousCancun Upgrade

Last updated 1 year ago

Use node repository from jibchain-net GitHub

  1. Clone node repository

git clone https://github.com/jibchain-net/node.git && cd node
  1. create env or update your env

make env
  1. run a node

docker compose up -d
  1. check node logs

docker compose logs -f 

execution logs should to have Cancun Time @1710220283 on Post-merge section

consensus logs should to have Ready for Deneb

execution logs
consesus logs