Skip to content

BeliyBro33/rpc_for_sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Script for selecting the best RPC for a sentinel node .

This requires curl, jq and bc packages so make sure you have them:
apt install curl jq bc -y (debian/ubuntu) (default on script) dnf install curl jq bc -y (fedora/alma/rhel)

The script also adds values to the config file: sed -i "s#^rpc_addresses.*#$new_line#" "${HOME}"/.sentinelnode/config.toml

Deletes a file : rm -f .sentinelnode/data.db

Restarts and displays logs: docker restart dvpn-node-sin docker logs -f -n 100 dvpn-node-sin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages