Skip to content

Add mainnet docs and update testnet docs.#122

Merged
dzmitryhil merged 2 commits intodevfrom
dzmitryhil/devnet-and-mainnet-docs
Dec 5, 2022
Merged

Add mainnet docs and update testnet docs.#122
dzmitryhil merged 2 commits intodevfrom
dzmitryhil/devnet-and-mainnet-docs

Conversation

@dzmitryhil
Copy link
Contributor

No description provided.

Comment on lines +1 to +13
#!/bin/bash
export GPG_TTY=$(tty) # prompt for password

read -r -p "Have you already setup a gpgkey that you would like to use for a pass store?(Y/n)" has_gpg
if [ "$has_gpg" = "y" ] || [ "$has_gpg" = "Y" ]; then
:
else
gpg --gen-key
gpg-connect-agent reloadagent /bye # restart gpg agent
fi

echo "Initializing password store utility"
pass init onomy
Copy link
Contributor

Choose a reason for hiding this comment

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

We dont need this script to run the full node

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agree, removed.

ONOMY_CHAINID_FLAG="--chain-id $CHAINID"
# Seeds IPs
ONOMY_SEEDS_DEFAULT_IPS="64.9.136.119,64.9.136.120,54.88.212.224"
ONOMY_SEEDS_DEFAULT_IPS="3.88.76.0,3.226.87.93,54.88.212.224"
Copy link
Contributor

Choose a reason for hiding this comment

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

I have removed 3rd seed from testnet. Remove the IP 3.226.87.93

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

@dzmitryhil dzmitryhil merged commit 1d5e398 into dev Dec 5, 2022
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.

2 participants