Update Quili.sh
This commit is contained in:
parent
5d40e6f509
commit
3ff1630c41
12
Quili.sh
12
Quili.sh
@ -90,14 +90,6 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 克隆仓库
|
|
||||||
git clone https://source.quilibrium.com/quilibrium/ceremonyclient.git
|
|
||||||
|
|
||||||
# 构建Qclient
|
|
||||||
cd ceremonyclient/client
|
|
||||||
GOEXPERIMENT=arenas go build -o qclient main.go
|
|
||||||
sudo cp $HOME/ceremonyclient/client/qclient /usr/local/bin
|
|
||||||
|
|
||||||
# 进入ceremonyclient/node目录
|
# 进入ceremonyclient/node目录
|
||||||
cd $HOME
|
cd $HOME
|
||||||
cd ceremonyclient/node
|
cd ceremonyclient/node
|
||||||
@ -218,6 +210,10 @@ echo "=======================备份完成,请执行cd ~/backup 查看备份文
|
|||||||
}
|
}
|
||||||
|
|
||||||
function check_balance() {
|
function check_balance() {
|
||||||
|
cd ceremonyclient/client
|
||||||
|
GOEXPERIMENT=arenas go build -o qclient main.go
|
||||||
|
sudo cp $HOME/ceremonyclient/client/qclient /usr/local/bin
|
||||||
|
|
||||||
qclient token balance
|
qclient token balance
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user