-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
Description
Describe the issue
Downloading seeds.txt from sipa's DNS seed yields a 404 error.
Can you reliably reproduce the issue?
Yes.
If so, please list the steps to reproduce below:
- Run the following command from a terminal:
curl -s http://bitcoin.sipa.be/seeds.txt. - (My OS is Whonix 13; I have no reason to expect different results on other OS's but I haven't tried.)
- (I tried replacing
http://withhttps://since I was wondering if a Tor exit was interfering with the response; the results were unchanged.)
Expected behaviour
A valid seeds.txt file should be displayed by curl.
Actual behaviour
I get the following output:
$ curl -s http://bitcoin.sipa.be/seeds.txt
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>404 - Not Found</title>
</head>
<body>
<h1>404 - Not Found</h1>
</body>
</html>
Machine specs:
- OS: Whonix 13. (That means all traffic is tunneled through Tor.)
- Other specs: believed to not be relevant.