Skip to content

Commit

Permalink
GITBOOK-130: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOzgur authored and gitbook-bot committed Jun 16, 2024
1 parent 113242e commit bbe55ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions installation/running-as-a-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,23 +88,23 @@ sudo journalctl -u ceremonyclient.service -f --no-hostname -o cat
See Peer ID:

```bash
cd ~/ceremonyclient/node && ./node-1.4.19-linux-amd64 -peer-id
cd ~/ceremonyclient/node && ./node-1.4.19.1-linux-amd64 -peer-id
```

See Node Info:

```bash
cd ~/ceremonyclient/node && ./node-1.4.19-linux-amd64 -node-info
cd ~/ceremonyclient/node && ./node-1.4.19.1-linux-amd64 -node-info
```

Run the DB console:

```bash
cd ~/ceremonyclient/node && ./node-1.4.19-linux-amd64 -db-console
cd ~/ceremonyclient/node && ./node-1.4.19.1-linux-amd64 -db-console
```

Check Balances:

```bash
cd ~/ceremonyclient/node && ./node-1.4.19-linux-amd64 -balance
cd ~/ceremonyclient/node && ./node-1.4.19.1-linux-amd64 -balance
```

0 comments on commit bbe55ea

Please sign in to comment.