# 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="https://2585830168-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRzXvi3emVKzTi94K7StD%2Fuploads%2FcAkuTjsJ1V1rPWagxqmE%2Ftf1.PNG?alt=media&#x26;token=2b7a8a01-a24a-4004-b18f-3ec9ee60d768" 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**
