Update new-titan.sh

This commit is contained in:
smeb y 2024-06-28 21:20:21 +08:00 committed by GitHub
parent 3ff4bac7d6
commit 8dae991d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,6 +89,7 @@ function install_node() {
# 配置titand # 配置titand
export MONIKER="My_Node" export MONIKER="My_Node"
titand init $MONIKER --chain-id titan-test-1 titand init $MONIKER --chain-id titan-test-1
titand config node tcp://localhost:53457
# 获取初始文件和地址簿 # 获取初始文件和地址簿
wget https://raw.githubusercontent.com/nezha90/titan/main/genesis/genesis.json wget https://raw.githubusercontent.com/nezha90/titan/main/genesis/genesis.json