node version 2.0.3.1
This commit is contained in:
parent
7d5b487215
commit
0823ee32ec
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set the version number
|
||||
VERSION="2.0.3"
|
||||
VERSION="2.0.3.1"
|
||||
|
||||
# Determine the ExecStart line based on the architecture
|
||||
ARCH=$(uname -m)
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Set the version number
|
||||
|
||||
VERSION="2.0.3"
|
||||
qClientVERSION="2.0.3"
|
||||
VERSION="2.0.3.1"
|
||||
qClientVERSION="2.0.3.1"
|
||||
|
||||
cd ~
|
||||
# Step 0: Welcome
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Set the version number
|
||||
|
||||
VERSION="2.0.3-b7-testnet"
|
||||
qClientVERSION="2.0.3"
|
||||
qClientVERSION="2.0.3.1"
|
||||
|
||||
cd ~
|
||||
# Step 0: Welcome
|
||||
|
||||
@ -19,11 +19,12 @@ neofetch
|
||||
|
||||
# Shortcuts for Service
|
||||
alias peer-count="cd ~/ceremonyclient/node && grpcurl -plaintext -max-msg-sz 150000000 localhost:8337 quilibrium.node.node.pb.NodeService.GetPeerManifests | grep peerId | wc -l && cd ~"
|
||||
alias node-info="cd ~/ceremonyclient/node && ./node-2.0.3-linux-amd64 -node-info && cd ~"
|
||||
alias db-console="cd ~/ceremonyclient/node && ./node-2.0.3-linux-amd64 --db-console && cd ~"
|
||||
alias balance="cd ~/ceremonyclient/node && ./node-2.0.3-linux-amd64 -balance && cd ~"
|
||||
alias node-info="cd ~/ceremonyclient/node && ./node-2.0.3.1-linux-amd64 -node-info && cd ~"
|
||||
alias db-console="cd ~/ceremonyclient/node && ./node-2.0.3.1-linux-amd64 --db-console && cd ~"
|
||||
alias balance="cd ~/ceremonyclient/node && ./node-2.0.3.1-linux-amd64 -balance && cd ~"
|
||||
alias nlog="sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat"
|
||||
alias increment="sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat | grep time_taken"
|
||||
alias frame="sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat | grep frame_number"
|
||||
alias nstart="service ceremonyclient start"
|
||||
alias nrestart="service ceremonyclient restart"
|
||||
alias nstop="service ceremonyclient stop"
|
||||
|
||||
@ -7,8 +7,8 @@ clear
|
||||
|
||||
# Set the version number
|
||||
|
||||
VERSION="2.0.3"
|
||||
qClientVERSION="2.0.3"
|
||||
VERSION="2.0.3.1"
|
||||
qClientVERSION="2.0.3.1"
|
||||
|
||||
|
||||
# Determine the ExecStart line based on the architecture
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
VERSION="2.0.3"
|
||||
qClientVERSION="2.0.3"
|
||||
VERSION="2.0.3.1"
|
||||
qClientVERSION="2.0.3.1"
|
||||
|
||||
|
||||
# Step 0: Welcome
|
||||
|
||||
Loading…
Reference in New Issue
Block a user