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 |
|---|---|---|---|
| 7309923 | 404.81 MB | 2 hours ago | 7309923.tar.lz4 |
| 7306150 | 394.16 MB | 8 hours ago | 7306150.tar.lz4 |
| 7302378 | 397.3 MB | 14 hours ago | 7302378.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 51 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
|
|
crptmax
82e7f5e84a02efa296fa0962aafb1df41e54b271
|
France
Lauterbourg
|
|
KonsorTech
2466e765bfba939a8c3f6187fc816c20f18b9d20
|
Finland
Helsinki
|
|
Korniei
fa88b372e13da97b9f37f98c9e22092355a23bab
|
Ukraine
Kyiv
|
|
Architect Nodes
6a9d998b4b04f3e322580463940621c12dcc1a3f
|
United States
St Louis
|
|
crptcpchk
75149e2c0961f42bc72d9a0309f1d322cf1d4761
|
Germany
Nuremberg
|
|
STAVR
d5b252c90428d371aa2ceeb4b67c7e8332901eb8
|
Finland
Helsinki
|
|
Apollo
a0339b741ad0a21ce84bd98ff4a49cf626e8a170
|
Poland
Warsaw
|
|
KonsorTech-Services
21b5f40c19a36ebbdbcd00bcfad775138ca8eca0
|
Germany
Nuremberg
|
|
plantree
50bdc07c07b44569da74179c4d5a604840595e0e
|
Belarus
Minsk
|
|
TaxiStake
beaf7267d852cfbaaaaccbc1f92e785e5e0f0420
|
United States
Dublin
|
|
SpaceStake
687d8a4a342e15772675541881db0d0e39dfc619
|
Finland
Helsinki
|
|
AtmosferMuda
b7eb29a2edb42ddce5eda2e47f2b2ce48532a09e
|
Poland
Warsaw
|
|
arkeo-relayer
b8aa19dc61aea4ca828ab18181d4d161913699a1
|
Germany
Nuremberg
|
|
Roomit
7e2765366b5dd6873827ae4fa3253b508e6c4287
|
Finland
Helsinki
|
|
Busurnode
997c8007eff3aae0c1411e0b31902242b56a85fe
|
France
Roubaix
|
|
Node
32ac947fa003639b16e621c419280523df3a2d74
|
Germany
Frankfurt am Main
|
|
Monika
f40b0d8df7fc0f2e09769d910941e0a0d809e1c4
|
Germany
Falkenstein
|
|
linkednode
c0467457eb38d8cdc44c73f10cd1f72661ecbe7f
|
Finland
Helsinki
|
|
Viewblock
e87f1d4cfa4b7c70defa93dffefc450e2a1c1dc4
|
Sweden
Stockholm
|
|
bonynode
d776a8d11b5a907054b42cd4fc6c03fe8fed10d9
|
Finland
Helsinki
|
|
hello-arkeo-relayer
d911e0dcefc22a43b14cc08b3204a5d47afe010e
|
Germany
Falkenstein
|
|
SpaceStake
ad39f78462b4e73d778c4711ee4f0b805ec90d92
|
Poland
Warsaw
|
|
GreenNode
53fe24c6d300664bf6d98df98e3685d6260cf399
|
Vietnam
Hanoi
|
|
Liquify
f059ca6a5e5da7f0dc2a1d435ff3388e04d2962e
|
United Kingdom
London
|
|
0xFury-RPC01
ca9f62641c75f74bc8984f9e95426d5a9686b4a0
|
Czechia
Horoměřice
|
|
hello-arkeo-backup
6a722aff80637b55bb935e0429475b7dfc8d9899
|
Germany
Falkenstein
|
|
arkeo-main
13ad6a22ead3e468d960a73c79268739c3698fa1
|
Austria
Vienna
|
|
Validatus
a26ba3c190dbed548985461f2f6f6cd743767732
|
Germany
Düsseldorf
|
|
Moonbridge
f1921f1fa5cef22e8f47a7742ce3b4ec8e856e32
|
France
Lauterbourg
|
|
Arkeo
f20761d8d02574d864a73db93c344af95f9379b3
|
Germany
Nuremberg
|
|
liquify
953578eb1f210655c33f915816b480b561e27f03
|
United States
Bealeton
|
|
Liquify
d83516bf96c86628028441b4520d0738af2d6bdb
|
United States
Bealeton
|
|
Busurnode
d3ce2314c8d7654ea01214bf487ef532f423b577
|
Germany
Frankfurt am Main
|
|
arkeo-seed
416bd4379fa4fa3e76e59e4415396f727463142e
|
Canada
Toronto
|
|
Vinjan.Inc
0da94331876560bda10f08a03914db68d4fda1a1
|
Germany
Falkenstein
|
|
node
77150b8bd555981cf05d3b67ee6dd7599aa937e9
|
Finland
Helsinki
|
|
node
31fb0bbcf88e62ed975ff3c7f1eebf2f0544214a
|
France
Roubaix
|
|
Busurnode
9543531fb264e524cce86e928910bcf6238e1b82
|
Indonesia
Bandung
|
|
Kleomedes
b5b4ce29cc0c73a07fe1b00326ccb805e655c66a
|
Italy
Grassobbio
|
|
Node
925aeaad883e4bd0ce80ac2395cab9f70a99f591
|
Germany
Frankfurt am Main
|
|
NodesHub-arkeo-main
a23ae504227f8cdf34e533af3f23ffc22c7c2a56
|
India
Panvel
|
|
VALIDARIOS
c0ab73068b009a63083683d6b2c82181ba87b562
|
Ukraine
Kyiv
|
|
NodesHub-arkeo-rpc
637077d431f618181597706810a65c826524fd74
|
India
Jaipur
|