Skip to content

Commit

Permalink
GITBOOK-148: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOzgur authored and gitbook-bot committed Oct 29, 2024
1 parent f9b565d commit df6bd41
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ Before you begin, ensure you have qClient installed on your system. 
Go inside the client folder

```bash
cd ~/ceremonyclient/client
cd ~/ceremonyclient/node
```

Then download binary of cqlient

```bash
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
chmod u+x qclient-2.0.2.3-linux-amd64
mv qclient-2.0.2.3-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.1-darwin-arm64
</strong>qclient-2.0.1-linux-arm64
qclient-2.0.1-linux-amd64
<pre class="language-markup" data-line-numbers><code class="lang-markup"><strong>qclient-2.0.2.3-darwin-arm64
</strong>qclient-2.0.2.3-linux-arm64
qclient-2.0.2.3-linux-amd64
</code></pre>
{% endhint %}

Expand All @@ -52,11 +52,11 @@ The CLI tooling itself will be relatively simple, and the commands can be run as

### 3. Merge Keys

For the example provided, it is assumed qclient lives in the `client/` folder alongside the `node/` folder where the `.config*/` folders are contained
For the example provided, it is assumed qclient lives in the `node/` folder alongside the `node/` folder where the `.config/` folders are contained

{% code overflow="wrap" %}
```bash
./../client/qclient-2.0.1-linux-amd64 config prover merge --dry-run /root/ceremonyclient/node/.config /root/ceremonyclient/node/.config1
./../client/qclient-2.0.2.3-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.1-linux-amd64 token balance --config ../node/.config/
./qclient-2.0.2.3-linux-amd64 token balance
```

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

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

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

{% code overflow="wrap" %}
```bash
../qclient-2.0.1-linux-amd64 token transfer <ToAccount> <RefundAccount> <Amount|OfCoin> --config ../node/.config/
../qclient-2.0.2.3-linux-amd64 token transfer <ToAccount> <RefundAccount> <Amount|OfCoin>
```
{% endcode %}

Expand Down

0 comments on commit df6bd41

Please sign in to comment.