-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial support for seeding multiple networks and improve scaling for…
… larger networks
- Loading branch information
Showing
9 changed files
with
270 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
/* | ||
This application provides a seeder service to the Twister Network. | ||
This application provides a DNS seeder service to network based on Bitcoin technology. | ||
For example - | ||
http://twister.net.co/ | ||
https://bitcoin.org/ | ||
It crawls the Twister Network for active clients and records their ip address and port. It then replies to DNS queries with the ip addresses. | ||
This application crawls the Network for active clients and records their ip address and port. It then replies to DNS queries with this information. | ||
Features: | ||
- Preconfigured support for Twister & Bitcoin networks. use -net <network> to load config data. | ||
- supports ipv4 & ipv6 addresses | ||
- revisits clients on a configurable time basis to make sure they are still available | ||
- Low memory & cpu requirements | ||
*/ | ||
package main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.