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.
| 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 |
| 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 |
| Endpoint | Status |
|---|---|
| grpc-sentinel.busurnode.com:443 | Online |
| Name | Location | Status |
|---|---|---|
| Chie | Singapore | Online |
| Haru | Hong Kong | Online |
| Suzu | United Kingdom | Online |
| Saki | Germany | Online |
| Mizu | United States | Online |
| Tsuki | Canada | Online |
persistent_peers in config.toml
| [email protected]:21056 |
| [email protected]:21056 |
| [email protected]:21056 |
| [email protected]:21056 |
[statesync] section in config.toml
| https://rpc-sentinel.busurnode.com:443 |
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
chmod 700 statesync.sh
./statesync.sh
sudo service sentinelhub stop
sentinelhub tendermint unsafe-reset-all --home $HOME/.sentinelhub --keep-addr-book
sudo service sentinelhub start
| Height | Size | Updated | Download |
|---|---|---|---|
| 27968463 | 4.82 GB | 2 hours ago | 27968463.tar.lz4 |
| 27964652 | 4.82 GB | 6 hours ago | 27964652.tar.lz4 |
| 27960882 | 4.82 GB | 10 hours ago | 27960882.tar.lz4 |
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."
chmod 700 snapsync.sh
./snapsync.sh
sudo service sentinelhub status
sudo journalctl -u sentinelhub.service -f --output=cat
This page shows data of 123 active blockchain nodes on the Sentinel network obtained from our network scanner.
Please note that this page might not display all the active nodes on the network.
| Moniker | Location |
|---|---|
|
01no.de
694324d39f53d6e6a0f79d33f535d0ee4a96f74a
|
Romania
Bucharest
|
|
Consensus One
d20c44a2a6c990e0236baf934a8555c8afcbd7cf
|
United States
Westerville
|
|
Busurnode
ad5f07e340683084823f954f973e071e9c615faa
|
Hong Kong
Hong Kong
|
|
Busurnode
1d3207eeddbfd1c5994455b54f71557837baf181
|
United Kingdom
London
|
|
Avril14th
c094f6ca7256316569780e922d3830b3e687d1c5
|
Germany
Frankfurt am Main
|
|
Busurnode
a527530ec76a3aaac8e18af8b6e33ae1f8170210
|
Singapore
Singapore
|
|
Busurnode
42fec15d194ef0cfd040bd557517d50ea7d687a6
|
Canada
Montreal
|
|
SentinelGrowthDAO
0e67ded9ed0bedfaa7ddd4951b926c250d8b52b5
|
United States
Manassas
|
|
Busurnode
f309f97644f084819619c41acdfcd6cf56aebaa3
|
Germany
Frankfurt am Main
|
|
SentinelGrowthDAO
b5b080374fefb4a66f1a59b9bd9197227ed7f2e3
|
Singapore
Singapore
|
|
Busurnode x SentinelGrowthDAO
ea806467d26331049e0768986ea8e2fa0ff6231b
|
Canada
Montreal
|
|
hello-sentinel-relayer
f6e4a9bd29b8629dc93b813ec784114ca604dff8
|
Finland
Helsinki
|
|
Tendermint
c124ce0b508e8b9ed1c5b6957f362225659b5343
|
Germany
Offenbach
|
|
sentinel-monitoring
5e62ea485c3e8092b1236f2dc8edc8f079664a90
|
Germany
Kassel
|
|
sentinel-relayer_mainnet-CroutonDigital
acf4345b422b90eba0b3ba774a9ec0566bd68265
|
Germany
Falkenstein
|
|
SentinelGrowthDAO
1fc2ec492afa78101663e12fd570bf8d1e406ace
|
India
Mumbai
|
|
sentinel-fra1-3-public-statefulset-0
397fd8b8225b611bce59c8bd7d391257d6d23341
|
Germany
Frankfurt am Main
|
|
SentinelGrowthDAO
a3d4972107b6d29a21fa4f05efbf237e7a690bed
|
Austria
Vienna
|
|
Trinity Stake
79207fbc401e50dabf397edcd0fd70a3c91dab9b
|
Canada
Montreal
|
|
WS-NL-sentinel
92c83369a76dda8c40c2d8215a8b92a1a2bb7a68
|
Netherlands
Naaldwijk
|
|
Tendermint
cb2a880eefb2187a9a20e3f6bfbb6ac3167ad967
|
Germany
Offenbach
|
|
SuchNode-US-6
ad24874c7150c4a5c075c4d310d4858a6f6a84ca
|
United States
Fremont
|
|
Busurnode
69ad69d517326d38661325517d7bf7cce065b4eb
|
United States
Tampa
|
|
KalpaTech
562472c9f15b43f172dcbe29ecfaa16471c57af4
|
Germany
Falkenstein
|
|
SentinelGrowthDAO
7766ec993ae96803834e15ef1e06ffbdf5d8257c
|
Germany
Dortmund
|
|
sentry-sentinel
92d3375a3618e493e4d2593b983052c8126607c8
|
The Netherlands
Rotterdam
|
|
hello-sentinel-main
7b4398a0b842e356821447e2f22345909a65d2b3
|
Finland
Helsinki
|
|
exnihilo.validator
f76e1defaf4a2f669c6762cdedf7e509086c61a3
|
United Kingdom
Portsmouth
|
|
SuchNode-US-2
9029bafc2864dff96e591dfa077312dc25760652
|
United States
Los Angeles
|
|
SuchNode-FR-2
ab597a57b5b7fa8778502e8d577aa7e6b0bd09be
|
France
Roubaix
|
|
gsv
94c3ad911e026006ab7c4952b13b90708e678e87
|
Finland
Helsinki
|
|
hello-sentinel-relayer
5ace0e57784e34930360bf6cc00dd5265278f708
|
Finland
Helsinki
|
|
Tendermint
89757803f40da51678451735445ad40d5b15e059
|
Germany
Offenbach
|
|
SuchNode-FI-1
3af3fb89fa4243db558f8e52fdbdb0886a2779a5
|
Finland
Helsinki
|
|
SuchNode-US-1
077d24241268c7b6d13859a0e7981fd705d3b328
|
United States
Manassas
|
|
Tendermint
65d87ee4d3a29cf7364a7a9889787c65ee70146c
|
Japan
Shinagawa
|
|
Nous Backend
2980eb1148f7fb8e69e5af2e498e512fc5c41af6
|
France
Paris 08 Élysée
|
|
MathNodes
dc8f68628bf86052fc12223abb9c258b95d677de
|
Finland
Helsinki
|
|
Tendermint
471518432477e31ea348af246c0b54095d41352c
|
United States
Sterling
|
|
Snow Fall
2a426a8a0070a6830bad32b96cd3da1b7b6a2faa
|
Germany
Falkenstein
|
|
Roomit | service
d01927fd0e7d7f50056198891660b346136db2a7
|
Indonesia
East Jakarta
|
|
Roomit | service
bbd3e65a7376efc31101ba8da7b5cb28b34e4f13
|
Finland
Helsinki
|
|
CryptoLabTech
0b24a6fe8a243f6ab9f35dd437ea644115d68639
|
United States
San Diego
|
|
Busurnode
ea34cf638ef8942f3d1e8f104dd80db54313647b
|
France
Roubaix
|
|
CompuFun
a9fa8f2ad4850851a257e8cb763bac3f95d9aff9
|
United States
Mission Hills
|
|
IBS
9a56e6d85c11db0e6156fcaf8606d2d1329f6d94
|
France
Le Mans
|
|
0xbas3d
1ee1fe69fe7bd7a4d44535c1156d62f44026d962
|
France
Roubaix
|
|
GalaxyDigital-RPC
a889e806690d4e7d746e3462ab10bc2d699047b5
|
France
Wattrelos
|
|
Noncompliant Network
27e509becd230ec919d9b4e715b2951a49e47e2a
|
United States
Los Angeles
|
|
Tendermint
b212d5740b2e11e54f56b072dc13b6134650cfb5
|
Germany
Offenbach
|
|
moonlight5
7fc422b3e71cca014b2c1d3958862416cb7bb23e
|
Germany
Düsseldorf
|
|
RPCIBS
0d7b00b5bf4f370a71a3aa35d9b21792e733241d
|
France
Grenoble
|
|
NorthCap
207a60cfbb81efe375754d6bd81c2bd2c9940d21
|
Finland
Askisto
|
|
Oneiric Stake
99f7fe677d2b5262fe95fb21e3edc5b9fc16fc4f
|
Hong Kong
Central
|
|
Foxinodes
7ad867bf0760216d8f6644898e559f554747b78f
|
France
Roubaix
|
|
ChronoBit|RPC
3a4bf6c1757562cc6841327a4ec4c0f35b3dd084
|
South Africa
Pretoria
|
|
MathNodes-GRPC
daf64c9f4d7425d83d302e61863da2a719c16065
|
Singapore
Singapore
|
|
liquify
f32b63a8c94f1aa86f9d9a65a0e30bb07e98dfaa
|
United States
Warrenton
|
|
Strata One
d6d3b940785d0135e53e38bc4639e1cbce47e983
|
Germany
Falkenstein
|
|
Bitveil
c4dcd639a38688fb20b0c122eed5fb0cad02678a
|
France
Courbevoie
|
|
q1ome2ls380e
4398bd773ac885b7365de3604eb487be10c54563
|
Poland
Warsaw
|
|
Tendermint
4e1c2471efb89239fb04a4b75f9f87177fd91d00
|
United States
Sterling
|
|
MedasComputers
1c3409fde1bfe7719df8c60c56284ee36b4940e5
|
France
Paris 04 Hôtel-de-Ville
|
|
Tendermint
e1b058e5cfa2b836ddaa496b10911da62dcf182e
|
Germany
Offenbach
|
|
Sarmatia Digital
c9ce449ce1cbdbf857a30c3a88539ba63e7d29e8
|
Poland
Warsaw
|
|
CosmicNode
c6e8d21795247f46cb05171789aa28f769ef9f06
|
Finland
Helsinki
|
|
AtmosferMuda
182c428b5ff02dc44bdc20a782b28f0cea204bd4
|
Poland
Warsaw
|
|
Mainnet | Docker
549cfcec7a26a0405a8021561c410e7a023047f0
|
United States
Denver
|
|
stakewolle
22efb76a378788caf3bfe3b1ee5e488585e00e6b
|
India
Mumbai
|
|
query-server-1
18248ce04952a7e8fab4092eeabff97f6faaeca5
|
Singapore
Singapore
|
|
Tendermint
e726816f42831689eab9378d5d577f1d06d25716
|
United States
Sterling
|
|
SentinelGrowthDAO
1dba3259a64c8efade3a53db59f8e9b0ce38a517
|
United States
San Jose
|
|
xyz
f9d043998aab23fc6a3caa4e504323b40634c2d1
|
United Kingdom
London
|
|
hello-sentinel-backup
f7a61d2c82fbe52191606c04440fec78855fe374
|
Finland
Helsinki
|
|
Tendermint
bb95de0ccddc2373825ecbb28b3a79e9ef4f0dcd
|
Japan
Shinagawa
|
|
Busurnode
4b03b2ddb5e2bdc66497e7905bc18d3686cc5790
|
Germany
Frankfurt am Main
|
|
ChainTools
d1efceccb04ded9a604e5235f76da86872157d68
|
France
Wattrelos
|
|
SuchNode-NL-2
cccea01ba2c7937b89eaad20b4124278de53dded
|
Netherlands
Kerkrade
|
|
n52e16e
f67d330612d639972c84db44116f5443e8b4faa6
|
Poland
Warsaw
|
|
norselabs
7c5bc9671a6a7b2764e4c6f86cc0b295a34c76f9
|
United States
Dallas
|
|
SuchNode.net
d99fe2dc40abcb59b472538885feaeeee9b511f2
|
Finland
Helsinki
|
|
Trinity Stake
b065a7c6ed2e44f7cce13fd467d097852b168d8a
|
Canada
Montreal
|
|
01no.de-relay
8c60e47c25b68fa0c4aaba910ecabaff23ed9cbf
|
Romania
Bucharest
|
|
SpacePotato
ae9242d78fc004e1c437c5749eb3c0cbab7e879d
|
United States
North Bergen
|
|
SuchNode-FR-1
8791539a60b759161082e2e63db57d3bbb09a8f1
|
Germany
Offenbach
|
|
sentinel-validator
e1be5e84e6f76bdc4d24d2f39830b6f50857e684
|
Russia
Moscow
|
|
SuchNode-US-3
f3743fa1840cfd283b14080577ff176e09ca7ee1
|
United States
Fairfax
|
|
easy2stake
c1db58c070a76784ec203bcb9d51bb6c60737fb7
|
Germany
Falkenstein
|
|
2-private-node
fd1c929dc0c2ce6418b6ed31747469de6c7b15bb
|
Singapore
Singapore
|
|
Stake Frites Validators
b60ca3f9ec0d72773ed3ea10bdc7acb90e05dea2
|
Canada
Waterfront Communities-The Island
|
|
Chronobit|Enterprise
29136bb5225bf2d20a5d42cd5d2ebb51b8135e18
|
South Africa
Pretoria
|
|
sentinelnode
fd85eb42ae69b22eae5bdd536b3e814e667492dc
|
Japan
Tokyo
|
|
openstake.net
d90df66ac0bb4a364ccfa0b091b4ffd967ef0090
|
Canada
Montreal
|
|
dvpn-2
ee833dc39cd266e7ab566cdd0a22eac2e4553002
|
Germany
Frankfurt am Main
|
|
sentinel-node
f8ed6d5b8650f6833600204913fe7522905782b6
|
Germany
Nuremberg
|
|
tendermint
6bcaeda58aa4a412d201b55783eb0401571206c6
|
United Kingdom
London
|
|
DIGGO: Digital Freedom
c018b7d48c5edbe560522f3c37cb918e29a4b32d
|
France
Roubaix
|
|
dvMiku Validator
270cc047a5653b15c4c21d62c622b94f00ab5046
|
Finland
Helsinki
|
|
MC
708b2d5edee8b1f8cb9fcb0dd3cb5b794aeb34d6
|
Finland
Helsinki
|
|
Cosmostation
50fa57a5ef6c80e8a8b5bbe34314bd609443378f
|
Canada
Montreal
|
|
sentinel-node
874a2b46fa15501b51bc89707a497f167f6ed769
|
France
Strasbourg
|
|
Validatus
62b3521b86ab80076bff422880c2aef96851ea3c
|
Austria
Klagenfurt
|
|
Busurnode
acc0168cd177fc00dd4455edcdbe66bc711e8452
|
Germany
Frankfurt am Main
|
|
Declaud Nodes Lab
ba988720e05afdcea922130e3f3af23960c285dd
|
Russia
Saint Petersburg
|
|
Tendermint
97e4468ac589eac505a800411c635b14511a61bb
|
United States
Sterling
|
|
sentinel-rpc
c7255057a246bdcd0e2a692dbdea707ffa371c5b
|
Finland
Helsinki
|
|
SmartNodes
f6f60444040f9f2067519d3f1a1e6c8094cf5664
|
United Kingdom
London
|
|
node
9ea45ed55f6d8b9a70ea077690434fab54c131dc
|
Poland
Warsaw
|
|
Ungovernable
14be5140403e5553b5379e1352d14649da20f19c
|
Canada
Montréal
|
|
Liquify
adad660c3110c10ca0e2f5e434c2f54b9dcb4e60
|
Germany
Frankfurt am Main
|
|
693403428e11
c3712fcc0ff12148f3bdfd911dfc4e8ee1882cc1
|
United States
Clifton
|
|
CommunityStaking
3bbf71ce33504686947d0138405c673a25555738
|
United Kingdom
London
|
|
Komichain.com
d8087eaa7379880a0fc7e975bdd72fdfae12b428
|
United States
Englewood Cliffs
|
|
sentry
ee49aa4d21783178781ab7b08922e3a4e288d977
|
Germany
Falkenstein
|
|
Sentinel
1154ef380c350885aef8a2fae6dc308f6844594a
|
Finland
Helsinki
|
|
sent-node22
36e150723a5b856ae0985a34a0a359fc1bace482
|
Germany
Falkenstein
|
|
Altivex
90cf29a467f7cff8faa45d5ba695745b1e69189c
|
United States
Dallas
|
|
Noderunners
582ff22b2e7da12188a16c0d50ec07b5ea8d1b4c
|
United States
Santa Clara
|
|
Teneke
423c141990e9a6b73adfbdc7fec96ffad35999fc
|
Türkiye
Tekirdağ
|
|
Busurnode
c7ba23815199aea199ca74a58d2201adcba602a6
|
Indonesia
Tegal
|
|
Tendermint
212151a8cc307cdc5ad18a174a5cb181fbc7a153
|
United States
Sterling
|
|
85f2657346f0
9743903cd8bc169fe2a1fd6649ebd96b3a343141
|
Germany
Frankfurt am Main
|
|
Tkd-Alex
79d1dd52fd031dfe4bcb849a39c02b145f12bd8f
|
Canada
Montreal
|
| # | Validator | VP | Uptime |
|---|---|---|---|
| Loading validators... | |||