v2.0.3
This commit is contained in:
parent
9b14d5a520
commit
7d5b487215
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set the version number
|
||||
VERSION="2.0.2.4"
|
||||
VERSION="2.0.3"
|
||||
|
||||
# Determine the ExecStart line based on the architecture
|
||||
ARCH=$(uname -m)
|
||||
|
||||
@ -156,7 +156,7 @@ RestartSec=5s
|
||||
WorkingDirectory=$NODE_PATH
|
||||
ExecStart=$EXEC_START
|
||||
KillSignal=SIGINT
|
||||
TimeoutStopSec=30s
|
||||
TimeoutStopSec=75s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Set the version number
|
||||
|
||||
VERSION="2.0.2.4"
|
||||
qClientVERSION="2.0.2.4"
|
||||
VERSION="2.0.3"
|
||||
qClientVERSION="2.0.3"
|
||||
|
||||
cd ~
|
||||
# Step 0: Welcome
|
||||
@ -268,7 +268,7 @@ RestartSec=5s
|
||||
WorkingDirectory=$NODE_PATH
|
||||
ExecStart=$EXEC_START
|
||||
KillSignal=SIGINT
|
||||
TimeoutStopSec=30s
|
||||
TimeoutStopSec=75s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Set the version number
|
||||
|
||||
VERSION="2.0.3-b7-testnet"
|
||||
qClientVERSION="2.0.2.4"
|
||||
qClientVERSION="2.0.3"
|
||||
|
||||
cd ~
|
||||
# Step 0: Welcome
|
||||
@ -136,7 +136,7 @@ RestartSec=5s
|
||||
WorkingDirectory=$NODE_PATH
|
||||
ExecStart=$EXEC_START --signature-check=false --network=1
|
||||
KillSignal=SIGINT
|
||||
TimeoutStopSec=30s
|
||||
TimeoutStopSec=75s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
@ -19,18 +19,18 @@ 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.2.4-linux-amd64 -node-info && cd ~"
|
||||
alias db-console="cd ~/ceremonyclient/node && ./node-2.0.2.4-linux-amd64 --db-console && cd ~"
|
||||
alias balance="cd ~/ceremonyclient/node && ./node-2.0.2.4-linux-amd64 -balance && 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 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 nstart="service ceremonyclient start"
|
||||
alias nrestart="service ceremonyclient restart"
|
||||
alias nstop="service ceremonyclient stop"
|
||||
alias benchmark='increment=$(journalctl -u ceremonyclient -ocat -n 100 | grep increment | awk -F'\[:,\}\]' '\''{for(i=1;i<=NF;i++){if($i~"increment"){gsub(/[ "]/,"",$i); print $(i+1)}}}'\'' | tail -n 1) && difficulty=$(expr 200000 - $increment / 4) && cpus=$(nproc) && score=$(echo "scale=2; ($cpus*$cpus*1000)/$difficulty" | bc) && echo "" && echo "CPU(s): $cpus" && echo "Increment: $increment" && echo "Difficulty: $difficulty" && echo "Score: $score"'
|
||||
alias qbalance="cd ~/ceremonyclient/node && ./qclient-2.0.2.4-linux-amd64 token balance"
|
||||
alias qtoken="cd ~/ceremonyclient/node && ./qclient-2.0.2.4-linux-amd64 token coins"
|
||||
alias qmint="cd ~/ceremonyclient/node && ./qclient-2.0.2.4-linux-amd64 token mint all"
|
||||
alias qbalance="cd ~/ceremonyclient/node && ./qclient-2.0.3-linux-amd64 token balance"
|
||||
alias qtoken="cd ~/ceremonyclient/node && ./qclient-2.0.3-linux-amd64 token coins"
|
||||
alias qmint="cd ~/ceremonyclient/node && ./qclient-2.0.3-linux-amd64 token mint all"
|
||||
alias mincrement="journalctl -u ceremonyclient.service -f --no-hostname -o cat -g 'publishing proof batch'-n 1000"
|
||||
alias qnode="cd ~/ceremonyclient/node"
|
||||
alias client="cd ~/ceremonyclient/node"
|
||||
@ -7,8 +7,8 @@ clear
|
||||
|
||||
# Set the version number
|
||||
|
||||
VERSION="2.0.2.4"
|
||||
qClientVERSION="2.0.2.4"
|
||||
VERSION="2.0.3"
|
||||
qClientVERSION="2.0.3"
|
||||
|
||||
|
||||
# Determine the ExecStart line based on the architecture
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
VERSION="2.0.2.4"
|
||||
qClientVERSION="2.0.2.4"
|
||||
VERSION="2.0.3"
|
||||
qClientVERSION="2.0.3"
|
||||
|
||||
|
||||
# Step 0: Welcome
|
||||
@ -219,7 +219,7 @@ RestartSec=5s
|
||||
WorkingDirectory=$NODE_PATH
|
||||
ExecStart=$EXEC_START
|
||||
KillSignal=SIGINT
|
||||
TimeoutStopSec=30s
|
||||
TimeoutStopSec=75s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Loading…
Reference in New Issue
Block a user