├── LICENSE ├── README.md ├── bot.sh ├── claim_reward.sh ├── cleos.sh ├── config.json.default ├── start.sh └── stop.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoLions/EOS-Claim-Bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoLions/EOS-Claim-Bot/HEAD/README.md -------------------------------------------------------------------------------- /bot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoLions/EOS-Claim-Bot/HEAD/bot.sh -------------------------------------------------------------------------------- /claim_reward.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoLions/EOS-Claim-Bot/HEAD/claim_reward.sh -------------------------------------------------------------------------------- /cleos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoLions/EOS-Claim-Bot/HEAD/cleos.sh -------------------------------------------------------------------------------- /config.json.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoLions/EOS-Claim-Bot/HEAD/config.json.default -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoLions/EOS-Claim-Bot/HEAD/start.sh -------------------------------------------------------------------------------- /stop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoLions/EOS-Claim-Bot/HEAD/stop.sh --------------------------------------------------------------------------------