Dont duplicate interfaces on port change 2.0

This commit is contained in:
2026-08-01 06:31:15 +03:00
parent bc0ef8c613
commit be3bebeb5b
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ type LegacyConfig = {
}
export const current = VersionInfo.of({
version: '0.2.0:1',
version: '0.2.0:2',
releaseNotes: {
en_US:
'Adds configurable stratum and stratum-TLS ports to the Configure action, and fixes a duplicate Stratum interface left behind when a port is changed. StartOS 0.4.0 port: stratum is exposed directly on the LAN as a raw TCP interface (no more router forwards or simpleproxy), Bitcoin Core is reached over the internal network bridge with cookie authentication, and settings moved from Config to the Configure action. Existing settings, found-block history, and the stratum TLS certificate are migrated automatically.',