February 22, 2023
Shardeum update
Сервер для ноды Shardeum
3.Запускаем команду на сервере
bash <(curl -s https://gitlab.com/shardeum/validator/dashboard/-/raw/main/installer.sh)
Do you want to run the web based Dashboard? (y/n): Нажимаем y
Set the password to access the Dashboard: Придумываем пароль без спец символов(убедитесь, что стоит англ раскладка) и нажимаем Enter
This allows p2p commnication between nodes. Enter the first port (1025-65536) for p2p comminucation (default 9001): Нажимаем Enter
Enter the second port (1025-65536) for p2p comminucation (default 10001): Нажимаем Enter
What base directory should the node use (defaults to ~/.shardeum): Нажимаем Enter
5. Запускаем хелсчек, который проверяет статус ноды и поднимает ее в случае падения:
tmux kill-session -t shardeum_healthcheck
tmux new-session -d -s shardeum_healthcheck 'bash <(curl -s https://raw.githubusercontent.com/DOUBLE-TOP/guides/main/shardeum/health.sh)'