Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ See the detailed [guide](docs/producer-demo.md).
Run:

```
docker compose up
docker compose up --pull always
```

Then visit http://localhost:8070 in your browser.
Expand Down
6 changes: 5 additions & 1 deletion docs/producer-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This demo showcases the block production capabilities of OpenMina nodes within a private network. It launches three OpenMina nodes on your local machine, operating in a private network environment. For the purpose of this demonstration, block proofs are disabled. This setup allows you to observe block production immediately, without the need to wait for your account to be included in the staking ledger on testnets.

## Known issues

The nodes in the demo can sometimes become unresponsive, especially immediately after startup. If the frontend is unable to contact the nodes a few minutes after launching the Docker Compose setup, restart the setup and try again.

## Table of Contents
1. [Prerequisites](#prerequisites)
- [Docker Installation on Debian-based Linux](#docker-installation-on-debian-based-linux)
Expand Down Expand Up @@ -90,7 +94,7 @@ Once pre-requisites for your OS have been completed, follow these steps (they ar

3. **Run the following command to start the demo:**
```sh
docker compose -f docker-compose.local.producers.yml up
docker compose -f docker-compose.local.producers.yml up --pull always
```

4. **Open you browser and visit http://localhost:8070**
Expand Down