-
Notifications
You must be signed in to change notification settings - Fork 179
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
GH-1787 -- updated mithril documentation #1788
Conversation
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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). |
There was a problem hiding this comment.
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
docs/Mithril/mithril-overview.md
Outdated
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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarify instructions
Description
Updates to
mithril-documentation.md
instructions for setting up MithrilWhere 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!