Home·Validation Tools·Axone protocol
Axone protocol logo
TESTNET
By LavenderFive

Get your node synchronized with the chain in minutes using all the available peering options and optimize your p2p connection using our seed node.

#Peering tools

#quick connect through Snapshot

ⓘ    Use this if you need to quickly re-peer
sudo systemctl stop axoned
seeds="20e1000e88125698264454a884812746c2eb4807@testnet-seeds.lavenderfive.com:17656"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.axoned/config/config.toml
curl -Ls https://snapshots.lavenderfive.com/testnet-snapshots/axone/addrbook.json > $HOME/.axoned/config/addrbook.json
sudo systemctl restart axoned

#seed node

[email protected]:17656

#latest addrbook

curl -Ls https://snapshots.lavenderfive.com/testnet-snapshots/axone/addrbook.json > $HOME/.axoned/config/addrbook.json

#live peers

peers="{{ peers }}"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.axoned/config/config.toml

#all seed nodes

seeds="20e1000e88125698264454a884812746c2eb4807@testnet-seeds.lavenderfive.com:17656"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.axoned/config/config.toml
Chain ID:
axone-dentrite-1
Latest Version:
v10.0.0
Github:
axone-protocol/axoned
Public endpoints
REST/LCD
testnet-rest.lavenderfive.com:443/axone
RPC
testnet-rpc.lavenderfive.com:443/axone
gRPC
testnet-axone.lavenderfive.com:443
WebSocket
wss://testnet-rpc.lavenderfive.com:443/axone/ws
Lavender Five
© 2022 Lavender.Five Nodes. All rights reserved.
Terms of Service.Privacy policy.Cookies policy.