From 2cada42184f40c12d6be538dd0fe0ffd10f03f21 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Fri, 23 Sep 2022 09:52:28 +0200 Subject: [PATCH] readme: link to remroy's guide (#344) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b92126..c4e12c92 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,9 @@ Read more in [Why run MEV-Boost?](https://writings.flashbots.net/writings/why-ru # Installing -`mev-boost` can run in any machine, as long as it is reachable by the beacon client. The default port is 18550. The most common setup is to install it in the same machine as the beacon client. +`mev-boost` can run in any machine, as long as it is reachable by the beacon client. The most common setup is to install it in the same machine as the beacon client. Multiple beacon-clients can use a single mev-boost instance. The default port is 18550. +See also [Remroy's guide](https://github.com/remyroy/ethstaker/blob/main/prepare-for-the-merge.md#installing-mev-boost) for a comprehensive guide on installing, configuring and running mev-boost. ## Binaries