mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Add label to FullyNoded
This commit is contained in:
parent
7be9083220
commit
c31e7593b6
@ -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
|
||||
};
|
||||
}
|
||||
|
1
BTCPayServer/wwwroot/img/acinq-logo.svg
Normal file
1
BTCPayServer/wwwroot/img/acinq-logo.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="103" height="107" viewBox="0 0 103 107"><radialGradient id="a" cx="47.833" cy="51.834" r="56.832" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></radialGradient><circle fill="url(#a)" cx="47.833" cy="51.833" r="56.832"/><g><g fill="none" stroke-width="6" stroke-linejoin="round"><path stroke="#47BF94" d="M4.493 79.67c-6.778-11.574 21.882-35.135 41.646-39.636 16.598-3.78 55.176 4.066 53.752 17.433"/><path stroke="#359F7E" d="M10.125 18.133c8.624-9.988 41.797 13.701 51.001 30.018 9.723 17.237 12.87 55.271-1.103 55.351"/><path stroke="#49DAAA" d="M69.826 4.107c12.025 5.964 3.838 38.632-11.184 57.28C47.846 74.79 11.659 91.904 4.493 79.67"/><path stroke="#49DAAA" d="M99.891 57.467C98.471 70.799 62.529 72.9 43.83 64.781c-17.92-7.783-42.47-36.5-33.706-46.648"/><path stroke="#AAF0D3" d="M60.023 103.502c-14.291.08-24.609-29.721-23.918-51.916.758-24.377 20.678-53.948 33.721-47.479"/></g></g></svg>
|
After Width: | Height: | Size: 1020 B |
Loading…
Reference in New Issue
Block a user