Skip to content

Commit 216c040

Browse files
committed
feat: add LTC docs
1 parent 9656592 commit 216c040

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

docs/getting-started/configuration.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ coin:
3434
url: ${BTC_DAEMON_URL}
3535
user: ${BTC_DAEMON_USER}
3636
pass: ${BTC_DAEMON_PASS}
37+
ltc:
38+
daemon:
39+
url: ${LTC_DAEMON_URL}
40+
user: ${LTC_DAEMON_USER}
41+
pass: ${LTC_DAEMON_PASS}
3742
```
3843
3944
<details>
@@ -217,6 +222,39 @@ coin:
217222
</details>
218223
</details>
219224
</details>
225+
<details>
226+
<summary>ltc</summary>
227+
<details>
228+
<summary>daemon</summary>
229+
<details>
230+
<summary>url</summary>
231+
<div>
232+
<p><strong>Description:</strong> The URL of the Litecoin (LTC) daemon endpoint.</p>
233+
<p><strong>CLI Option:</strong> <code>none</code></p>
234+
<p><strong>Environment Variable:</strong> <code>LTC_DAEMON_URL</code></p>
235+
<p><strong>Default Value:</strong> <code>none</code></p>
236+
</div>
237+
</details>
238+
<details>
239+
<summary>user</summary>
240+
<div>
241+
<p><strong>Description:</strong> The username for authenticating with the LTC daemon.</p>
242+
<p><strong>CLI Option:</strong> <code>none</code></p>
243+
<p><strong>Environment Variable:</strong> <code>LTC_DAEMON_USER</code></p>
244+
<p><strong>Default Value:</strong> <code>none</code></p>
245+
</div>
246+
</details>
247+
<details>
248+
<summary>pass</summary>
249+
<div>
250+
<p><strong>Description:</strong> The password for authenticating with the LTC daemon.</p>
251+
<p><strong>CLI Option:</strong> <code>none</code></p>
252+
<p><strong>Environment Variable:</strong> <code>LTC_DAEMON_PASS</code></p>
253+
<p><strong>Default Value:</strong> <code>none</code></p>
254+
</div>
255+
</details>
256+
</details>
257+
</details>
220258
</details>
221259
222260
## Example env file
@@ -245,6 +283,10 @@ XMR_DAEMON_PASS=
245283
BTC_DAEMON_URL=http://localhost:38332
246284
BTC_DAEMON_USER=user
247285
BTC_DAEMON_PASS=pass
286+
287+
LTC_DAEMON_URL=http://localhost:18444
288+
LTC_DAEMON_USER=user
289+
LTC_DAEMON_PASS=pass
248290
```
249291

250292
## Misc CLI options

docs/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ It was built as a service-to-service solution with limited functionality, primar
3030

3131
## Supported Crypto
3232
- XMR
33-
- BTC
33+
- BTC
34+
- LTC

0 commit comments

Comments
 (0)