To use certain features of this script, you may need an Alchemy API key. Follow these steps to get one:
- Visit the Alchemy website.
- Sign up for an account or sign in if you already have one.
- Create a new app: • Go to the “Apps” section of your dashboard. • Click “Create App” and fill in the required details (e.g. app name, description, and network).
- Once the app is successfully created, you will see the API key in the app details.
- Copy the API key and use it as needed in your script.
👉 Official Alchemy API Documentation
👉 Official T3RN Binary Setup Doumentation
T3RN Swap and earn BRN https://bridge.t1rn.io
Check Executor https://bridge.t1rn.io/explorer/orders
BRN blockchain explorer https://brn.explorer.caldera.xyz
Minimum 10 ETH on each chain is recommended to catch some bid and at least 1 BRN for fees (mandatory!).
🔴 SEPO to ARB SEPO : Arbitrum Official Bridge
🔴 SEPO to BASE, UNICHAIN and other Superchain SEPO : SuperBridge
🔴 SEPO to BLAST SEPO : send Sepolia ETH to one of these addresses (1st one is recommended) to get ETH on Blast Sepolia: 0xc644cc19d2A9388b71dd1dEde07cFFC73237Dca8 or 0xDeDa8D3CCf044fE2A16217846B6e1f1cfD8e122f
🔴 https://faucet.quicknode.com/arbitrum/sepolia
🔴 https://faucets.chain.link/arbitrum-sepolia
🔴 https://bwarelabs.com/faucets/arbitrum-sepolia
🔴 https://www.alchemy.com/faucets/ethereum-sepolia
🔴 https://docs.metamask.io/developer-tools/faucet/
🔴 https://cloud.google.com/application/web3/faucet/ethereum/sepolia
ℹ️ You can also buy Sepolia ETH from TestnetBridge if you want to start quickly. 💡Arbitrum and OP networks gives best rates💡
👉 Official Discord Community
ℹ️ API Node = executor node will process requests from API and doesn't need to have a private Alchemy RPC points.
ℹ️ Alchemy RPC = executor will ask for Alchemy API key and will process only orders from RPC requests.
⚠️ Additionally script will ask if you want to add custom public RPC nodes. If you say NO then it will use default public RPCs which already integrated into script
-
🌐 Select your language
-
✅ Select a node type
-
🔐 Input required details
-
🟠 Set Gwei, by default gwei is set for 200
-
🏃♂️➡️🏃♂️➡️🏃♂️➡️ Let it run! 🏃♂️➡️🏃♂️➡️🏃♂️➡️
👉👉👉 T3RN Network v1 testnet interactive node installation. 👈👈👈
Update system :
sudo apt update && sudo apt upgrade -yInstall required packages:
sudo apt install curl screen jq -yIf you were using old version of this script, first delete it:
find ~/ -type f -name '*t3rn*' -exec rm -f {} \;Kill old screens if you want:
killall screenRun a screen so node could work on the background if you logout or close the terminal:
screen -S t3rnGet latest t3rn.sh file:
wget https://raw.githubusercontent.com/voogarix/t3rn-/refs/heads/main/t3rn.shGive a permission and run the node:
chmod +x t3rn.sh && ./t3rn.shNow you can test this script without installing or modifying any existing files/folders by using dry-run flag:
./t3rn.sh --dry-run./t3rn.sh --verboseContributions, issues, and feature requests are welcome! Feel free to check issues page if you want to contribute.
Enjoy using the Automation installation! If you have any questions or run into any issues, please don't hesitate to reach out or open an issue on GitHub.! ✨