AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Informational 21 Bitcoin

netbase: Remove "tor" as a network specification

Public commit record

What the developer wrote

Authored by Carl Dong

78/100 · Adequate
netbase: Remove "tor" as a network specification

"tor" as a network specification was deprecated in 60dc8e4208 in favor
of "onion" and this commit removes it and updates the relevant test.

Co-authored-by: Mara van der Laan <126646+laanwj@users.noreply.github.com>
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Mentions testing or verification
The short version

What changed, and why it matters

This commit removes support for the old word 'tor' as a way to specify the Tor/Onion network in Bitcoin Core settings. Users must now use 'onion' instead. It is a cleanup of a previously-announced deprecation, not a fix for an active security flaw. The main risk is that users or scripts still using 'tor' will silently have those proxy settings ignored, which could weaken their privacy by sending traffic over the regular internet instead of through Tor.

Recommended action

Review release notes and configuration migration guidance. Users and operators relying on '-proxy=...=tor' should update to '=onion' before upgrading. Consider adding a startup error or clearer warning if an unrecognized network is supplied to a proxy argument, rather than silently ignoring it.

Security signals we found

01

Deprecation removal of network alias 'tor' in favor of 'onion'

02

Behavior change: previously accepted proxy specification now parses as NET_UNROUTABLE and is ignored

03

Potential privacy degradation for configurations still using the deprecated alias

Risk score

Why this scored 21/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 3/15
Confidence 9/10
Evidence quality 5/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.