Update 0g.sh
This commit is contained in:
parent
b9a06929c8
commit
f55a2d6c73
7
0g.sh
7
0g.sh
@ -97,7 +97,12 @@ function install_node() {
|
||||
sed -i "s/persistent_peers = \"\"/persistent_peers = \"$PEERS\"/" $HOME/.0gchain/config/config.toml
|
||||
sed -i "s/seeds = \"\"/seeds = \"$SEEDS\"/" $HOME/.0gchain/config/config.toml
|
||||
|
||||
|
||||
配置端口
|
||||
node_address="tcp://localhost:13457"
|
||||
sed -i -e "s%^proxy_app = \"tcp://127.0.0.1:26658\"%proxy_app = \"tcp://127.0.0.1:13458\"%; s%^laddr = \"tcp://127.0.0.1:26657\"%laddr = \"tcp://127.0.0.1:13457\"%; s%^pprof_laddr = \"localhost:6060\"%pprof_laddr = \"localhost:13460\"%; s%^laddr = \"tcp://0.0.0.0:26656\"%laddr = \"tcp://0.0.0.0:13456\"%; s%^prometheus_listen_addr = \":26660\"%prometheus_listen_addr = \":13466\"%" $HOME/.0gchain/config/config.toml
|
||||
sed -i -e "s%^address = \"tcp://localhost:1317\"%address = \"tcp://0.0.0.0:13417\"%; s%^address = \":8080\"%address = \":13480\"%; s%^address = \"localhost:9090\"%address = \"0.0.0.0:13490\"%; s%^address = \"localhost:9091\"%address = \"0.0.0.0:13491\"%; s%:8545%:13445%; s%:8546%:13446%; s%:6065%:13465%" $HOME/.0gchain/config/app.toml
|
||||
echo "export OG_RPC_PORT=$node_address" >> $HOME/.bash_profile
|
||||
source $HOME/.bash_profile
|
||||
# 使用 PM2 启动节点进程
|
||||
pm2 start 0gchaind -- start && pm2 save && pm2 startup
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user