Skip to content

Transformer testnet

ahmed albar edited this page Jul 9, 2022 · 1 revision

welcome to Transformer testnet Official website

Hardware requirements:

  • CPU: Recommend for Intel Pentium CPU series and above, core number 8 core and above.
  • Memory: Recommend for 16G And above
  • Disk: Recommend for 50G And above

Software requirements:

  • Operation system:Run on CentOS 7、ubuntu-22.04-desktop-amd64 system.

1. To install you must following requirement above

Command-line

  • sudo apt update && sudo apt upgrade -y

  • Allow port 22

  • ufw allow 22 && ufw enable

  • Install firewall

  • apt install firewalld -y

2. Download TTFSC FILE

  • mkdir testnet
  • cd testnet
  • wget https://fastcdn.uscloudmedia.com/transformers/test/ttfsc_0.0.1_devnet
  • chmod +x ttfsc_0.0.1_devnet

To view the automatically generated directories and files under the current directory

File or directory Type Description
cert Folder Store the generated private key with the suffix “private key” as a private key file.
data.DB Folder store the database file
config.json JSON file configuration file

Download and edit config.toml with your own IP, you will find 2 text CHANGE WITH YOUR IP

Remove old file and Download new json

  • cd testnet
  • rm -rf config.json
  • wget https://raw.githubusercontent.com/fatalbar/testnet-manual/main/config.json

Please Edit your Config with your own IP, please follow step with command

  • nano config.json

Screenshot_4

You only need to configure the external network IP, the IP field. The corresponding open port shall be port 41516 and port 41517,.

After you change with your IP you can close nano with CTRL+X then y and ENTER

Screenshot_6

NOTICE: The private key in the cert must not be lost, please backup to your pc, you can find private key directory in root/testnet/cert/file_your_Private_Key.

Run node follow this command

  • cd testnet
  • ./ttfsc_0.0.1_devnet -m

you will see menu

Screenshot_7

Order Menu item Function
1 Transaction Transaction
2 Stake Stake
3 Unstake Disinvest
4 Invest Invest
5 Disinvest Disinvest
6 Bonus apply
7 PrintAccountInfo Print account
0 Exit Exit program

I WILL UPDATE WHEN FULLY START