Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelrosa committed Aug 12, 2021
1 parent 90c0057 commit c56a089
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ There are currently *892* nodes in this collection.

Note: Previous versions of this list also contained v2 onion services. But as of Jun 1 2021, only v3 onion services are now listed. This is in anticipation for the deprecation of v2 addresses in July 2021.

## Why?

When I initiallt set up a bitcoind node to use Tor exclusively, the node had difficulty making outbound connections; It could not find peers to connect with. Over time, the node continued to identify more and more peers, so I began to build my own seed list. That list is now in this repo.

Now, anyone can set up a new Tor-only bitcoind node and use this node list (or realistically, just a small portion of it) to seed the node.

## How?

I got the nodes from `bitcoin-cli getpeerinfo`. Nothing special, just periodic quering.

## Usage

The nodes can be added to `bitcoind.conf`, like this:
Expand Down

0 comments on commit c56a089

Please sign in to comment.