Update Artela.sh
This commit is contained in:
parent
2ffec71f75
commit
9b5da76d08
12
Artela.sh
12
Artela.sh
@ -85,17 +85,7 @@ function install_node() {
|
|||||||
git clone https://github.com/artela-network/artela
|
git clone https://github.com/artela-network/artela
|
||||||
cd artela
|
cd artela
|
||||||
git checkout v0.4.7-rc7-fix-execution
|
git checkout v0.4.7-rc7-fix-execution
|
||||||
make build
|
make install
|
||||||
|
|
||||||
# Setup the folder for Cosmovisor
|
|
||||||
mkdir -p $HOME/.artelad/cosmovisor/genesis/bin
|
|
||||||
mv build/artelad $HOME/.artelad/cosmovisor/genesis/bin
|
|
||||||
|
|
||||||
# Create binary symlinks
|
|
||||||
sudo ln -s $HOME/.artelad/cosmovisor/genesis $HOME/.artelad/cosmovisor/current -f
|
|
||||||
sudo ln -s $HOME/.artelad/cosmovisor/current/bin/artelad /usr/local/bin/artelad -f
|
|
||||||
|
|
||||||
go install cosmossdk.io/tools/cosmovisor/cmd/cosmovisor@v1.5.0
|
|
||||||
|
|
||||||
# 配置artelad
|
# 配置artelad
|
||||||
artelad config chain-id artela_11822-1
|
artelad config chain-id artela_11822-1
|
||||||
|
Loading…
Reference in New Issue
Block a user