git clone https://github.com/oni-validator/auto_claim.git
cd auto_claim && chmod +x auto_claim.sh
#vars
DAEMON=gaiad
DENOM=uatom
DECIMALS=6
NODE=http://localhost:26657
CHAINID=cosmoshub-4
PASSWORD=supersecretpassword
KEYRING=mykeyring # gaiad keys list > name:
if [ "$TOTAL" -gt 10 ]
Edit value of 10 to desired integer, whole value not denom
./auto_claim.sh
crontab -e
0 */12 * * * /path/to/autoclaim.sh
<<< add to bottom of file and save
Logs of successful tx's will be located in $HOME/claim.log