Skip to content

Commit

Permalink
GITBOOK-144: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOzgur authored and gitbook-bot committed Oct 17, 2024
1 parent 6573094 commit 96a460f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ cd ~/ceremonyclient/client
Then download binary of cqlient

```bash
wget https://releases.quilibrium.com/qclient-2.0.0-linux-amd64
chmod u+x qclient-2.0.0.2-linux-amd64
mv qclient-2.0.0.2-linux-amd64 qclient
wget https://releases.quilibrium.com/qclient-2.0.0.5-linux-amd64
chmod u+x qclient-2.0.0.5-linux-amd64
mv qclient-2.0.0.5-linux-amd64 qclient


```

{% hint style="info" %}
Please note that, you must downlod cqlient binary depends on your system architecture. There are 3 different binary option based on systems.

<pre class="language-markup" data-line-numbers><code class="lang-markup"><strong>qclient-2.0.0.2-darwin-arm64
</strong>qclient-2.0.0.2-linux-arm64
qclient-2.0.0.2-linux-amd64
<pre class="language-markup" data-line-numbers><code class="lang-markup"><strong>qclient-2.0.0.5-darwin-arm64
</strong>qclient-2.0.0.5-linux-arm64
qclient-2.0.0.5-linux-amd64
</code></pre>
{% endhint %}

Expand All @@ -56,7 +56,7 @@ For the example provided, it is assumed qclient lives in the `client/` folder al

{% code overflow="wrap" %}
```bash
./../client/qclient-2.0.0-linux-amd64 config prover merge --dry-run /root/ceremonyclient/node/.config /root/ceremonyclient/node/.config1
./../client/qclient-2.0.0.5-linux-amd64 config prover merge --dry-run /root/ceremonyclient/node/.config /root/ceremonyclient/node/.config1

```
{% endcode %}
Expand Down
12 changes: 6 additions & 6 deletions installation/running-as-a-service.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Installlin Manually vv2.0.0.1
description: Installlin Manually vv2.0.0.5
---

# 💿 Running as a Service
Expand Down Expand Up @@ -36,7 +36,7 @@ Restart=always
RestartSec=5s
WorkingDirectory=/root/ceremonyclient/node
Environment=GOEXPERIMENT=arenas
ExecStart=/root/ceremonyclient/node/node-2.0.0.3-linux-amd64
ExecStart=/root/ceremonyclient/node/node-2.0.0.5-linux-amd64
KillSignal=SIGINT
TimeoutStopSec=30s

Expand Down Expand Up @@ -91,23 +91,23 @@ sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat
See Peer ID:

```bash
cd ~/ceremonyclient/node && ./node-2.0.0.3-linux-amd64 -peer-id
cd ~/ceremonyclient/node && ./node-2.0.0.5-linux-amd64 -peer-id
```

See Node Info:

```bash
cd ~/ceremonyclient/node && ./node-2.0.0.3-linux-amd64 -node-info
cd ~/ceremonyclient/node && ./node-2.0.0.5-linux-amd64 -node-info
```

Run the DB console:

```bash
cd ~/ceremonyclient/node && ./node-2.0.0.3-linux-amd64 -db-console
cd ~/ceremonyclient/node && ./node-2.0.0.5-linux-amd64 -db-console
```

Check Balances:

```bash
cd ~/ceremonyclient/node && ./node-2.0.0.3-linux-amd64 -balance
cd ~/ceremonyclient/node && ./node-2.0.0.5-linux-amd64 -balance
```
2 changes: 1 addition & 1 deletion quilibrium-for-dummies.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: 'Version Info: Quilibrium for Dummies v2.0.0.3 & qClient v2.0.0.2'
description: 'Version Info: Quilibrium for Dummies v2.0.0.5 & qClient v2.0.0.5'
---

# 🥟 Quilibrium for Dummies
Expand Down
2 changes: 1 addition & 1 deletion release-notes-and-prerequisites/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: 'Current Version: vv2.0.0.3 (Dusk) as of Oct 15, 2024'
description: 'Current Version: vv2.0.0.5 (Dusk) as of Oct 17, 2024'
---

# 💻 Release Notes And Prerequisites
Expand Down
4 changes: 2 additions & 2 deletions update-node.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: >-
Please note that, these instructions would upgrade your node to v2.0.0.3 and
qClient v2.0.0.2
Please note that, these instructions would upgrade your node to v2.0.0.5 and
qClient v2.0.0.5
---

# 📀 Update Node
Expand Down

0 comments on commit 96a460f

Please sign in to comment.