Busurnode has been present since the testnet and is a day one mainnet validator on this network. We currently offer validator services with a fully redundant setup (multiple nodes and a signer cluster) to ensure the best uptime possible. We also provide RPC, Peers, Seeds, State-Sync, Snapshot and other node services that are available for public.
| Endpoint | Status |
|---|---|
| https://rpc-arkeo.busurnode.com:443 | Online |
| Endpoint | Status |
|---|---|
| https://api-arkeo.busurnode.com:443 | Online |
| Name | Location | Status |
|---|---|---|
| Reina | France | Online |
| Kiyo | Indonesia | Online |
| Sayo | Germany | Online |
persistent_peers in config.toml
| [email protected]:22556 |
| [email protected]:22556 |
| [email protected]:22556 |
[statesync] section in config.toml
| https://rpc-arkeo.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-arkeo.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/.arkeo/config/config.toml
chmod 700 statesync.sh
./statesync.sh
sudo service arkeod stop
arkeod tendermint unsafe-reset-all --home $HOME/.arkeo --keep-addr-book
sudo service arkeod start
| Height | Size | Updated | Download |
|---|---|---|---|
| 6470397 | 398.43 MB | 3 hours ago | 6470397.tar.lz4 |
| 6466693 | 406.69 MB | 9 hours ago | 6466693.tar.lz4 |
| 6462924 | 405.5 MB | 15 hours ago | 6462924.tar.lz4 |
snapsync.sh with the following code. Make sure to update SERVICE_NAME if you use service name other than 'arkeo'.
#!/bin/bash
# Service Name (update this if you use service name other than 'arkeo')
SERVICE_NAME=arkeo
# 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/arkeo)
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 arkeo_snapshot.tar.lz4
echo "Downloading the latest snapshot..."
curl -L --progress-bar -o "$HOME/arkeo_snapshot.tar.lz4" "$SNAPSHOT_URL"
if [ $? -eq 0 ] && [ -f "$HOME/arkeo_snapshot.tar.lz4" ]; then
echo "Download complete: $HOME/arkeo_snapshot.tar.lz4"
else
echo "Error: Download failed."
exit 1
fi
# Stop the arkeo service
echo "Stopping the arkeo service..."
sudo service $SERVICE_NAME stop
# Copy the validator state JSON file
cd $HOME
cp ~/.arkeo/data/priv_validator_state.json ~/.arkeo/priv_validator_state.json
# Reset Tendermint state
arkeod tendermint unsafe-reset-all --home $HOME/.arkeo --keep-addr-book
# Extract the snapshot
echo "Extracting snapshot..."
lz4 -c -d $HOME/arkeo_snapshot.tar.lz4 | tar -x -C $HOME/.arkeo
rm $HOME/arkeo_snapshot.tar.lz4
# Replace priv_validator_state from backup
cp ~/.arkeo/priv_validator_state.json ~/.arkeo/data/priv_validator_state.json
# Start the arkeo service
echo "Starting the arkeo service..."
sudo service $SERVICE_NAME start
echo "Process complete."
chmod 700 snapsync.sh
./snapsync.sh
sudo service arkeo status
sudo journalctl -u arkeo.service -f --output=cat
This page shows data of 54 active blockchain nodes on the Arkeo network obtained from our network scanner.
Please note that this page might not display all the active nodes on the network.
| Moniker | Location |
|---|---|
|
PathrockNetwork
94275515f824babbe9b1b2b4f05546f1b7c38633
|
Poland
Warsaw
|
|
coinage_x_daic
fa2c2a127df972ba8690773549b23ffe45867ddc
|
Germany
Falkenstein
|
|
hello-arkeo-main
198caae93aaeb8ded631ccbe71e721c781302458
|
Finland
Helsinki
|
|
LiveRaveN
60a1b4f4fe0fc0dbd84e65999c24d56ec3f7d172
|
Germany
Falkenstein
|
|
Apollo
a0339b741ad0a21ce84bd98ff4a49cf626e8a170
|
Poland
Warsaw
|
|
xgunshovabp3
37201c92625df2814a55129f73f10ab6aa2edc35
|
Poland
Warsaw
|
|
TestTheChain
ea03e80ec547b95544b8096934875b8c707d6ef9
|
France
Lauterbourg
|
|
NodeRuneR
4898f23ab8d27d2cfaa3265f3c5351477fa36f07
|
Finland
Helsinki
|
|
StakeVillage
9b4bddba7e0dc18f506d87a9b2a0501bc3f0fcb3
|
Germany
Falkenstein
|
|
node
77150b8bd555981cf05d3b67ee6dd7599aa937e9
|
Finland
Helsinki
|
|
crptmax
82e7f5e84a02efa296fa0962aafb1df41e54b271
|
France
Lauterbourg
|
|
KonsorTech
2466e765bfba939a8c3f6187fc816c20f18b9d20
|
Finland
Helsinki
|
|
Decentrio
b49e73b5eedb8f23498d2af5df234b5447ed758e
|
Finland
Helsinki
|
|
linkednode
c0467457eb38d8cdc44c73f10cd1f72661ecbe7f
|
Finland
Helsinki
|
|
Korniei
fa88b372e13da97b9f37f98c9e22092355a23bab
|
Ukraine
Kyiv
|
|
hello-arkeo-relayer
d911e0dcefc22a43b14cc08b3204a5d47afe010e
|
Germany
Falkenstein
|
|
Architect Nodes
6a9d998b4b04f3e322580463940621c12dcc1a3f
|
United States
St Louis
|
|
Node
32ac947fa003639b16e621c419280523df3a2d74
|
Germany
Frankfurt am Main
|
|
crptcpchk
75149e2c0961f42bc72d9a0309f1d322cf1d4761
|
Germany
Nuremberg
|
|
VALIDARIOS
c0ab73068b009a63083683d6b2c82181ba87b562
|
Ukraine
Kyiv
|
|
arkeo-relayer
b8aa19dc61aea4ca828ab18181d4d161913699a1
|
Germany
Karlsruhe
|
|
GreenNode
d2ea3ad47bb13f168e3afd45d5f24178a1d2aa59
|
France
Lauterbourg
|
|
plantree
50bdc07c07b44569da74179c4d5a604840595e0e
|
Belarus
Minsk
|
|
NodesHub-arkeo-main
60bc31e3a6a228a54bc7769c61284126fee01fe5
|
India
Mumbai
|
|
STAVR
d5b252c90428d371aa2ceeb4b67c7e8332901eb8
|
Finland
Helsinki
|
|
bonynode
746b0900f2d7a90d37be656a5fe22a3e43fcb606
|
Ukraine
Vyshhorod
|
|
Busurnode
997c8007eff3aae0c1411e0b31902242b56a85fe
|
France
Roubaix
|
|
Busurnode
d3ce2314c8d7654ea01214bf487ef532f423b577
|
Germany
Frankfurt am Main
|
|
Validatus
7604159b5c1d12017f6a4855fefed3c0dcf99b88
|
Austria
Klagenfurt
|
|
Arkeo-Main-Validator-1
e21ebcb0b2694e7b316f2f8de883300cffc93b32
|
United States
Aurora
|
|
SpaceStake
ad39f78462b4e73d778c4711ee4f0b805ec90d92
|
Poland
Warsaw
|
|
Arkeo Node
a3998b8a50765975be2be59954db0f6de66f92e3
|
Finland
Helsinki
|
|
AtmosferMuda
b7eb29a2edb42ddce5eda2e47f2b2ce48532a09e
|
Poland
Warsaw
|
|
arkeo-main
13ad6a22ead3e468d960a73c79268739c3698fa1
|
Austria
Vienna
|
|
SpaceStake
687d8a4a342e15772675541881db0d0e39dfc619
|
Finland
Helsinki
|
|
hello-arkeo-backup
6a722aff80637b55bb935e0429475b7dfc8d9899
|
Germany
Falkenstein
|
|
Arkeo
f20761d8d02574d864a73db93c344af95f9379b3
|
Germany
Nuremberg
|
|
crptmax
547a0696e6c295ad681a25c006319dbc3cef73eb
|
United States
St Louis
|
|
Busurnode
9543531fb264e524cce86e928910bcf6238e1b82
|
Indonesia
Tegal
|
|
0xFury-RPC01
ca9f62641c75f74bc8984f9e95426d5a9686b4a0
|
Czechia
Horoměřice
|
|
arkeo-seed
416bd4379fa4fa3e76e59e4415396f727463142e
|
Canada
Brampton
|
|
KonsorTech-Services
21b5f40c19a36ebbdbcd00bcfad775138ca8eca0
|
Germany
Nuremberg
|
|
Validatus
a26ba3c190dbed548985461f2f6f6cd743767732
|
Austria
Klagenfurt
|
|
Lapatylin
2cc76a4876677e369a9db918784787c305a8edbc
|
Germany
Falkenstein
|
|
nodefleet.org
2e0a5e51ae1eabf527eb54632feb6a90ae0704ba
|
United States
St Louis
|
|
Liquify
f059ca6a5e5da7f0dc2a1d435ff3388e04d2962e
|
United Kingdom
London
|
|
TaxiStake
beaf7267d852cfbaaaaccbc1f92e785e5e0f0420
|
United States
Dublin
|
|
Monika
f40b0d8df7fc0f2e09769d910941e0a0d809e1c4
|
Germany
Falkenstein
|
|
Moonbridge
b090b782213144f0ab160f422d7fb1f8dcbff874
|
France
Lauterbourg
|
|
Red_5
9930020397bd7904bd2a028ae1906567b6ced0c1
|
Germany
Falkenstein
|
|
Kleomedes
f23d06cdc893f954ccb958a538a1a7d5b2baefdc
|
Italy
Rome
|
|
Roomit
7e2765366b5dd6873827ae4fa3253b508e6c4287
|
Finland
Helsinki
|
|
BoyGau
6b49f4506de3238fa1cc23fb93bb83a7c4a42ba3
|
Vietnam
Da Nang
|
|
NodesHub-arkeo-rpc
637077d431f618181597706810a65c826524fd74
|
India
Jaipur
|