# Transformers

**Website**: <https://www.tfsc.io/>

Twitter: <https://twitter.com/TFSCChain>

Discord: <https://discord.gg/b3yqJZfW>

Block explorer: <https://explorer.tfsc.io/>

## **Minimum hardware requirement**

4 Cores, 8G Ram, Min 200G SSD

Open corresponding port shall be port <mark style="color:red;">**41516**</mark> and port <mark style="color:red;">**11190**</mark>

## Server preparation

Ubuntu 22.04

## Install Package

```
sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -y
```

## Create folder "transformers"

```
cd $HOME && mkdir transformers && cd transformers
```

## Download the latest version

```
wget -q -O transformers.zip https://fastcdn.uscloudmedia.com/transformers/formal/tfs_v0.33.3_6e11390_testnet.zip && unzip transformers.zip && rm -rf transformers.zip && chmod +x tfs_v0.33.3_6e11390_testnet
```

## Download Snapshot <a href="#pull-image" id="pull-image"></a>

```
sudo apt install curl -y && source <(curl -s https://nodesync.top/snapshot_transformers)
```

Note: You stilling in folder "<mark style="color:red;">**transformers**</mark>"

## Config Node <a href="#run-node" id="run-node"></a>

New tmus

```
tmux new -s transformers
```

config now

```
./tfs_v0.33.3_6e11390_testnet -c
```

```
nano config.json
```

Change your "name" and "ip"

<figure><img src="/files/oan5nWqq4mzSTWYZbK8E" alt=""><figcaption></figcaption></figure>

## Run Node

```
./tfs_v0.33.3_6e11390_testnet -m
```

Next step, you need save wallet and private key.

7 + enter

10 + enter (your wallet address show, copy it)

5 + enter (Export PrivateKey)

input  your wallet address and enter

Note: Exit Window Tmux for run backgound:  **ctrl +b , d**

## Upgrade

Stop running: **ctrl +c**

Note: You stilling in folder "<mark style="color:red;">**transformers**</mark>"

Remove version old

```
rm -rf tfs_v0.33.1_92c26db_testnet && rm -rf tfs_v0.33.2_bbf5ed5_testnet
```

Download latest version

```
wget -q -O transformers.zip https://fastcdn.uscloudmedia.com/transformers/formal/tfs_v0.33.3_6e11390_testnet.zip && unzip transformers.zip && rm -rf transformers.zip && chmod +x tfs_v0.33.3_6e11390_testnet
```

Run again node with new version

```
./tfs_v0.33.3_6e11390_testnet -m
```

## Backup wallet

Export private key to file "**account\_private\_key.txt**"

10 + enter

5 + enter

input your wallet address + enter

Exit Window Tmux for run backgound:  **ctrl +b , d**

```
cd $HOME/transformers
```

Save file: "**account\_private\_key.txt**" and folder "**cert**"&#x20;

## Form now <a href="#check-status" id="check-status"></a>

<https://forms.gle/TbmFtpNPGUF2ir548> Node information collection. <https://forms.gle/pzCu6pQ3unk1MyZs8> Node testing token

And after synchronization completes and have testnet token:&#x20;

Stake - 1000 TTFSC  (your stake:  number 2)

Delegate - 10000 TTFSC (of Project)

## Tmux

Exit Window Tmux for run backgound:  **ctrl +b , d**

View logs: **tmux a -t transformers**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://services.nodesync.top/testnet-running/transformers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
