Skip to content

Commit

Permalink
Merge pull request #14 from llamabyte/patch-9
Browse files Browse the repository at this point in the history
fix: typos
  • Loading branch information
dr-orlovsky authored Sep 8, 2023
2 parents 1a3025b + 7a35445 commit 4c314ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/install/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ anchor = "node"
bg-color = "red"
+++

RGB Node is a daemon/service which runs in background, provides RPC API,
and allows you to be always online to accept incoming RGB transfers without
RGB Node is a daemon/service which runs in the background, provides RPC API,
and allows you to always be online and accept incoming RGB transfers without
any third-party server. You can install it on your server machine and then
interact with it locally or remotely by using `rgb-cli` command line utility.
You may also add your RGB Node address to RGB wallets supporting it, which will
You may also add your RGB Node address to RGB wallets that support it, which will
allow you to issue invoices using your own RGB node instance.

The detailed RGB node install instructions can be found in its
[GitHub repo](https://github.com/RGB-WG/rgb-node#install).

**Please pay attention, that the current version of RGB Node supports previous
RGB protocol v0.9 and is not compatible with the latest protocol changes.
Until a new RGB Node v0.10 is released it is recommended to use RGB command-line
**Please pay attention that the current version of RGB Node supports the previous
RGB protocol version, v0.9, and is not compatible with the latest protocol changes.
Until a new RGB Node v0.10 is released it is recommended to use the RGB command-line
tool as described in the previous section.**

0 comments on commit 4c314ab

Please sign in to comment.