pixelspark / catena

Catena is a distributed database based on a blockchain, accessible using SQL.
MIT License
302 stars 23 forks source link

Add seed nodes #41

Open pixelspark opened 6 years ago

pixelspark commented 6 years ago

Make seed.catena.pixelspark.nl an A record that points to (non-replaying) catena nodes.

Do not advertise peers discovered through DNS seeds to other peers.

pixelspark commented 6 years ago

This ideally should use DNS-SD (e.g. SRV records) similary to the locally advertised mDNS records.

Unfortunately the Linux implementation does not allow browsing non-local domains and it doesn't look like it's going to be implemented soon.

pixelspark commented 6 years ago

Let's make these regular seeds (e.g. Catena node URLs). These nodes can then use peer exchange to provide additional ones.