##Tezos Node commands for running the Ithaca upgrade
Follow these commands here if you have built your node from the source using the gitlab repository (make sure to run this from inside the ~/tezos
directory).
When I did the update myself, I had to run git clean -x -f
before the make build-deps
commands inorder for it to not fail.
The following commands should be run from the ~/tezos
directory:
./octez-node run --net-addr 127.0.0.1:9732 --rpc-addr 127.0.0.1:8732
./octez-baker-PtLimaPt run with local node ~/.tezos-node ledger_pi
./octez-accuser-PtLimaPt run
Note: The Ithaca upgrade no longer uses an endorser so don't continue running it