Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://picasso.financeTwitter
https://x.com/picasso_networkTelegram
https://t.me/picassofinanceDiscord
https://discord.gg/picassoCoingecko
https://www.coingecko.com/en/coins/picassoGitHub
https://github.com/notional-labsMedium
https://picassonetwork.medium.com/Linkedin
https://www.linkedin.com/company/picasso-finance/ANODE.TEAM
https://main.anode.team/picassoRPC
https://picasso.rpc.m.anode.teamAPI
https://picasso.api.m.anode.teamgRPC
http://picasso.grpc.m.anode.teamSeed
Peer
a2dada4e7695d654904a9f7b561ae2125b73c97e@144.76.97.251:49656Live peers
https://anode.team/Picasso/main/peers.txtGenesis
https://anode.team/Picasso/main/genesis.jsonAddrbook
https://anode.team/Picasso/main/addrbook.jsonwget -O Picasso.sh https://anode.team/Picasso/main/Picasso.sh && chmod u+x Picasso.sh && ./Picasso.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/ComposableFi/composable-cosmos
cd composable-cosmos
git checkout v6.6.41
make install
wget -O $HOME/go/bin/picad https://anode.team/Picasso/main/picad && chmod +x $HOME/go/bin/picad
picad init [moniker] --chain-id centauri-1
sed -i "s/chain-id = .*/chain-id = \"centauri-1\"/" $HOME/.banksy/config/client.toml
picad keys add [wallet_name]
curl https://anode.team/Picasso/main/genesis.json > ~/.banksy/config/genesis.json
curl https://anode.team/Picasso/main/addrbook.json > ~/.banksy/config/addrbook.json
SEEDS=""
PEERS="a2dada4e7695d654904a9f7b561ae2125b73c97e@144.76.97.251:49656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.banksy/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0ppica"|g' $HOME/.banksy/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .banksy
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.banksy/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.banksy/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.banksy/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.banksy/config/config.toml
sudo tee /etc/systemd/system/picad.service > /dev/null <<EOF
[Unit]
Description=Picasso
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=1000000000000ppica \
--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" \
--gas 400000 \
--from=[wallet_name]
ANODE.TEAM
https://test.anode.team/picassoRPC
https://picasso.rpc.t.anode.teamAPI
https://picasso.api.t.anode.teamgRPC
http://picasso.grpc.t.anode.teamSeed
Peer
a2dada4e7695d654904a9f7b561ae2125b73c97e@144.76.97.251:49656Live peers
https://anode.team/Picasso/test/peers.txtGenesis
https://anode.team/Picasso/test/genesis.jsonAddrbook
https://anode.team/Picasso/test/addrbook.jsonwget -O Picasso.sh https://anode.team/Picasso/test/Picasso.sh && chmod u+x Picasso.sh && ./Picasso.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/ComposableFi/composable-cosmos
cd composable-cosmos
git checkout v6.6.41
make install
wget -O $HOME/go/bin/picad https://anode.team/Picasso/test/picad && chmod +x $HOME/go/bin/picad
picad init [moniker] --chain-id centauri-1
sed -i "s/chain-id = .*/chain-id = \"centauri-1\"/" $HOME/.banksy/config/client.toml
picad keys add [wallet_name]
curl https://anode.team/Picasso/test/genesis.json > ~/.banksy/config/genesis.json
curl https://anode.team/Picasso/test/addrbook.json > ~/.banksy/config/addrbook.json
SEEDS=""
PEERS="a2dada4e7695d654904a9f7b561ae2125b73c97e@144.76.97.251:49656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.banksy/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0ppica"|g' $HOME/.banksy/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .banksy
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.banksy/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.banksy/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.banksy/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.banksy/config/config.toml
sudo tee /etc/systemd/system/picad.service > /dev/null <<EOF
[Unit]
Description=Picasso
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=1000000000000ppica \
--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" \
--gas 400000 \
--from=[wallet_name]