Skip to content

Commit

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

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


Expand All @@ -32,9 +32,9 @@ 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.5-darwin-arm64
</strong>qclient-2.0.0.5-linux-arm64
qclient-2.0.0.5-linux-amd64
<pre class="language-markup" data-line-numbers><code class="lang-markup"><strong>qclient-2.0.1-darwin-arm64
</strong>qclient-2.0.1-linux-arm64
qclient-2.0.1-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.5-linux-amd64 config prover merge --dry-run /root/ceremonyclient/node/.config /root/ceremonyclient/node/.config1
./../client/qclient-2.0.1-linux-amd64 config prover merge --dry-run /root/ceremonyclient/node/.config /root/ceremonyclient/node/.config1

```
{% endcode %}
Expand All @@ -68,7 +68,7 @@ The command line tool takes arguments in either decimal (xx.xxxxx) format or raw
Command:

```bash
./qclient-2.0.0.5-linux-amd64 token balance --config ../node/.config/
./qclient-2.0.1-linux-amd64 token balance --config ../node/.config/
```

Response:
Expand All @@ -87,7 +87,7 @@ Users may wish to view the individual coins:\
Command:

```bash
./qclient-2.0.0.5-linux-amd64 token coins --config ../node/.config/
./qclient-2.0.1-linux-amd64 token coins --config ../node/.config/
```

Response:
Expand All @@ -106,7 +106,7 @@ Command:

{% code overflow="wrap" %}
```bash
../qclient-2.0.0.5-linux-amd64 token transfer <ToAccount> <RefundAccount> <Amount|OfCoin> --config ../node/.config/
../qclient-2.0.1-linux-amd64 token transfer <ToAccount> <RefundAccount> <Amount|OfCoin> --config ../node/.config/
```
{% 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.8
description: Installlin Manually v2.0.1
---

# 💿 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.8-linux-amd64
ExecStart=/root/ceremonyclient/node/node-2.0.1-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.8-linux-amd64 -peer-id
cd ~/ceremonyclient/node && ./node-2.0.1-linux-amd64 -peer-id
```

See Node Info:

```bash
cd ~/ceremonyclient/node && ./node-2.0.0.8-linux-amd64 -node-info
cd ~/ceremonyclient/node && ./node-2.0.1-linux-amd64 -node-info
```

Run the DB console:

```bash
cd ~/ceremonyclient/node && ./node-2.0.0.8-linux-amd64 -db-console
cd ~/ceremonyclient/node && ./node-2.0.1-linux-amd64 -db-console
```

Check Balances:

```bash
cd ~/ceremonyclient/node && ./node-2.0.0.8-linux-amd64 -balance
cd ~/ceremonyclient/node && ./node-2.0.1-linux-amd64 -balance
```
2 changes: 1 addition & 1 deletion installing-prerequisites.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 💾 Installing Prerequisites

We strongly recommend running your Node via binary after vv2.0.0.3 This documentation does not support running or building nodes using source.
We strongly recommend running your Node via binary after v2.0.1 This documentation does not support running or building nodes using source.

When run with Binary, you do not need to install any additional requirements. But we still share these for those who want to use grpcurl.

Expand Down
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.8 & qClient v2.0.0.5'
description: 'Version Info: Quilibrium for Dummies v2.0.1'
---

# 🥟 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.8 (Dusk) as of Oct 18, 2024'
description: 'Current Version: v2.0.1 (Dusk) as of Oct 24, 2024'
---

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

# 📀 Update Node
Expand Down

0 comments on commit f9b565d

Please sign in to comment.