diff --git a/docs/HowTo/Troubleshoot/Troubleshooting.md b/docs/HowTo/Troubleshoot/Troubleshooting.md index 8b602d21d90..b62e0de1bec 100644 --- a/docs/HowTo/Troubleshoot/Troubleshooting.md +++ b/docs/HowTo/Troubleshoot/Troubleshooting.md @@ -170,22 +170,6 @@ A quick, non-persistent workaround is to use the non-blocking random generator i sudo mount /dev/urandom /dev/random -o bind ``` -## Quorum Developer Quickstart not working on Apple M1 chip - -The [Quorum Developer Quickstart](../../Tutorials/Developer-Quickstart.md) does not currently support -the Apple M1 chip. The quickstart starts up on machines that use the chip, but may show the -following symptoms: - -* All JSON-RPC calls return an empty reply from the server -* The Grafana dashboard shows no data -* The `docker ps` command displays an AMD message about the containers: - - ```bash - Image may have poor performance, or fail, if run via emulation - ``` - -* No logs can be downloaded - ## Unsupported address exception while running from Docker While [running Besu from a Docker image](../../HowTo/Get-Started/Installation-Options/Run-Docker-Image.md), you might get the following exception: diff --git a/docs/Tutorials/Developer-Quickstart.md b/docs/Tutorials/Developer-Quickstart.md index 9bc34d8b8ca..68548a6c21c 100644 --- a/docs/Tutorials/Developer-Quickstart.md +++ b/docs/Tutorials/Developer-Quickstart.md @@ -17,7 +17,7 @@ The Quorum Developer Quickstart uses the Hyperledger Besu Docker image to run a - One of the following operating systems: - Linux on x86_64 architecture - - macOS on an Intel processor (M1 processor not supported yet) + - macOS - Windows 64-bit edition, with: - Windows Subsystem for Linux 2 - Docker desktop configured to use the WSL2-based engine