tronprotocol / tron-deployment

tron main net conf
175 stars 368 forks source link

why test_net_config.conf was used `type = mainnet` #7

Closed sonpython closed 5 years ago

sonpython commented 6 years ago

Hi,

I trying deploy fullnode on testnet using this script

wget https://raw.githubusercontent.com/tronprotocol/TronDeployment/master/deploy_tron.sh -O deploy_tron.sh
bash deploy_tron.sh --app FullNode --net testnet

When I check the config file at /home/ubuntu/FullNode/test_net_config.conf I saw that it was config to use mainnet as bellow

net {
  type = mainnet
  # type = testnet
}
CooperLee123 commented 6 years ago

I am also confused, have you solved the problem?

sonpython commented 6 years ago

yes, please take a look here https://github.com/tronprotocol/TronDeployment/pull/1

kookiekrak commented 5 years ago

Please dont switch type = testnet.

testnet was deprecated and it will break your build.