Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1787 -- updated mithril documentation #1788

Conversation

gmoratorio
Copy link
Contributor

@gmoratorio gmoratorio commented Jul 26, 2024

Description

Updates to mithril-documentation.md instructions for setting up Mithril

Where should the reviewer start?

See new documentation changes

Motivation and context

Instructions were excellent, but slightly off in a few places. Updated for clarity.

Which issue it fixes?

closes GH-1787

How has this been tested?

Reads good!

Signer environment variables.
2. Provide the IP address of your Mithril Relay when prompted.
3. Optionally provide the relays listening port when prompted to use a port.

```bash
./mithril-signer.sh -u
./mithril-signer.sh -e
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix flag (-u is to skip update, -e is for env setup)


```bash
./mithril-signer.sh -u
./mithril-signer.sh -e
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix flag (-u is to skip update, -e is for env setup)


```bash
./mithril-relay.sh -d
./mithril-relay.sh -l
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix flag (-d is to deploy service, -l loadbalancer setup)

4. Create the appropriate firewall rule to allow traffic from your Block
Producer to the Mithril Relay.
5. Create the appropriate firewall rule to allow traffic from your Block
Producer to the Mithril Relay(s).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarified instructions for nginx install of mithril-relay.sh script

from a Mithril Aggregator.
can download the latest Mithril snapshot by running the script with the `snapshot
download` command. This snapshot contains the latest state of the Cardano blockchain db
from a Mithril Aggregator.
Copy link
Contributor Author

@gmoratorio gmoratorio Jul 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these came through as auto-format changes from my IDE. I can revert these if desired.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted


nInstalling nginx load balancer
Installing nginx load balancer
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix typo

2. Provide the IP address of your Mithril Relay when prompted.
3. Optionally provide the relays listening port when prompted to use a port.
2. Provide the IP address of your nginx loadbalancer when prompted.
3. Optionally provide the loadbalancer listening port when prompted to use a port.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarify instructions

@TrevorBenson TrevorBenson self-requested a review July 26, 2024 20:45
@TrevorBenson TrevorBenson merged commit cc521bf into cardano-community:alpha Jul 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Mithril] mithril-overview.md documentation fixes
2 participants