Skip to content

Commit

Permalink
fix typos (#99)
Browse files Browse the repository at this point in the history
* fix typos

* fix typo

---------

Co-authored-by: Dominion5254 <125493428+Dominion5254@users.noreply.github.com>
  • Loading branch information
omahs and Dominion5254 authored Nov 14, 2023
1 parent aae179a commit 27d1fea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Dependencies

When running Core Lightning on StartOS it is recommended to use a full archival Bitcion Core node. However, CLN can be run with a pruned node provided Bitcoin Core's version is >= 25.0.0~2.
When running Core Lightning on StartOS it is recommended to use a full archival Bitcoin Core node. However, CLN can be run with a pruned node provided Bitcoin Core's version is >= 25.0.0~2.

**Note: If using a pruned node and bitcoind prunes a block that Core Lightning has not processed yet, e.g., Core Lightning was not running for a prolonged period, then bitcoind will not be able to serve the missing block(s), hence Core Lightning will not be able to synchronize anymore and will be stuck.**

Expand All @@ -15,7 +15,7 @@ use-cases, we recommend using the defaults. You can change credentials from the

## Using a Wallet

CLN can be connected to wallets supporting connecting over tor to the REST inferface (credentials are located in
CLN can be connected to wallets supporting connecting over tor via the REST interface (credentials are located in
`Properties`). For a list of compatible wallets, refer to the
<a href="https://docs.start9.com/0.3.5.x/service-guides/lightning/index" target="_blank">lightning documentation</a>.

Expand Down Expand Up @@ -49,7 +49,7 @@ To this end, here are some of the things CLBOSS can do automatically:
funds
- Acquire incoming capacity via boltz.exchange swaps.
- Rebalance open channels by self-payment (including JIT rebalancer).
- Set forwarding fees so that they're competitive to other nodes
- Set forwarding fees so that they're competitive with other nodes
- Close channels that are not performing well (this feature is experimental)

# CLBOSS Operation **(advanced users only)**
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Spark wallet is a "remote control" interface for a remote c-lightning node inten

## iOS

1. Spark does not exist as a mobile app for iOS. It exists as a [PWA](https://github.com/shesek/spark-wallet#progressive-web-app) and supports basically functionality, but not QR scanning or connecting with a remote node over Tor, which is necessary for connecting to your Start9 server's c-lightning instance.
1. Spark does not exist as a mobile app for iOS. It exists as a [PWA](https://github.com/shesek/spark-wallet#progressive-web-app) and supports basic functionality, but not QR scanning or connecting with a remote node over Tor, which is necessary for connecting to your Start9 server's c-lightning instance.

0 comments on commit 27d1fea

Please sign in to comment.