question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

host not found in upstream "mempool.space

See original GitHub issue

With updated nginx (based on bullseye repo) the nginx conf of mempool is throwing an error:

Dec 19 21:35:19 raspberrypi nginx[703]: nginx: [emerg] host not found in upstream "mempool.space" in /etc/nginx/snippets/mempool.conf:38
Dec 19 21:35:19 raspberrypi nginx[703]: nginx: configuration file /etc/nginx/nginx.conf test failed
Dec 19 21:35:19 raspberrypi systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE
Dec 19 21:35:19 raspberrypi systemd[1]: nginx.service: Failed with result 'exit-code'.
Dec 19 21:35:19 raspberrypi systemd[1]: Failed to start A high performance web server and a reverse proxy server.
--> CHECK CONFIG: sudo nginx -t

Trying to remove this lines for now …

	location /api/v1/donations {
		proxy_pass https://mempool.space;
	}
	location /api/v1/donations/images {
		proxy_pass https://mempool.space;
	}

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
wizcommented, Dec 24, 2021

people will wonder why we are pinging mempool.space on clearnet.

To be clear, this is not a “phone home” or anything like that, it’s an nginx.conf proxy so if you hit the donations/contributors API via the About page it will connect to us, but you made a good point that this should be done over Tor - we can improve that

0reactions
rootzollcommented, Feb 17, 2022

OK final testing looks good. Closing this issue for v1.7.2 release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support and Troubleshooting - Umbrel Community
Host not found in upstream "mempool.space" in /etc/nginx/conf.d/nginx-mempool.conf:49 · Support and Troubleshooting.
Read more >
FAQ - mempool - Bitcoin Explorer
A mempool (short for "memory pool") is the queue of pending and unconfirmed transactions for a cryptocurrency network node. There is no one...
Read more >
Perf: Enable tcmalloc and disable mempool as a default option
I have executed a smallfile perf test case for 4.8M files 64K (more than 20 times on usual day operation) on latest devel...
Read more >
NSX Event Catalog - VMware Docs
Or log folder is missing in Windows Physical Server nodes. ... This API request triggers a DNS lookup to the upstream server in...
Read more >
nix-bitcoin (@nixbitcoinorg) / Twitter
Though not all of their nodes have full-rbf peers yet, ... This release contains no major. ... Explore the full Bitcoin ecosystem with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found