-
Notifications
You must be signed in to change notification settings - Fork 35
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
New guide for validator #118
base: main
Are you sure you want to change the base?
Conversation
Add How to get notify
Update guide.md
doc: epoch sync
@walnut-the-cat |
Add Config.json link for Mainnet - Validator
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.
Thanks @DDeAlmeida!
The content looks good, but the formatting needs improvement.
docs/validator/guide.md
Outdated
|
||
During the building time, let's make a wallet. | ||
|
||
We recommand to use a partner wallet like Meteor, MyNearWallet or SenderWallet. |
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.
recommend
docs/validator/guide.md
Outdated
|
||
https://wallet.meteorwallet.app/ | ||
|
||
 |
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.
local path, here and in other places
docs/validator/guide.md
Outdated
|
||
#### Wallet Authorization | ||
|
||
A full access key needs to be installed locally to be able transactions via NEAR-CLI. |
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.
"to be able to send transactions"
docs/validator/guide.md
Outdated
near contract call-function as-transaction pool-details.near update_field json-args '{"pool_id": "<full_pool_id>", "name": "name", "value": "PandaPool"}' prepaid-gas '100.0 Tgas' attached-deposit '0 NEAR' sign-as <accountId> network-config mainnet sign-with-keychain | ||
near contract call-function as-transaction pool-details.near update_field json-args '{"pool_id": "<full_pool_id>", "name": "description", "value": "PandaPool Description"}' prepaid-gas '100.0 Tgas' attached-deposit '0 NEAR' sign-as <accountId> network-config mainnet sign-with-keychain |
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.
please format as code, here and below
docs/validator/guide.md
Outdated
You can use: | ||
Discord: https://discord.gg/nearprotocol | ||
Telegram: https://t.me/near_validators | ||
X: https://x.com/NEARChainStatus (Only Mainnet) | ||
Email : https://near.us14.list-manage.com/subscribe?u=faedf5dec8739fb92e05b4131&id=befd133f18 |
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.
When rendered, it is all in one line
docs/validator/guide.md
Outdated
|
||
Make sure the config file have store.load_mem_tries_for_tracked_shards with true value | ||
|
||
#### Usefull links: |
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.
useful
Review from Adam
Update images
Review from Adam
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.
@DDeAlmeida I changed the formatting, PTAL.
No description provided.