A fast, free, multi-account splinderlands bot
A completely new, rewritten version of this bot: https://github.com/PCJones/ultimate-splinterlands-bot
- Multiple accounts fighting in parallel (Multithreading)
- Super fast lightning mode that will barely use any CPU or RAM
- Smart Team Selection - the bot will chose cards with best win rate
- The bot will play for the quests, including sneak and snipe (can be disabled)
- Minimum Energy Capture Rate - the bot will pause automatically if the energy capture rate is below a specified percentage
- Option to enable/disable automatic quest reward chest opening
- And much more, see Bot configuration
- Any suggestions?
- Youtube Tutorial - warning: it's a bit outdated (chromedriver is no longer needed)
- Download the windows.zip from the Releases Page and extract it
- Install https://dotnet.microsoft.com/download/dotnet/6.0/runtime ("Run console apps")
- Create config.txt and accounts.txt in config folder - see config-example.txt and accounts-example.txt
- Start the bot by double clicking on Ultimate Splinterlands Bot V2.exe in main folder
- Youtube Tutorial - warning: it's a bit outdated (chromedriver is no longer needed)
- (If you are looking for a chrome/chromedriver download - it is no longer needed!)
- Download the linux-x64.zip from the Releases Page and extract it
- Create config.txt and accounts.txt in config folder - see config-example.txt and accounts-example.txt
- Open terminal in the bot folder and execute the following command
chmod +x ./Ultimate\ Splinterlands\ Bot\ V2
- To start the bot open terminal in the bot folder and execute the following command:
./Ultimate\ Splinterlands\ Bot\ V2
- If you need help feel free to ask for instructions on discord or Telegram
In case you want to donate to me for creating this bot, I would be very happy!
- DEC/SPS into the game to the player pcjones
- Bitcoin 3Dri7HkoP2UyGEjPhMV7LXJyRYZkJ2bygT
- Ethereum 0xcFE8c78F07e0190EBdD9077cF9d9E3A8DCED8d91
- WAX to account lshru.wam (please copy the name)
- BUSD/USDT/BNB etc (Binance Smart Chain) 0x951844e1525bf37f36d7e6d037b4e3335bae0986
- TRC20 USDT TG83ASaHPCi9TDTjKCfMbmyfjBvme9XjqC
- Text me on Discord or Telegram for PayPal or any other crypto
stopWrite this into the console and press enter. The bot will stop after all ongoing battles are finished.
-
PRIORITIZE_QUEST=trueDisable/Enable quest priority. -
SLEEP_BETWEEN_BATTLES=5Sleep time in minutes before the bot will fight with an account again. You can set it to 0 to fight without any break. -
ECR_THRESHOLD=75If your energy capture rate goes below this the bot will stop fighting with this account until it's above again. Set to 0 to disable. -
CLAIM_SEASON_REWARD=falseDisable/Enable season reward claiming. -
CLAIM_QUEST_REWARD=falseDisable/Enable quest reward claiming. -
IGNORE_ECR_FOR_QUEST=falseIf the quest is not finished the bot will continue fighting even if STOP ECR is reached -
DONT_CLAIM_QUEST_NEAR_HIGHER_LEAGUE=trueExample: If you are almost bronze 1 and have enough power for it, the bot won't claim the quest reward until you are bronze 1. -
ADVANCE_LEAGUE=trueDisable/Enable the bot advancing to silver and above. -
REQUEST_NEW_QUEST=earthQuests the bot isn't good at and where you want it to request a new one. Seperate by comma, possible options are: fire,water,earth,life,death,dragon
-
THREADS=1Number of threads (= number of accounts fighting in parallel). -
SHOW_BATTLE_RESULTS=trueDisable/enable showing battle results in console. Disabling will also make battles 10-25 seconds faster.
-
SHOW_API_RESPONSE=trueDisable/Enable showing the team picked by the battle API in console. -
DEBUG=falseDisable/Enable showing more log in console. I don't recommend to enable this unless you have been asked to. -
WRITE_LOG_TO_FILE=falseDisable/Enable writing the console log to a log.txt file in the bot main directory. -
DISABLE_CONSOLE_COLORS=falseDisable/Enable colors in console.