/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install wget git jq
Download and install https://go.dev/dl/go1.20.darwin-arm64.pkg
Download and install https://go.dev/dl/go1.20.darwin-amd64.pkg
Follow this link: https://go.dev/doc/install Download go version v1.20 https://go.dev/dl/
echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.zshrc
GOPATH=$HOME/go
PATH=$GOPATH/bin:$PATH
mkdir -p $HOME/raptor && cd $HOME/raptor
git clone https://github.com/cosmos/gaia
cd gaia && git checkout v14.1.0
make install
Follow this link https://github.com/cosmos/gaia/releases/tag/v14.1.0
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('<https://chocolatey.org/install.ps1>'))
choco install jq
git clone https://github.com/DuongPAD/cosmos-scripts.git
chmod +x script-preparation.sh
./script-preparation.sh
bash script-preparation.sh
Create and edit file oliver.json, add address and seed phrase
./add-wallets.sh
bash add-wallets.sh
Change the stake_amount for another staking. stake_amount="25000000uatom" for 25 ATOM stake_amount="100000uatom" for 0.1 ATOM
./staking-for-inux.sh
bash staking-for-inux.sh
./claim-rewards.sh
bash claim-rewards.sh
Change the vote_id and vote for another vote. ex: vote_id=872 vote="no"
./vote.sh
bash vote.sh
./delete-wallets.sh
bash delete-wallets.sh