https://github.com/evehash/bitcoin-private-nodes
Llist of Bitcoin full nodes running as Tor v3 onion services and I2P nodes
https://github.com/evehash/bitcoin-private-nodes
bitcoin bitcon-full-node i2p i2p-network onion-services
Last synced: 5 days ago
JSON representation
Llist of Bitcoin full nodes running as Tor v3 onion services and I2P nodes
- Host: GitHub
- URL: https://github.com/evehash/bitcoin-private-nodes
- Owner: evehash
- Created: 2025-02-07T18:53:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-05-13T00:15:47.000Z (9 days ago)
- Last Synced: 2025-05-13T01:24:52.203Z (9 days ago)
- Topics: bitcoin, bitcon-full-node, i2p, i2p-network, onion-services
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitcoin-private-nodes
A curated list of Bitcoin full nodes running as **Tor v3 onion services** and **I2P nodes**.
This list can serve as a useful **bootstrap source** for nodes operating exclusively over privacy networks.
These nodes have been observed at a given point in time, but **availability is not guaranteed**.
## 🚀 How to use the node list
To connect your bitcoind instance using this list, add the following lines to your bitcoin.conf file:
Tor-only example:
```
addnode=abcd1234example.onion:8333
addnode=xyz9876example.onion:8333
```I2P-only example:
```
addnode=mnop5678example.b32.i2p:8333
addnode=qrs5432example.b32.i2p:8333
```After restarting your node, it will attempt to connect to these peers.
Over time, your node will discover additional peers through normal operation.