Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - - - - 1 - - - -
- screen -S t3rn_node -X quit
- - - - - 2 - - - -
- rm -rf executor
- rm -rf executor-linux-v0.22.0.tar.gz
- - - - - 3 - - - -
- sudo apt update && sudo apt upgrade -y
- - - - - 4 - - - -
- wget https://github.com/t3rn/executor-release/releases/download/v0.29.0/executor-linux-v0.29.0.tar.gz
- - - - - 5 - - - -
- tar -xzvf executor-linux-v0.29.0.tar.gz
- cd executor
- - - - - 6 - - - -
- export NODE_ENV=testnet
- - - - - 7 - - - -
- export LOG_LEVEL=debug
- export LOG_PRETTY=false
- - - - - 8 - - - -
- export EXECUTOR_PROCESS_ORDERS=true
- export EXECUTOR_PROCESS_CLAIMS=true
- - - - - 9 - - - -
- export PRIVATE_KEY_LOCAL=приватный_ключ
- - - - - 10 - - - -
- export ENABLED_NETWORKS='base-sepolia,arbitrum-sepolia,optimism-sepolia,l1rn'
- - - - - 11 - - - -
- screen -S t3rn_executor
- - - - - 12 - - - -
- ./executor/bin/executor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement