v5.1.7: Add Tor process manager for .onion connectivity
Build All Platforms / build-windows-qt (push) Waiting to run
Build All Platforms / build-windows-daemon (push) Waiting to run
Build All Platforms / build-linux-qt (push) Waiting to run
Build All Platforms / build-linux-daemon (push) Waiting to run
Build All Platforms / build-macos (push) Waiting to run
Build All Platforms / release (push) Blocked by required conditions
Build All Platforms / build-windows-qt (push) Waiting to run
Build All Platforms / build-windows-daemon (push) Waiting to run
Build All Platforms / build-linux-qt (push) Waiting to run
Build All Platforms / build-linux-daemon (push) Waiting to run
Build All Platforms / build-macos (push) Waiting to run
Build All Platforms / release (push) Blocked by required conditions
Adds CTorProcess which finds and launches an external Tor binary as a subprocess, providing a SOCKS5 proxy on port 19099 and a v3 hidden service on port 24112. The wallet auto-detects Tor from common install locations or the app directory. Falls back gracefully to clearnet-only if Tor is not found. Also fixes Tor-only network restriction that blocked IPv4/IPv6, and bumps version to 5.1.7. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
VERSION: "5.1.6"
|
||||
VERSION: "5.1.7"
|
||||
|
||||
jobs:
|
||||
build-windows-qt:
|
||||
|
||||
Reference in New Issue
Block a user