Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://sunriselayer.ioTwitter
https://x.com/SunriseLayerDiscord
https://discord.gg/sunriseGitHub
https://github.com/sunriselayerMedium
http://sunriselayer.medium.comANODE.TEAM
https://main.anode.team/sunriseRPC
https://sunrise.rpc.m.anode.teamAPI
https://sunrise.api.m.anode.teamgRPC
http://sunrise.grpc.m.anode.teamSeed
Peer
18c6008041c5dc180787e8e9cb08fdbb7bef3d65@162.220.162.178:26736Live peers
https://anode.team/Sunrise/main/peers.txtGenesis
https://anode.team/Sunrise/main/genesis.jsonAddrbook
https://anode.team/Sunrise/main/addrbook.jsonwget -O Sunrise.sh https://anode.team/Sunrise/main/Sunrise.sh && chmod u+x Sunrise.sh && ./Sunrise.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/sunriselayer/sunrise
cd sunrise
git checkout v0.2.6
make install
wget -O $HOME/go/bin/sunrised https://anode.team/Sunrise/main/sunrised && chmod +x $HOME/go/bin/sunrised
sunrised init [moniker] --chain-id sunrise-test-0.2
sed -i "s/chain-id = .*/chain-id = \"sunrise-test-0.2\"/" $HOME/.sunrise/config/client.toml
sunrised keys add [wallet_name]
curl https://anode.team/Sunrise/main/genesis.json > ~/.sunrise/config/genesis.json
curl https://anode.team/Sunrise/main/addrbook.json > ~/.sunrise/config/addrbook.json
SEEDS=""
PEERS="18c6008041c5dc180787e8e9cb08fdbb7bef3d65@162.220.162.178:26736"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.sunrise/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0urise"|g' $HOME/.sunrise/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .sunrise
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.sunrise/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.sunrise/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.sunrise/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.sunrise/config/config.toml
sudo tee /etc/systemd/system/sunrised.service > /dev/null <<EOF
[Unit]
Description=Sunrise
After=network-online.target
[Service]
User=$USER
ExecStart=$(which sunrised) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable sunrised
sudo systemctl restart sunrised && journalctl -fu sunrised -o cat
echo "{\"pubkey\":{\"@type\":\"/cosmos.crypto.ed25519.PubKey\",\"key\":\"$(sunrised comet show-validator | grep -Po '\"key\":\s*\"\K[^"]*')\"},
"amount": "1000000urise",
"moniker": "[moniker]",
"identity": "[identity]",
"website": "[website]",
"details": "[details],
"security-contact": "[contact]",
"commission-rate": "0.10",
"commission-max-rate": "0.20",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}" > validator.json
sunrised tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id sunrise-test-0.2 \
--fees 400urise
SNAP_RPC=https://sunrise.rpc.t.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1500)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash) && \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
wget https://anode.team/unsafe-reset-all.sh && chmod u+x unsafe-reset-all.sh && ./unsafe-reset-all.sh sunrised .sunrise
peers="18c6008041c5dc180787e8e9cb08fdbb7bef3d65@162.220.162.178:26736"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.sunrise/config/config.toml
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\"| ; \
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" $HOME/.sunrise/config/config.toml
sudo systemctl restart sunrised && journalctl -fu sunrised -o cat
ANODE.TEAM
https://test.anode.team/sunriseRPC
https://sunrise.rpc.t.anode.teamAPI
https://sunrise.api.t.anode.teamgRPC
http://sunrise.grpc.t.anode.teamSeed
Peer
18c6008041c5dc180787e8e9cb08fdbb7bef3d65@162.220.162.178:26736Live peers
https://anode.team/Sunrise/test/peers.txtGenesis
https://anode.team/Sunrise/test/genesis.jsonAddrbook
https://anode.team/Sunrise/test/addrbook.jsonwget -O Sunrise.sh https://anode.team/Sunrise/test/Sunrise.sh && chmod u+x Sunrise.sh && ./Sunrise.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/sunriselayer/sunrise
cd sunrise
git checkout v0.2.6
make install
wget -O $HOME/go/bin/sunrised https://anode.team/Sunrise/test/sunrised && chmod +x $HOME/go/bin/sunrised
sunrised init [moniker] --chain-id sunrise-test-0.2
sed -i "s/chain-id = .*/chain-id = \"sunrise-test-0.2\"/" $HOME/.sunrise/config/client.toml
sunrised keys add [wallet_name]
curl https://anode.team/Sunrise/test/genesis.json > ~/.sunrise/config/genesis.json
curl https://anode.team/Sunrise/test/addrbook.json > ~/.sunrise/config/addrbook.json
SEEDS=""
PEERS="18c6008041c5dc180787e8e9cb08fdbb7bef3d65@162.220.162.178:26736"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.sunrise/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0urise"|g' $HOME/.sunrise/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .sunrise
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.sunrise/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.sunrise/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.sunrise/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.sunrise/config/config.toml
sudo tee /etc/systemd/system/sunrised.service > /dev/null <<EOF
[Unit]
Description=Sunrise
After=network-online.target
[Service]
User=$USER
ExecStart=$(which sunrised) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable sunrised
sudo systemctl restart sunrised && journalctl -fu sunrised -o cat
echo "{\"pubkey\":{\"@type\":\"/cosmos.crypto.ed25519.PubKey\",\"key\":\"$(sunrised comet show-validator | grep -Po '\"key\":\s*\"\K[^"]*')\"},
"amount": "1000000urise",
"moniker": "[moniker]",
"identity": "[identity]",
"website": "[website]",
"details": "[details],
"security-contact": "[contact]",
"commission-rate": "0.10",
"commission-max-rate": "0.20",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}" > validator.json
sunrised tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id sunrise-test-0.2 \
--fees 400urise
SNAP_RPC=https://sunrise.rpc.t.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1500)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash) && \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
wget https://anode.team/unsafe-reset-all.sh && chmod u+x unsafe-reset-all.sh && ./unsafe-reset-all.sh sunrised .sunrise
peers="18c6008041c5dc180787e8e9cb08fdbb7bef3d65@162.220.162.178:26736"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.sunrise/config/config.toml
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\"| ; \
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" $HOME/.sunrise/config/config.toml
sudo systemctl restart sunrised && journalctl -fu sunrised -o cat