hexresearch / hexresearch/hschain
Support addressing peers with onion tor addresses
Open
enhancement
network
- Dominant language
- C
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It will be neat to automatically use local tor to communicate with other peers that are behind hidden services in tor network:
```
proxy: "127.0.0.1:9050"
externalAddress: "57qr3yd1nyntf5k.onion" # own onion address
nodeSeeds:
- "57qr3yd1nyntf5k.onion" # other peer onion address
```
Reference implementation in BTC: https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.