We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1820977 commit 661aa18Copy full SHA for 661aa18
ldk-server/ldk-server.config
@@ -14,6 +14,12 @@
14
// Bitcoin Core's RPC endpoint.
15
"bitcoind_rpc_address": "127.0.0.1:18444",
16
17
+ // Bitcoin Core's RPC user.
18
+ "bitcoind_rpc_user": "polaruser",
19
+
20
+ // Bitcoin Core's RPC password.
21
+ "bitcoind_rpc_user": "polarpass",
22
23
// RabbitMQ connection string. (only required if using RabbitMQ based events using `events-rabbitmq` feature)
24
"rabbitmq_connection_string": "",
25
0 commit comments