Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
- https://composable.finance/Picasso
https://picasso.xyz/Twitter
- https://twitter.com/picasso_networkTelegram
- https://t.me/composablefinanceDiscord
- https://discord.gg/composableCoinGecko
https://www.coingecko.com/en/coins/picassoGithub
https://github.com/notional-labsMedium
https://composablefi.medium.com/Picasso Medium
https://picassonetwork.medium.com/Linkedin
https://www.linkedin.com/company/composable-finance/ANODE.TEAM
https://main.anode.team/composablePeer
ef11c7d7c512a4ef4426ebe3580332e3184ca387@144.76.97.251:49656Live peers
https://anode.team/Composable/main/peers.txtGenesis
https://anode.team/Composable/main/genesis.jsonAddrbook
https://anode.team/Composable/main/addrbook.jsonwget -O Composable.sh https://anode.team/Composable/main/Composable.sh && chmod u+x Composable.sh && ./Composable.sh
git clone https://github.com/ComposableFi/composable-cosmos
cd composable-cosmos
git checkout v6.6.41
make install
picad init <moniker> --chain-id centauri-1
picad config chain-id centauri-1
picad keys add <wallet_name>
curl https://anode.team/Composable/main/genesis.json > ~/.banksy/config/genesis.json
curl https://anode.team/Composable/main/addrbook.json > ~/.banksy/config/addrbook.json
SEEDS=""
PEERS="ef11c7d7c512a4ef4426ebe3580332e3184ca387@144.76.97.251:49656"
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.banksy/config/config.toml
sed -i.bak -e "s/^minimum-gas-prices *=.*/minimum-gas-prices = \"0ppica\"/" $HOME/.banksy/config/app.toml
sudo tee /etc/systemd/system/picad.service > /dev/null <<EOF
[Unit]
Description=Composable Finance
After=network-online.target
[Service]
User=$USER
ExecStart=$(which picad) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable picad
sudo systemctl restart picad && journalctl -fu picad -o cat
picad tx staking create-validator \
--amount=1000000ppica \
--pubkey=$(picad tendermint show-validator) \
--moniker="<moniker>" \
--identity="<identity>" \
--website="<website>" \
--details="<details>" \
--security-contact="<contact>" \
--chain-id="centauri-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="0ppica" \
--from=<wallet_name>
SNAP_RPC=https://composable.rpc.m.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 picad .banksy
peers="ef11c7d7c512a4ef4426ebe3580332e3184ca387@144.76.97.251:49656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.banksy/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/.banksy/config/config.toml
curl -o - -L https://anode.team/Composable/main/anode.team_composable_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.banksy/
sudo systemctl restart picad && journalctl -fu picad -o cat
ANODE.TEAM
https://test.anode.team/composablePeer
494c55844ea1230a935a0edd29e6acf32602a260@65.108.70.119:26656Live peers
https://anode.team/Composable/test/peers.txtGenesis
https://anode.team/Composable/test/genesis.jsonAddrbook
https://anode.team/Composable/test/addrbook.jsonwget -O Composable.sh https://anode.team/Composable/test/Composable.sh && chmod u+x Composable.sh && ./Composable.sh
git clone https://github.com/ComposableFi/composable-cosmos
cd composable-cosmos
git checkout v7.0.3
make install
picad init <moniker> --chain-id banksy-testnet-5
picad config chain-id banksy-testnet-5
picad keys add <wallet_name>
curl https://anode.team/Composable/test/genesis.json > ~/.banksy/config/genesis.json
curl https://anode.team/Composable/test/addrbook.json > ~/.banksy/config/addrbook.json
SEEDS=""
PEERS="494c55844ea1230a935a0edd29e6acf32602a260@65.108.70.119:26656"
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.banksy/config/config.toml
sed -i.bak -e "s/^minimum-gas-prices *=.*/minimum-gas-prices = \"0ppica\"/" $HOME/.banksy/config/app.toml
sudo tee /etc/systemd/system/picad.service > /dev/null <<EOF
[Unit]
Description=Composable Finance
After=network-online.target
[Service]
User=$USER
ExecStart=$(which picad) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable picad
sudo systemctl restart picad && journalctl -fu picad -o cat
picad tx staking create-validator \
--amount=1000000ppica \
--pubkey=$(picad tendermint show-validator) \
--moniker="<moniker>" \
--identity="<identity>" \
--website="<website>" \
--details="<details>" \
--security-contact="<contact>" \
--chain-id="banksy-testnet-5" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="0ppica" \
--from=<wallet_name>
SNAP_RPC=https://composable.rpc.t.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 100)); \
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 picad .banksy
peers="494c55844ea1230a935a0edd29e6acf32602a260@65.108.70.119:26656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.banksy/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/.banksy/config/config.toml
curl -o - -L https://anode.team/Composable/test/anode.team_composable_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.banksy/
sudo systemctl restart picad && journalctl -fu picad -o cat