Transformers Chain Testnet Nodes - Keep synced using services.

Transformers Chain Testnet Nodes - Keep synced using services.

By otomatis | pramonoutomo | 23 Oct 2022


If you didn't have vps yet, i recomend using Contabo for running TFSC (NVME disk, and use any location other than Germany) as it's need a good server, and follow my tutorial for installation https://www.publish0x.com/pramonoutomo/transformers-chain-testnet-nodes-installation-xvmzznv and check my other tutorial if your block getting stuck https://www.publish0x.com/pramonoutomo/transformers-chain-testnet-nodes-update-stuck-block-script-xjrdxgy 


run this code all at once, copy all then paste on your terminal.

sudo tee <<EOF >/dev/null /etc/systemd/system/tfsc.service
[Unit]
Description=TFSCNode
After=network-online.target
[Service]
User=YOUR_LINUX_USER
ExecStart=/YOUR_TFSC_FOLDER/./ttfs_v0.8.1_003950f_devnet
WorkingDirectory=/YOUR_TFSC_FOLDER
Restart=always
RestartSec=5
LimitNOFILE=10000
[Install]
WantedBy=multi-user.target
EOF

then run this code to enable services

sudo systemctl enable tfsc

and run this code below to reload daemon and start the TFSC services

sudo systemctl daemon-reload && sudo systemctl start tfsc

 

please note, using this services, you can't claim directly.
so you'll need to stop first and then re-run the app with -m flag to get menu and claim the bonus.

sudo systemctl stop tfsc && ./ttfs_v0.8.1_003950f_devnet -m 

wait till synced (and peer connected). then claim bonus. after claiming bonus, just run again the services.

sudo systemctl start tfsc

 

How do you rate this article?

2



pramonoutomo
pramonoutomo

Hey it's pram here, join my universe https://youtube.com/c/pramonoutomo and https://twitter.com/pramonoutomo also don't forget to check out my portofolio on https://pramonoutomo.com

Publish0x

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.