Busurnode Logo
Loading...
project logo
Sentinel mainnet
Chain ID: sentinelhub-2
Status: Online

Overview

Sentinel is an open source framework for a network of nodes on which Decentralized VPNs and other Web3 services are built. The purpose of the Sentinel ecosystem is to empower universal access to the internet in a trusted and provable manner. This will be done by allowing organizations and individuals around the world to construct decentralized, scalable, distributed networking solutions on Sentinel’s Cosmos-based blockchain in a cost-effective manner.

Our Contributions

Busurnode stands out in the Sentinel network with its exceptional RPC network, featuring the largest geo-load balancing setup available. This advanced infrastructure ensures seamless communication, providing unparalleled speed and reliability for users worldwide. In addition to managing the RPC network, Busurnode has critical infrastructure components such as Snapshots, Seeds, and Peers, offering full support for Sentinel blockchain node operators. These services simplify node setup and maintenance, empowering operators to easily participate in the network.

Busurnode also delivers reliable DVPN nodes across more than 55 countries, enhancing global accessibility and security within the network. To further support DVPN node runners, Busurnode manages SentNodes.com, a specialized monitoring tool that allows operators to efficiently track and manage node performance. Additionally, Busurnode operates an IBC relayer, facilitating cross-chain transfers and contributing to the broader Cosmos ecosystem. Through these offerings, Busurnode plays a crucial role in strengthening the Sentinel network, providing secure and robust solutions for decentralized services.

Endpoints

RPC Endpoints
Endpoint Location Status
https://rpc-sentinel.busurnode.com:443 Global Online
https://as-rpc-sentinel.busurnode.com:443 Asia Online
https://eu-rpc-sentinel.busurnode.com:443 Europe Online
https://na-rpc-sentinel.busurnode.com:443 North America Online
API Endpoints
Endpoint Location Status
https://api-sentinel.busurnode.com:443 Global Online
https://as-api-sentinel.busurnode.com:443 Asia Online
https://eu-api-sentinel.busurnode.com:443 Europe Online
https://na-api-sentinel.busurnode.com:443 North America Online
gRPC Endpoints
Endpoint Status
grpc.sentinel.busurnode.com:443 Online

Nodes

Our Public Nodes in Operations
Name Location Status
Chie Singapore Online
Haru Hong Kong Online
Suzu United Kingdom Online
Saki Germany Online
Mizu United States Online
Tsuki United States Online
Yume Canada Online

Peers

Below are our public peers, you can add them to your persistent_peers in config.toml

Seeds

If you need seeds for your node, below are our seed nodes:

State Sync

In case you want to do state-sync, here is our state-sync enabled RPC, you can adjust on the [statesync] section in config.yoml
https://rpc-sentinel.busurnode.com:443
If you want to cleanup or start a new node without waiting for a long synchronization time, you can use our snapshot service.

Create a reusable shell script, for example statesync.sh with the following code. This script will fetch essential state-sync information (like block height and trust hash) from our server and update your config.toml file accordingly.
#!/bin/bash
SNAP_RPC="https://rpc-sentinel.busurnode.com:443"
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 2000)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash)

sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$SNAP_RPC,$SNAP_RPC\"| ; \
s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \
s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"|" $HOME/.sentinelhub/config/config.toml

Grant execution privileges to the script and run it
chmod 700 statesync.sh
./statesync.sh

Stop the node
sudo service sentinelhub stop

Reset the node
sentinelhub tendermint unsafe-reset-all --home $HOME/.sentinelhub --keep-addr-book

Restart the node
sudo service sentinelhub start

If everything is set up correctly, your node should begin syncing within 10 minutes.

Snapshot

Available snapshot files:
Height Size Updated Download
21584409 1.95 GB 31 minutes ago 21584409.tar.lz4
21581958 1.96 GB 4 hours ago 21581958.tar.lz4
21579507 1.95 GB 8 hours ago 21579507.tar.lz4
Note: Snapshot are taken periodically every ~4hrs.

To simplify the re-sync from snapshot process, log in as the user running the sentinel service and create a reusable shell script, such as snapsync.sh with the following code. Make sure to update SERVICE_NAME if you use service name other than 'sentinelhub'.
#!/bin/bash

# Service Name (update this if you use service name other than 'sentinelhub')
SERVICE_NAME=sentinelhub

# Install required package
echo "Installing required package"
sudo apt install -y lz4 jq curl > /dev/null 2>&1

# Get Latest Snapshot URL
API_REQUEST=$(curl -s https://busurnode.com/api/v1/snapshot/mainnet/sentinel)
IS_SUCCESS=$(echo $API_REQUEST | jq -r '.success')
if [ "$IS_SUCCESS" = "true" ]; then
  SNAPSHOT_URL=$(echo $API_REQUEST | jq -r '.data.snapshot.url')
  echo "Latest Snapshot URL: $SNAPSHOT_URL"
else
  echo "Error fetching latest snapshot from Busurnode API"
  exit 1
fi

# Download the latest snapshot and save it as sentinel_snapshot.tar.lz4
echo "Downloading the latest snapshot..."
curl -L --progress-bar -o "$HOME/sentinel_snapshot.tar.lz4" "$SNAPSHOT_URL"
if [ $? -eq 0 ] && [ -f "$HOME/sentinel_snapshot.tar.lz4" ]; then
  echo "Download complete: $HOME/sentinel_snapshot.tar.lz4"
else
  echo "Error: Download failed."
  exit 1
fi

# Stop the sentinel service
echo "Stopping the sentinel service..."
sudo service $SERVICE_NAME stop

# Copy the validator state JSON file
cd $HOME
cp ~/.sentinelhub/data/priv_validator_state.json ~/.sentinelhub/priv_validator_state.json

# Reset Tendermint state
sentinelhub tendermint unsafe-reset-all --home $HOME/.sentinelhub --keep-addr-book

# Extract the snapshot
echo "Extracting snapshot..."
lz4 -c -d $HOME/sentinel_snapshot.tar.lz4 | tar -x -C $HOME/.sentinelhub
rm $HOME/sentinel_snapshot.tar.lz4

# Replace priv_validator_state from backup
cp ~/.sentinelhub/priv_validator_state.json ~/.sentinelhub/data/priv_validator_state.json

# Start the sentinel service
echo "Starting the sentinel service..."
sudo service $SERVICE_NAME start
echo "Process complete."

Grant execution privileges to the script and run it
chmod 700 snapsync.sh
./snapsync.sh

After that, make sure your node is running
sudo service sentinelhub status
sudo journalctl -u sentinelhub.service -f --output=cat

Information

This page showing data of 157 active blockchain nodes on Sentinel network obtained from our network scanner, updated every 5 minutes.
Please note that this page might not displaying all the active nodes on the network.

Decentralization Map

Active Nodes

Moniker Continent Country City
Busurnode EU Germany Frankfurt am Main
Busurnode EU United Kingdom London
Cosmostation NA Canada Longueuil
Sentinel EU Finland Helsinki
KalpaTech EU Germany Falkenstein
LithiumDigital-sentinel-main EU France Paris
sentinel-node EU Germany Nuremberg
BenjiNode-2 EU Germany Nürnberg
sentry-sentinel EU The Netherlands Rotterdam
Tendermint EU Germany Frankfurt am Main
sentinel-relayer_mainnet-CroutonDigital EU Germany Falkenstein
sentinel EU Germany Nürnberg
AtmosferMuda NA Node NA United States Piscataway
Consensus One EU Poland Warsaw
WS-NL-sentinel EU The Netherlands Naaldwijk
Tendermint AS Japan Shinagawa
01no.de EU Romania Bucharest
CompuFun Node EU Germany Karlsruhe
SentinelGrowthDAO NA United States Manassas
Decloud Lab EU Russia Saint Petersburg
seed NA United States Des Moines
Tendermint NA United States Ashburn
Busurnode EU The Netherlands Haarlem
Trinity Stake EU Germany Falkenstein
LithiumDigital-sentinel-main-rpc EU France Ivry-sur-Seine
freak12techno EU Germany Waldbrunn
Stake Frites Validators NA Canada Montréal
Cosmostation NA Canada Beauharnois
Foxinodes EU Germany Düsseldorf
Tendermint EU Germany Frankfurt am Main
YOUR_MONIKER EU Germany Falkenstein
BlueFren EU The Netherlands Amsterdam
cosmic-node EU Germany Nürnberg
SentinelGrowthDAO AS Singapore Singapore
liquify-ger1 EU Lithuania Panevėžys
ValidatorNode NA United States Dallas
MathNodes EU Finland Helsinki
UbikCapital EU Germany Falkenstein
Benjilious2 EU Germany Falkenstein
12345 EU Russia Moscow
A4ADAO EU Finland Helsinki
SuchNode-DE-1 EU Germany Falkenstein
Snow Fall EU Germany Falkenstein
Wanderer EU Germany Falkenstein
Busurnode NA United States Phoenix
SentinelGrowthDAO NA United States Phoenix
Busurnode AS Singapore Singapore
Noderunners EU Russia Moscow
Busurnode AS Hong Kong Hong Kong
SuchNode-US-2 NA United States Kansas City
Busurnode NA Canada Montreal
Busurnode EU Germany Frankfurt am Main
Avril14th EU Finland Helsinki
Busurnode NA United States Tampa
dvMiku Validator EU Finland Helsinki
t6f3u94kxkiu EU Poland Warsaw
2-private-node AS Singapore Singapore
sentry1 EU France Roubaix
Busurnode EU France Roubaix
node EU France Roubaix
query-server-1 AS Singapore Singapore
IBS EU Finland Helsinki
hello-sentinel-relayer EU Finland Helsinki
hello-sentinel-backup EU Finland Helsinki
hello-sentinel-relayer EU Finland Helsinki
hello-sentinel-main EU France Roubaix
sentry EU Germany Falkenstein
StakeLab EU Finland Helsinki
Strata One EU Germany Falkenstein
ChronoBit|RPC AF South Africa Cape Town
zeroservices EU The Netherlands Maastricht
norselabs NA United States Dallas
JackSparrow EU Switzerland Zürich
node EU Poland Warsaw
01no.de-relay EU Romania Bucharest
Aranciata Rossa EU Poland Warsaw
Nous Backend EU France Paris
Sentry1-ValidatorNode NA United States Dallas
easy2stake EU Germany Falkenstein
sentinel-node EU France Strasbourg
VeilSphere EU Russia Moscow
SentinelGrowthDAO EU The Netherlands Haarlem
SentinelGrowthDAO EU Austria Vienna
Declab service EU Russia Saint Petersburg
Anomalo NA Canada Montréal
node EU Poland Warsaw
liquify NA United States Alexandria
Mainnet | Docker NA United States Denver
omniflix EU Finland Helsinki
csc17 EU Germany Karlsruhe
Bitveil EU France Paris
MathNodes Romania EU Romania Bistriţa
exnihilo.validator EU United Kingdom Portsmouth
RoomIT EU Finland Helsinki
ChainTools EU France Roubaix
sentinel-fra1-2-public-statefulset-0 EU Germany Frankfurt am Main
SuchNode-FI-1 EU Finland Helsinki
EthicalNode EU Germany Nuremberg
Coinpayu NA United States Bend
sentry-sent EU Finland Helsinki
Ungovernable NA Canada Montréal
Tendermint EU Germany Frankfurt am Main
thechickencoop NA United States Greensburg
SmartNodes EU United Kingdom London
Tendermint EU Germany Frankfurt am Main
stakewolle AS India Mumbai
MathNodes-GRPC AS Singapore Singapore
Coef 120 EU France Paris
MathNodes EU Finland Helsinki
Noncompliant Network NA United States Los Angeles
Tendermint NA United States Ashburn
CosmicNode EU Finland Helsinki
Tendermint NA United States Ashburn
MathNodes China AS Hong Kong Hong Kong
LithiumDigital-sentinel-main-validator2 EU France Ivry-sur-Seine
Tendermint NA United States Ashburn
Busurnode NA United States Manassas
SentinelGrowthDAO AS Japan Minato-ku
sentinel-rpc EU Finland Helsinki
Tendermint EU Germany Frankfurt am Main
GalaxyDigital EU Ireland Dublin
AtmosferMuda EU Poland Warsaw
Fiberstate NA United States Draper
Tkd-Alex NA United States Draper
CryptoNet EU France Roubaix
AP Node AtmosferMuda AS Singapore Singapore
Kleomedes EU Italy Naples
RPCIBS EU France Grenoble
Liquify EU Lithuania Panevėžys
Busurnode AS Indonesia Tangerang
0xbas3d EU France Roubaix
namnam EU Germany Falkenstein
Your Validator Name AS Hong Kong Hong Kong
LithiumDigital-sentinel-main-snapshot1 EU France Ivry-sur-Seine
Roomit | service EU Finland Helsinki
Roomit | service AS Indonesia Jakarta
Liquify EU Lithuania Panevėžys
Easy2Stake EU Germany Limburg an der Lahn
TemporalNode EU Croatia Zagreb
CommunityStaking EU United Kingdom London
ValidatorNode_Sentry1 NA United States St Louis
MedasComputers EU Germany Krefeld
ValidatorNode_Sentry2 NA United States New York City
SpacePotato NA United States North Bergen
UbikCapital EU Germany Düsseldorf
CryptoNet EU France Roubaix
littlefox EU France Paris
Nous Host NA United States Las Vegas
sentinel-node EU Germany Nürnberg
Tendermint AS Japan Shinagawa
Tendermint EU Germany Frankfurt am Main
explorer-1 NA United States Atlanta
AtmosferMuda EU Node EU Germany Düsseldorf
neobase EU Germany Limburg an der Lahn
o58t9o08tt91 EU Poland Warsaw
e4bb50929020 NA United States Clifton
Chronobit|Enterprise AF South Africa Cape Town