From c324072ec74c99aae516fdb674848d1fc380646a Mon Sep 17 00:00:00 2001 From: ekzyis Date: Tue, 30 Apr 2024 18:34:18 -0500 Subject: [PATCH] Add CLNRest tor info --- pages/settings/wallets/cln.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/settings/wallets/cln.js b/pages/settings/wallets/cln.js index ce517e1f3..9602fa7f5 100644 --- a/pages/settings/wallets/cln.js +++ b/pages/settings/wallets/cln.js @@ -73,7 +73,15 @@ export default function CLN ({ ssrData }) { }} > rest host and port + + + {'If you use tor, you need to run CLNRest over HTTP:\n\n```lightningd --clnrest-port 3010 --clnrest-protocol http```'} + + + + } name='socket' hint='tor or clearnet' placeholder='55.5.555.55:3010'