-
Notifications
You must be signed in to change notification settings - Fork 10
Transformer testnet
welcome to Transformer testnet Official website
- 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
- Operation system:Run on CentOS 7、ubuntu-22.04-desktop-amd64 system.
Command-line
-
sudo apt update && sudo apt upgrade -y
-
Allow port 22
-
ufw allow 22 && ufw enable
-
Install firewall
-
apt install firewalld -y
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 |
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
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
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
.
cd testnet
./ttfsc_0.0.1_devnet -m
you will see menu
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