diff --git a/BTCPayServer/Controllers/ServerController.cs b/BTCPayServer/Controllers/ServerController.cs index e410d1fb0..0d3ad79d1 100644 --- a/BTCPayServer/Controllers/ServerController.cs +++ b/BTCPayServer/Controllers/ServerController.cs @@ -577,7 +577,7 @@ namespace BTCPayServer.Controllers CryptoCode = torService.Network.CryptoCode, DisplayName = "Full node RPC", Type = ExternalServiceTypes.RPC, - ConnectionString = new ExternalConnectionString(new Uri($"btcrpc://btcrpc:btcpayserver4ever@{torService.OnionHost}:{torService.VirtualPort}", UriKind.Absolute)), + ConnectionString = new ExternalConnectionString(new Uri($"btcrpc://btcrpc:btcpayserver4ever@{torService.OnionHost}:{torService.VirtualPort}?label=BTCPayNode", UriKind.Absolute)), ServiceName = torService.Name }; } diff --git a/BTCPayServer/wwwroot/img/acinq-logo.svg b/BTCPayServer/wwwroot/img/acinq-logo.svg new file mode 100644 index 000000000..b24699962 --- /dev/null +++ b/BTCPayServer/wwwroot/img/acinq-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file