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