File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 29
29
url : ${XMR_DAEMON_URL}
30
30
user : ${XMR_DAEMON_USER}
31
31
pass : ${XMR_DAEMON_PASS}
32
+ btc :
33
+ daemon :
34
+ url : ${BTC_DAEMON_URL}
35
+ user : ${BTC_DAEMON_USER}
36
+ pass : ${BTC_DAEMON_PASS}
32
37
` ` `
33
38
34
39
<details>
@@ -179,6 +184,39 @@ coin:
179
184
</details>
180
185
</details>
181
186
</details>
187
+ <details>
188
+ <summary>btc</summary>
189
+ <details>
190
+ <summary>daemon</summary>
191
+ <details>
192
+ <summary>url</summary>
193
+ <div>
194
+ <p><strong>Description:</strong> The URL of the Bitcoin (BTC) daemon endpoint.</p>
195
+ <p><strong>CLI Option:</strong> <code>none</code></p>
196
+ <p><strong>Environment Variable:</strong> <code>BTC_DAEMON_URL</code></p>
197
+ <p><strong>Default Value:</strong> <code>none</code></p>
198
+ </div>
199
+ </details>
200
+ <details>
201
+ <summary>user</summary>
202
+ <div>
203
+ <p><strong>Description:</strong> The username for authenticating with the BTC daemon.</p>
204
+ <p><strong>CLI Option:</strong> <code>none</code></p>
205
+ <p><strong>Environment Variable:</strong> <code>BTC_DAEMON_USER</code></p>
206
+ <p><strong>Default Value:</strong> <code>none</code></p>
207
+ </div>
208
+ </details>
209
+ <details>
210
+ <summary>pass</summary>
211
+ <div>
212
+ <p><strong>Description:</strong> The password for authenticating with the BTC daemon.</p>
213
+ <p><strong>CLI Option:</strong> <code>none</code></p>
214
+ <p><strong>Environment Variable:</strong> <code>BTC_DAEMON_PASS</code></p>
215
+ <p><strong>Default Value:</strong> <code>none</code></p>
216
+ </div>
217
+ </details>
218
+ </details>
219
+ </details>
182
220
</details>
183
221
184
222
## Example env file
@@ -203,6 +241,10 @@ DATABASE_NAME=goipay_db
203
241
XMR_DAEMON_URL=http://node.monerodevs.org:38089
204
242
XMR_DAEMON_USER=
205
243
XMR_DAEMON_PASS=
244
+
245
+ BTC_DAEMON_URL=http://localhost:38332
246
+ BTC_DAEMON_USER=user
247
+ BTC_DAEMON_PASS=pass
206
248
```
207
249
208
250
## Misc CLI options
You can’t perform that action at this time.
0 commit comments