HelloZeroNet / HelloZeroNet/ZeroNet
Make Local Onion Persistent Between Restarts
- 主要语言
- JavaScript
- 星标
- 18.8k
- 派生
- 2.3k
- PR 合并指标
- 30 天内没有已合并 PR
描述
Unless mistaken, in `TorManager.py`, method `addOnion`, the private keys are never saved anywhere and never re-used preventing the onion addresses from being persistent between ZeroNet restarts.
Since libzeronet's primary concern is performance for resilient super-peers (eligible for eventual inclusion in the bootstrapable peer list in `Config.py`), this issue is libzeronet-related and a solution for it might be included in my libzeronet-backed port of the Python stack.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start in TorManager.py at addOnion and inspect how private keys and onion addresses are currently handled across a restart. Review Config.py for the bootstrapable peer context and determine a suitable persistence path from the existing project structure. Done means the private key is saved, reused after a ZeroNet restart, and the onion address remains unchanged.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- networking, security
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100