Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://www.sourceprotocol.ioTwitter
https://x.com/SourceProtocol_Telegram
https://t.me/SourceProtocolDiscord
https://discord.gg/d55ufU9zfTGitHub
https://github.com/Source-Protocol-CosmosMedium
https://www.sourceprotocol.com/blogANODE.TEAM
https://main.anode.team/sourceRPC
https://source.rpc.m.anode.teamAPI
https://source.api.m.anode.teamgRPC
http://source.grpc.m.anode.teamSeed
Peer
1cd7e9b19cfbb76ab8425f99e183c2f6027bf7d1@144.76.97.251:36656Live peers
https://anode.team/Source/main/peers.txtGenesis
https://anode.team/Source/main/genesis.jsonAddrbook
https://anode.team/Source/main/addrbook.jsonwget -O Source.sh https://anode.team/Source/main/Source.sh && chmod u+x Source.sh && ./Source.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/Source-Protocol-Cosmos/source.git
cd ~/source
git checkout v3.0.2
make install
wget -O $HOME/go/bin/sourced https://anode.team/Source/main/sourced && chmod +x $HOME/go/bin/sourced
sourced init [moniker] --chain-id sourcetest-1
sed -i "s/chain-id = .*/chain-id = \"sourcetest-1\"/" $HOME/.source/config/client.toml
sourced keys add [wallet_name]
curl https://anode.team/Source/main/genesis.json > ~/.source/config/genesis.json
curl https://anode.team/Source/main/addrbook.json > ~/.source/config/addrbook.json
SEEDS=""
PEERS="1cd7e9b19cfbb76ab8425f99e183c2f6027bf7d1@144.76.97.251:36656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.source/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0usource"|g' $HOME/.source/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .source
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.source/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.source/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.source/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.source/config/config.toml
sudo tee /etc/systemd/system/sourced.service > /dev/null <<EOF
[Unit]
Description=Source
After=network-online.target
[Service]
User=$USER
ExecStart=$(which sourced) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable sourced
sudo systemctl restart sourced && journalctl -fu sourced -o cat
sourced tx staking create-validator \
--amount=1000000usource \
--pubkey=$(sourced tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="sourcetest-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="500usource" \
--from=[wallet_name]
SNAP_RPC=https://source.rpc.t.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
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 sourced .source
peers="1cd7e9b19cfbb76ab8425f99e183c2f6027bf7d1@144.76.97.251:36656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.source/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/.source/config/config.toml
curl -o - -L https://anode.team/Source/main/anode.team_source_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.source/
sudo systemctl restart sourced && journalctl -fu sourced -o cat
ANODE.TEAM
https://test.anode.team/sourceRPC
https://source.rpc.t.anode.teamAPI
https://source.api.t.anode.teamgRPC
http://source.grpc.t.anode.teamSeed
Peer
1cd7e9b19cfbb76ab8425f99e183c2f6027bf7d1@144.76.97.251:36656Live peers
https://anode.team/Source/test/peers.txtGenesis
https://anode.team/Source/test/genesis.jsonAddrbook
https://anode.team/Source/test/addrbook.jsonwget -O Source.sh https://anode.team/Source/test/Source.sh && chmod u+x Source.sh && ./Source.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/Source-Protocol-Cosmos/source.git
cd ~/source
git checkout v3.0.2
make install
wget -O $HOME/go/bin/sourced https://anode.team/Source/test/sourced && chmod +x $HOME/go/bin/sourced
sourced init [moniker] --chain-id sourcetest-1
sed -i "s/chain-id = .*/chain-id = \"sourcetest-1\"/" $HOME/.source/config/client.toml
sourced keys add [wallet_name]
curl https://anode.team/Source/test/genesis.json > ~/.source/config/genesis.json
curl https://anode.team/Source/test/addrbook.json > ~/.source/config/addrbook.json
SEEDS=""
PEERS="1cd7e9b19cfbb76ab8425f99e183c2f6027bf7d1@144.76.97.251:36656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.source/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0usource"|g' $HOME/.source/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .source
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.source/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.source/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.source/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.source/config/config.toml
sudo tee /etc/systemd/system/sourced.service > /dev/null <<EOF
[Unit]
Description=Source
After=network-online.target
[Service]
User=$USER
ExecStart=$(which sourced) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable sourced
sudo systemctl restart sourced && journalctl -fu sourced -o cat
sourced tx staking create-validator \
--amount=1000000usource \
--pubkey=$(sourced tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="sourcetest-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="500usource" \
--from=[wallet_name]
SNAP_RPC=https://source.rpc.t.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
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 sourced .source
peers="1cd7e9b19cfbb76ab8425f99e183c2f6027bf7d1@144.76.97.251:36656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.source/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/.source/config/config.toml
curl -o - -L https://anode.team/Source/test/anode.team_source_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.source/
sudo systemctl restart sourced && journalctl -fu sourced -o cat