From 27e2d8bfb5678e79d956b9f1aa50c1b14177d748 Mon Sep 17 00:00:00 2001 From: super3 Date: Tue, 15 Oct 2013 23:14:30 -0400 Subject: Finished /Contrib Index. Standardized READMEs. File and Link Fix. --- contrib/seeds/README | 9 --------- contrib/seeds/README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 contrib/seeds/README create mode 100644 contrib/seeds/README.md (limited to 'contrib/seeds') diff --git a/contrib/seeds/README b/contrib/seeds/README deleted file mode 100644 index 97e3e1ec71..0000000000 --- a/contrib/seeds/README +++ /dev/null @@ -1,9 +0,0 @@ -Utility to generate the pnSeed[] array that is compiled into the client -(see src/net.cpp). - -The 600 seeds compiled into the 0.8 release were created from sipa's DNS seed data, like this: - -curl -s http://bitcoin.sipa.be/seeds.txt | head -1000 | makeseeds.py - -The input to makeseeds.py is assumed to be approximately sorted from most-reliable to least-reliable, -with IP:port first on each line (lines that don't match IPv4:port are ignored). diff --git a/contrib/seeds/README.md b/contrib/seeds/README.md new file mode 100644 index 0000000000..f9a0c277e2 --- /dev/null +++ b/contrib/seeds/README.md @@ -0,0 +1,11 @@ +### Seeds ### + +Utility to generate the pnSeed[] array that is compiled into the client +(see [src/net.cpp](/src/net.cpp)). + +The 600 seeds compiled into the 0.8 release were created from sipa's DNS seed data, like this: + + curl -s http://bitcoin.sipa.be/seeds.txt | head -1000 | makeseeds.py + +The input to makeseeds.py is assumed to be approximately sorted from most-reliable to least-reliable, +with IP:port first on each line (lines that don't match IPv4:port are ignored). -- cgit v1.2.3