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

update rpi page #402

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Changes from 1 commit
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
7 changes: 5 additions & 2 deletions docs/nodes/rpi-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ sudo nano /etc/systemd/system/astar.service
--chain astar \
--base-path /var/lib/astar \
--rpc-external \
--ws-external \
--rpc-methods Safe \
--rpc-max-request-size 1 \
--rpc-max-response-size 1 \
Expand All @@ -125,4 +124,8 @@ Start the service: `sudo systemctl start astar.service`

Check the node log to ensure proper syncing: `journalctl -f -u astar.service -n100`

Enable the service: `sudo systemctl enable astar.service`
Enable the service: `sudo systemctl enable astar.service`

## Tips and Troubleshooting

You can refer to [this page](https://medium.com/@sequaja.marco/astar-peers-program-troubleshooting-guide-and-faq-a6958a76d021) maintained by our ambassador Sequaja with FAQ and troubleshooting tips.