How to set up a t3rn_io node to get more $RBN.
December 17th, 2024

They’ve raised $7.5M in funding rounds and are still in the testnet phase. The simplest way to earn $BRN is to make a transaction, receiving 1 $BRN for each.

We will elevate our efforts by running the node to earn $BRN directly.

This is the continuation of the Twitter post.

I believe you have already downloaded the Terminus app or software, as well as your VPS is ready.

open the Terminus app or software and click on "new host". Paste the IP address you obtained from pq hosting in the “IP or Hostname“ box, then enter "root" as the username. Use the password you set in the PQ hosting dashboard when you were getting your VPS.

If you're confused about your VPS password, navigate to your dashboard and click on the three dots next to the purchased VPS. Then, select "to panel."

You will be taken to the next page. Once there, click on the three dots and select "Change password." This will allow you to change your VPS password.

Once you are connected to your VPS, you will see something similar to this on your screen.

VPS working fine
VPS working fine

Now, 50% of the work is completed, All you need to do is paste each command individually, and your node will be operational.

So, copy the following codes (The three of them at once) and paste them into your VPS:

sudo apt update

sudo apt install build-essential

sudo apt install git -y

Just like you see here, copy the three codes at once and paste.
Just like you see here, copy the three codes at once and paste.

Once it has finished running, you will see something similar to root@t3rn: It indicates that the next command can now be pasted. So, copy and paste:

sudo apt install screen

Immediately followed by:

screen -S t3rn

Remember when you will see something similar to root@t3rn: It indicates that the next command can now be pasted
Remember when you will see something similar to root@t3rn: It indicates that the next command can now be pasted

So, now copy and paste:

wget https://github.com/t3rn/executor-release/releases/download/v0.27.0/executor-linux-v0.27.0.tar.gz

You should see or have something like this
You should see or have something like this

So, copy and paste:

tar -xvzf executor-linux-v0.27.0.tar.gz

Followed by:

cd executor/executor/bin

Just like this.
Just like this.

Next, copy and paste the following:

export NODE_ENV=testnet

Immediately followed by (Copy the two codes below at once and paste):

export LOG_LEVEL=debug

export LOG_PRETTY=false

Immediately followed by (Copy the two codes below at once and paste):

export EXECUTOR_PROCESS_ORDERS=true

export EXECUTOR_PROCESS_CLAIMS=true

Just like this.
Just like this.

Now, read this carefully, obtain the private key of the wallet you wish to use, or have testnet funds in any wallet you have been using, such as metamask.

Now you see the code below; see where it says =YOUR_PRIVATE_KEY your private key should be what is there, so remove that YOUR_PRIVATE_KEY and put your private key there before you paste the code into your VPS

export PRIVATE_KEY_LOCAL=YOUR_PRIVATE_KEY

After you have done that, copy and paste the following:

export ENABLED_NETWORKS='arbitrum-sepolia,base-sepolia,optimism-sepolia,l1rn'

Immediately followed by:

export EXECUTOR_PROCESS_PENDING_ORDERS_FROM_API=false

And finally,

./executor

Your NODE is running perfectly
Your NODE is running perfectly

Press CTRL + A + D together as usual to exit your screen.

That’s all the easy steps you need to do to run the node.

Subscribe to Abraham Chase.
Receive the latest updates directly to your inbox.
Nft graphic
Mint this entry as an NFT to add it to your collection.
Verification
This entry has been permanently stored onchain and signed by its creator.
More from Abraham Chase.

Skeleton

Skeleton

Skeleton