Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirrorworld-universe/hypergrid-sonic-origin-grid
Sonic Origin | Grid based on HyperGrid
https://github.com/mirrorworld-universe/hypergrid-sonic-origin-grid
Last synced: 21 days ago
JSON representation
Sonic Origin | Grid based on HyperGrid
- Host: GitHub
- URL: https://github.com/mirrorworld-universe/hypergrid-sonic-origin-grid
- Owner: mirrorworld-universe
- License: apache-2.0
- Created: 2024-07-23T06:37:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T04:20:09.000Z (5 months ago)
- Last Synced: 2024-08-01T06:27:30.623Z (5 months ago)
- Language: Rust
- Size: 9.23 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
[![Live on Mainnet](https://img.shields.io/badge/Sonic%20Explorer-Live%20on%20HyperGrid-blue)](https://explorer.sonic.game)
[![Live on Mainnet](https://img.shields.io/badge/Sonic%20Faucet-Live%20on%20HyperGrid-blue)](https://faucet.sonic.game)
[![Follow Us!](https://img.shields.io/twitter/follow/zksync?color=%238C8DFC&label=Follow%20%40SonicSVM&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCA0MyAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Mi42NTM5IDEyLjQ5MTVMMzAuODM3OCAwLjcxNjc0M1Y5LjM0TDE5LjEwNTUgMTcuOTczOUwzMC44Mzc4IDE3Ljk4MlYyNC4yNjYyTDQyLjY1MzkgMTIuNDkxNVoiIGZpbGw9IiM0RTUyOUEiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjk5ODA0NyAxMi40ODcyTDEyLjgxNDEgMjQuMjYxOVYxNS43MDhMMjQuNTQ2NSA3LjAwNDdMMTIuODE0MSA2Ljk5NjY0VjAuNzEyNDYzTDAuOTk4MDQ3IDEyLjQ4NzJaIiBmaWxsPSIjOEM4REZDIi8%2BCjwvc3ZnPgo%3D&style=flat)](https://twitter.com/SonicSVM)# Sonic Devnet HyperGrid Node Setup Guide
### HyperGrid Operating System Requirements
Ubuntu Server 22.04.4 LTS### HyperGrid Hardware Requirements
Low-End Configuration:
CPU: 64-core
RAM: 256GB
SSD: 10TBMid-Range Configuration:
CPU: 128-core
RAM: 512GB
SSD: 15TB### Server Port Policy
Open ports `80` and `443` to support RPC external services.
Open TCP and UDP protocol ports in the range of `8000` to `9000`, and whitelist the IP addresses `52.10.174.63` and `35.164.22.3`.
After completing the above configurations, please send your server's public IP address to [email protected].### System Tuning
Your system will need to be tuned in order to run properly. Your validator may not start without the settings below.
#### Optimize sysctl knobs
```
sudo bash -c "cat >/etc/sysctl.d/21-solana-validator.conf </etc/security/limits.d/90-solana-nofiles.conf <