curl -sSL https://raw.githubusercontent.com/hedging8563/quilnode/main/auto.sh | bash
curl -sSL https://raw.githubusercontent.com/hedging8563/quilnode/main/auto2.sh | bash
curl -sSL https://raw.githubusercontent.com/hedging8563/quilnode/main/update.sh | bash
/root/ceremonyclient/node/.config/config.yml
/root/ceremonyclient/node/.config/keys.yml
cd ~/ceremonyclient/node && GOEXPERIMENT=arenas /root/go/bin/node -balance
sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat
grpcurl -plaintext localhost:8337 quilibrium.node.node.pb.NodeService.GetNodeInfo
grpcurl -plaintext -max-msg-sz 6000000 localhost:8337 quilibrium.node.node.pb.NodeService.GetPeerInfo | grep peerId | wc -l
grpcurl -plaintext -max-msg-sz 6000000 localhost:8337 quilibrium.node.node.pb.NodeService.GetPeerInfo | less