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 |
|---|---|---|---|
| 6891728 | 401.23 MB | 4 hours ago | 6891728.tar.lz4 |
| 6884183 | 395.74 MB | 16 hours ago | 6884183.tar.lz4 |
| 6880413 | 398.99 MB | 22 hours ago | 6880413.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 55 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
|
|
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
|
|
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
|
|
STAVR
d5b252c90428d371aa2ceeb4b67c7e8332901eb8
|
Finland
Helsinki
|
|
Apollo
a0339b741ad0a21ce84bd98ff4a49cf626e8a170
|
Poland
Warsaw
|
|
bonynode
d776a8d11b5a907054b42cd4fc6c03fe8fed10d9
|
Finland
Helsinki
|
|
KonsorTech-Services
21b5f40c19a36ebbdbcd00bcfad775138ca8eca0
|
Germany
Nuremberg
|
|
plantree
50bdc07c07b44569da74179c4d5a604840595e0e
|
Belarus
Minsk
|
|
NodesHub-arkeo-main
5bde87d4c2ed0fed5a813177f8a127b57a98e6e6
|
Germany
Falkenstein
|
|
TaxiStake
beaf7267d852cfbaaaaccbc1f92e785e5e0f0420
|
United States
Dublin
|
|
nodefleet.org
2e0a5e51ae1eabf527eb54632feb6a90ae0704ba
|
United States
St Louis
|
|
arkeo-seed
416bd4379fa4fa3e76e59e4415396f727463142e
|
Canada
Brampton
|
|
AlxVoy
893a44b8501faa22fbe2f4d61c6586f231bd1638
|
Finland
Helsinki
|
|
Arkeo
f20761d8d02574d864a73db93c344af95f9379b3
|
Germany
Nuremberg
|
|
Monika
f40b0d8df7fc0f2e09769d910941e0a0d809e1c4
|
Germany
Falkenstein
|
|
node
31fb0bbcf88e62ed975ff3c7f1eebf2f0544214a
|
France
Roubaix
|
|
SpaceStake
687d8a4a342e15772675541881db0d0e39dfc619
|
Finland
Helsinki
|
|
SpaceStake
ad39f78462b4e73d778c4711ee4f0b805ec90d92
|
Poland
Warsaw
|
|
Viewblock
e87f1d4cfa4b7c70defa93dffefc450e2a1c1dc4
|
Sweden
Stockholm
|
|
AKNodes
11cf8c31a91d4eee38d339b6124de55b6ee6df47
|
Germany
Falkenstein
|
|
linkednode
c0467457eb38d8cdc44c73f10cd1f72661ecbe7f
|
Finland
Helsinki
|
|
Lapatylin
2cc76a4876677e369a9db918784787c305a8edbc
|
Germany
Falkenstein
|
|
GreenNode
2405862499d485934a3e73f915ac2ed55c1acc49
|
France
Lauterbourg
|
|
VALIDARIOS
c0ab73068b009a63083683d6b2c82181ba87b562
|
Ukraine
Kyiv
|
|
0xFury-RPC01
ca9f62641c75f74bc8984f9e95426d5a9686b4a0
|
Czechia
Horoměřice
|
|
AtmosferMuda
b7eb29a2edb42ddce5eda2e47f2b2ce48532a09e
|
Poland
Warsaw
|
|
arkeo-relayer
b8aa19dc61aea4ca828ab18181d4d161913699a1
|
Germany
Karlsruhe
|
|
Roomit
7e2765366b5dd6873827ae4fa3253b508e6c4287
|
Finland
Helsinki
|
|
crptmax
547a0696e6c295ad681a25c006319dbc3cef73eb
|
United States
St Louis
|
|
Busurnode
997c8007eff3aae0c1411e0b31902242b56a85fe
|
France
Roubaix
|
|
Busurnode
9543531fb264e524cce86e928910bcf6238e1b82
|
Indonesia
Tegal
|
|
Busurnode
d3ce2314c8d7654ea01214bf487ef532f423b577
|
Germany
Frankfurt am Main
|
|
Validatus
9a37749791add100b80fbb6d0881ce8fe5c0751b
|
Germany
Düsseldorf
|
|
liquify
953578eb1f210655c33f915816b480b561e27f03
|
United States
Warrenton
|
|
hello-arkeo-backup
6a722aff80637b55bb935e0429475b7dfc8d9899
|
Germany
Falkenstein
|
|
Validatus
a26ba3c190dbed548985461f2f6f6cd743767732
|
Austria
Klagenfurt
|
|
Red_5
9930020397bd7904bd2a028ae1906567b6ced0c1
|
Germany
Falkenstein
|
|
Endpoints
8336d6cb1f962bad9fde287b73eba57a7df27584
|
France
Lauterbourg
|
|
arkeo-main
13ad6a22ead3e468d960a73c79268739c3698fa1
|
Austria
Vienna
|
|
Kleomedes
b5b4ce29cc0c73a07fe1b00326ccb805e655c66a
|
Italy
Grassobbio
|
|
Node
925aeaad883e4bd0ce80ac2395cab9f70a99f591
|
Germany
Frankfurt am Main
|