Old CodeBlockLabs
VPS Recomendation
  • Home
  • 🌹Social Media
  • 🚰Testnet Faucet List
  • 🚰Mainnet Faucet List
  • 🔥Mainnet
    • Akash
    • Arcadia (Paw)
      • Installation
      • RPC Command
      • CLI
      • Fast Sync
    • Arkhadian
      • Installation
      • Update
      • Useful Commands
    • Banano
      • Installation
      • Node Configuration
      • RPC Command
      • CLI
      • Useful Command
    • DO Network
      • Install & Update
      • RPC Documentation
    • Kadena
      • Installation
      • Mining
    • Massa
      • Installation
    • Newrl
      • Installation
      • Useful Command
      • Update
    • Q Blockchain
      • Installation
      • Block stuck?
    • RaiblocksOne
      • Installation
      • Update
      • RPC Command
    • Raicoin
      • Installation
    • SGE
      • Installation
      • Update
      • Useful Commands
  • 💎Testnet
    • 0G Labs
      • Installation
      • Useful Commands
    • 5ire Chain
      • Installation
      • WASM Contract Deployment
    • Avail
      • Installation
    • BEVM
      • Installation
        • Docker
        • Binary
    • Blockx
      • Installation
      • Useful Commands
      • Incentivized Task
    • Elys
      • Installation
      • Useful Commands
    • Empeiria
      • Installation
      • Snapshot
      • Useful Commands
        • Wallet Management
        • Validator Management
        • Node Management
        • Governance
    • Impact Protocol
      • Installation
    • Erbie (wormholes)
      • Installation
      • RPC Documentation
      • Debug
    • Inery
      • Installation
      • Create Token
      • Value Contract
      • IneryCRUD
      • IneryPHP
      • Snapshots
    • Mantra
      • Installation
      • Useful commands
    • Naruno
      • Baklava Testnet
    • Nolus Protocol
      • Installation
      • Update
      • Snapshots
      • Relayer
      • Useful Commands
    • Noria
      • Installation
      • Update
      • State Sync
      • Useful Commands
    • Nibiru
      • Installation
      • Update
      • Useful Commands
    • Nulink
      • Installation
    • Ojo Network
      • Installation
      • Update
      • Useful Commands
    • PowerLoom
      • Pretest Task
    • The Power
      • Installation
    • Transformers Chain
      • Install & Update
      • RPC Documentation
  • âš¡VPS Provider
    • Contabo
      • Links To Provider
      • Promotion / Coupon
    • Vultr
      • Link To Provider
      • Promotion / Coupon
  • 😇solution
    • Docker
    • EVM Wallet by PrivateKey
    • Multiple Go
Powered by GitBook
On this page
  • Install
  • Update
  • Fast Sync Method
  1. Testnet
  2. Transformers Chain

Install & Update

Transformers Chain

PreviousTransformers ChainNextRPC Documentation

Last updated 2 years ago

Install

Good to know: You need a minimum 8 core, 16gb ram and 120gb NVME disk to make it running on your machine .

// Update dependencies
sudo apt-get update
sudo apt-get install curl wget
// Download the TFSC application
wget https://fastcdn.uscloudmedia.com/transformers/test/tfs_v0.19.0_000aec2_devnet
// Change application permission
chmod +x tfs_v0.19.0_000aec2_devnet
// Run the application with -c flag to get configuration file
./tfs_v0.19.0_000aec2_devnet -c
// edit the configuration
sudo nano config.json
// **Please inserti your IP on the field and then use CTRL+X then Y and Enter to save file and exit
// Run the Application
./tfs_v0.19.0_000aec2_devnet -m

You need to join TFSC discord https://discord.gg/jXekAe5njM and get Node-Tester role by going to the #Application channel then click/react on emoji (on last message by MEE6 bot.

Request test balance by filling the form : https://forms.gle/QGnxSnkWu1CAkHpDA

After receiving the test balance, you need to stake 1000 to your address, menu number 2. And invest 10000 (better try to get others for invest exchange, using self invest on your own address are not recomended).

Always check your nodes on explorer https://explorer.tfsc.io/ , see on workload. if you have more than 0 on this day, you can claim bonus tomorrow. if not, no bonus for tomorrow. Phase 2 (high concurrency test) are not started when this tutorial are written.

Always discuss on the discord channel #stage-2 for help :)

Update

Updating are same as install script. But keep follow the announcement, because sometimes you need to remove data.db and config.json, and sometimes not.

Fast Sync Method

You can check latest data.db links on discord, use the search function. if you need help for latest, i can upload once a day, just tag me (otomatis#6904) on tfsc discord. i'll try my best for help :)

**AnonFiles method

open on your browser first, then "copy download link" from the download button. How to use it? Stop your tfsc app (menu 0).

rm -rf data.db

wget -O data.db.zip COPIED_DOWNLOAD_LINK_SHOULD_BE_HERE

unzip data.db.zip

run your tfsc app again. wait for connected to the network and get synced.

**OshiLinks method (only works for a few days after uploaded)

Stop your tfsc app (menu 0).

rm -rf data.db

wget -O data.db.zip OSHI_LINK

unzip data.db.zip

run your tfsc app again. wait for connected to the network and get synced.

Good to know: This v.0.19.0 update are require you to delete the config.json, then run the application with "-c" flag to create new configuration. Also No Need to delete/remove your data.db

💎