create account

A guide to setting up your own Splinterlands bot by solominer

View this thread on: hive.blogpeakd.comecency.com
· @solominer · (edited)
$34.84
A guide to setting up your own Splinterlands bot
<center>





Back in January, I wrote about my success in getting a script working that can play my Splinterlands cards. Since I have so many monsters and summoners, especially low level cards I divided them up into 10 accounts. See below for Peakmonsters links to each to better understand the collection power I am working with.

https://i.postimg.cc/WpFw85Cf/Screenshot-2021-08-26-144002.jpg

[@soloalpha00](https://peakmonsters.com/@soloalpha00/collection)
[@solobeta00](https://peakmonsters.com/@solobeta00/collection)
[@soloazmare01](https://peakmonsters.com/@soloazmare01/collection)
[@solo00](https://peakmonsters.com/@solo00/collection)
[@solo01](https://peakmonsters.com/@solo01/collection)
[@solo02](https://peakmonsters.com/@solo02/collection)
[@solo03](https://peakmonsters.com/@solo03/collection)
[@solo04](https://peakmonsters.com/@solo04/collection)
[@solo05](https://peakmonsters.com/@solo05/collection)
[@solo06](https://peakmonsters.com/@solo06/collection)

Even with all of these accounts funded with cards I still have enough with my account to get up to Diamond II. Honestly I have only been in Diamond once ever, usually find myself somewhere in Gold by seasons end.

With these accounts, I am finding myself earning about 30k DEC every season, which is around $200. Along with many great cards. With 3x more bots (around 30) I would be earning around as much as 3rd place in champs in DEC. Pretty amazing honestly.... 

Now I must point out, I do not use the bot that I will be showing in this guide. As the one I use is closed source and only shared with me for testing, I cannot share the code out of respect to the devs. But I can show you how to use a free one, though expect errors at the time of writing this. 

https://i.postimg.cc/fT4w1PPt/github.jpg

Alfficcadenti has been quite busy making many updates to this bot, so if you tried it back around the time of my previous post on this it has changed quite a bit. Including prioritizing quest rewards.

### Link to the bot:
https://github.com/alfficcadenti/splinterlands-bot

Your only cost are spell books if you got the cards already and a machine to run the bot on. If you already have an Splinterlands account then you can just use that on the bot.

Below are the steps to set up your own bot, we will start in the very beginning. If you already have a Linux environment ready to go you can skip this and go straight to part 2.

## Part 1: Installing the operating system

In this guide I will be setting up a virtual machine, but you do not need to. If you want you can install it directly on your machine. But I like VMs so I will use that in this guide.

Minimum / Preferred specs for host machine. If you install on "bare metal", meaning not on a virtual machine you can just go with the minimum. Otherwise you may find your virtual machine slow, and the script may time out on very slow machines if it cannot load the webpages fast enough.

Windows 10 Machine
6GB of RAM / 16GB of RAM
2 CPU cores / 4 CPU cores
60GB free disk space

To start download Ubuntu 20.04 LTS from the link below along with Oracle Virtualbox 6.1.26

> Download Link to Ubuntu 20.04 LTS

https://releases.ubuntu.com/20.04.3/ubuntu-20.04.3-desktop-amd64.iso

>Download Link to Oracle Virtualbox

[https://download.virtualbox.org/virtualbox/6.1.26/VirtualBox-6.1.26-145957-Win.exe](https://download.virtualbox.org/virtualbox/6.1.26/VirtualBox-6.1.26-145957-Win.exe)

https://i.postimg.cc/k4vJwpYk/1.jpg


Install Virtualbox and save the .iso for later.

Create a Virtual machine
Type: Linux
Version: Ubuntu 64-bit
Memory: between 4-8GB, the more you can spare the better.
Hard drive: 60GB


https://i.postimg.cc/hjsnV7fn/2.jpg


Upon setting up your new virtual machine you will need to mount the linux .iso you downloaded. You can find it under Settings>Storage>Attributes>Choose a disk file.

Next is to reboot your PC and enable virtualization. You will do this from your BIOS. This can vary depending on each manufacturer. (if you are not using a VM then this is not needed)

https://i.postimg.cc/vHBYLXrN/3.jpg


Once completed boot up your virtual machine and Linux livecd should come up. Click on "Install Ubuntu"

https://i.postimg.cc/NfzgNTbf/4.jpg


Click through the defaults until you reach "Install now" Keep in mind if you are doing this outside of a VM it can affect your currently installed Operating system. This is why I am doing it on a Virtual machine, makes it easier to manage.

https://i.postimg.cc/BbZqzBdt/5.jpg

Next you set the timezone and password. I suggest setting it to auto login for this simple bot machine.

Let the OS install, this can take anywhere from a few minutes to an hour depending on your machine.

Once installed and the virtual machine has been rebooted I suggest turning off screen lock. Goto Settings>Privacy>Screen Lock> Uncheck Automatic screen lock and change blank screen delay to never

https://i.postimg.cc/J0T1CBLx/6.jpg

Install Virtualbox guest additions by going to the Devices menu in Virtualbox and selecting "insert Virtualbox guest additions cd image" Installing this will help with compatibility between the virtual machine and host machine.

## Part 2: Setting up the bot and dependencies


Download the bot using terminal
`wget https://github.com/alfficcadenti/splinterlands-bot/archive/refs/heads/master.zip`

Extract the downloaded zip in your Home directory, I like to place it in my documents.


https://i.postimg.cc/0jNsn2ww/7.jpg


add an .env text file that includes your Splinterlands account, posting key and bot settings. If you set it to true it can go after quests as well. I will use nano in this example, first navigate to your `splinterlands-bot-master` folder using the `cd` command.

`nano .env`

add the following four lines to the file.

`ACCOUNT=youraccountname`
`PASSWORD=yourpostingpassword`
`QUEST_PRIORITY=true`
`MINUTES_BATTLES_INTERVAL=30`

change youraccountname and yourpostingpassword to your own. Then press Ctrl-O, then enter and then Ctrl-X to save and close it.

Next is to install Nodejs as the bot is programmed in HTML and Javascript.

Update your repositories



`sudo apt update`

Install Nodejs

`sudo apt install nodejs`

Check that its up to date and functioning. Mine reads 10.19.0

`node -v`

Install Node Package Manager.

`sudo apt install npm`

Check that its up to date and functioning. Mine reads 6.14.4

`npm -v`


Navigate using `cd` to your `splinterlands-bot-master` folder.

Install needed Node dependencies

https://i.postimg.cc/fW5W919d/8.jpg


`npm install`

Run the bot

`node index.js`

https://i.postimg.cc/Fsxpk729/anim1.gif

Animation of the bot in action.

https://i.postimg.cc/5NfqJfjD/Screenshot-2021-08-26-145138.jpg

RAM and CPU usage while the bot is running, taken from inside the virtual machine.

## API Errors

If you are getting errors and surrenders due to API errors it is due to the public API server that the dev is hosting. Below is his response.

https://i.postimg.cc/m2qYHCmW/Screenshot-2021-08-26-150122.jpg

https://i.postimg.cc/52dHJ3Py/monitor.png

A screenshot from his API server, showing the traffic is slammed right now. The popularity of this game growing so massively has alot to do with this.

Join the discord to talk with the bots creator and the community:

https://discord.com/invite/bR6cZDsFSX

## Alternatives

Dec404 is a service ran by @nealmcspadden that you can have your cards played by real people.

Peakd.com Link:
https://peakd.com/@nealmcspadden/dec404-is-open-splinterlands-rental-accounts-are-back

Link to their Dec404 discord: https://discord.gg/trQpvCt

### Or

Contact @almightymelon or AlmightyMelon#6301 on discord and inquire about plans of a paid subscription service where a bot will play your cards.









For reference a link to my first post about this:

https://peakd.com/hive-13323/@solominer/set-up-my-own-splinterlands-bots







</center>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 116 others
πŸ‘Ž  
properties (23)
authorsolominer
permlinka-guide-to-setting-up-your-own-splinterlands-bot
categoryhive-13323
json_metadata{"app":"peakd/2021.07.5","format":"markdown","tags":["splinterlands","bot","coding","software","gaming","income","linux","computers","guide","howto"],"users":["soloalpha00","solobeta00","soloazmare01","solo00","solo01","solo02","solo03","solo04","solo05","solo06"],"image":["https://i.postimg.cc/WpFw85Cf/Screenshot-2021-08-26-144002.jpg","https://i.postimg.cc/fT4w1PPt/github.jpg","https://i.postimg.cc/k4vJwpYk/1.jpg","https://i.postimg.cc/hjsnV7fn/2.jpg","https://i.postimg.cc/vHBYLXrN/3.jpg","https://i.postimg.cc/NfzgNTbf/4.jpg","https://i.postimg.cc/BbZqzBdt/5.jpg","https://i.postimg.cc/J0T1CBLx/6.jpg","https://i.postimg.cc/0jNsn2ww/7.jpg","https://i.postimg.cc/fW5W919d/8.jpg","https://i.postimg.cc/Fsxpk729/anim1.gif","https://i.postimg.cc/5NfqJfjD/Screenshot-2021-08-26-145138.jpg","https://i.postimg.cc/m2qYHCmW/Screenshot-2021-08-26-150122.jpg","https://i.postimg.cc/52dHJ3Py/monitor.png"]}
created2021-08-26 19:12:51
last_update2021-08-26 19:37:24
depth0
children50
last_payout2021-09-02 19:12:51
cashout_time1969-12-31 23:59:59
total_payout_value17.445 HBD
curator_payout_value17.397 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,897
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id105,813,023
net_rshares42,075,807,935,870
author_curate_reward""
vote details (181)
@a1492dc ·
$1.15
love it :) 
πŸ‘  , ,
properties (23)
authora1492dc
permlinkre-solominer-qygp3q
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-26 19:35:57
last_update2021-08-26 19:35:57
depth1
children1
last_payout2021-09-02 19:35:57
cashout_time1969-12-31 23:59:59
total_payout_value0.574 HBD
curator_payout_value0.574 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation37,035,884,151
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,813,383
net_rshares1,387,792,677,157
author_curate_reward""
vote details (3)
@solominer · (edited)
Hey Alfficcadenti,

Glad you liked how it came out, thanks alot for the help on discord and best of luck with more development on your bot.
properties (22)
authorsolominer
permlinkre-a1492dc-qygpei
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-26 19:42:18
last_update2021-08-26 19:42:57
depth2
children0
last_payout2021-09-02 19:42:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,813,450
net_rshares0
@appalachain ·
$0.03
Never tried to set up a virtual machine, or had any experience with Linux.

Finna learn today I guess. πŸ˜† Been wanting to fiddle with both those things for awhile.  This gave me a reason to.  Thanks!

Just so you know, if my dumbass deletes sys32, or launches skynet, or accidently hacks the NSA, I'm blaming you. 😜 
πŸ‘  
properties (23)
authorappalachain
permlinkre-solominer-qyvglm
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.08.2"}
created2021-09-03 18:56:09
last_update2021-09-03 18:56:09
depth1
children2
last_payout2021-09-10 18:56:09
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length315
author_reputation7,547,254,743,644
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,995,431
net_rshares29,060,788,357
author_curate_reward""
vote details (1)
@solominer ·
$0.05
Give it a try, worst comes to worst it just does not work. But at least you learned something while trying.

Lol nah it wont affect your system files, thats why I say use a VM. So it wont affect your host computer.
πŸ‘  
properties (23)
authorsolominer
permlinkre-appalachain-qz4dc6
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.08.2"}
created2021-09-08 14:24:09
last_update2021-09-08 14:24:09
depth2
children1
last_payout2021-09-15 14:24:09
cashout_time1969-12-31 23:59:59
total_payout_value0.022 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length214
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,111,336
net_rshares44,624,076,387
author_curate_reward""
vote details (1)
@appalachain ·
I got the virtual machine set up thanks to your guide (thanks again)!  I'm on step 2 there.  Dog got parvo, so had to put the project to the side for now to take care of her.  So far so good though!  

I got stuck on creating the text file with the user name and posting key.  Been trying to learn how to do that.  I use to be familiar with using a terminal to do things like that with DOS (different, I know but somewhat similar) Hell, I was 6 or 7 years old last time I used a terminal to do anything though. πŸ˜†

properties (22)
authorappalachain
permlinkre-solominer-qz6ceq
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.08.2"}
created2021-09-09 15:59:15
last_update2021-09-09 15:59:15
depth3
children0
last_payout2021-09-16 15:59:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length514
author_reputation7,547,254,743,644
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,139,636
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @solominer, here is a little bit of <code>BEER</code> from @coolpoolparty for you. Enjoy it!</p> <p>Did you know that <a href='https://dcity.io/city'></b>you can use <b>BEER</b> at dCity game</a> to **buy dCity NFT cards** to rule the world.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-solominer-a-guide-to-setting-up-your-own-splinterlands-bot-20210827t012311746z
categoryhive-13323
json_metadata{"app":"beerlover/2.0"}
created2021-08-27 01:23:12
last_update2021-08-27 01:23:12
depth1
children0
last_payout2021-09-03 01:23:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length508
author_reputation24,770,396,872,031
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,818,816
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @solominer, here is a little bit of <code>BEER</code> from @libertycrypto27 for you. Enjoy it!</p> <p>Do you want to <a href='https://friends.beersaturday.com/'>win <b>SOME BEER</b> together with your friends </a> and draw the <code>BEERKING</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-solominer-a-guide-to-setting-up-your-own-splinterlands-bot-20210827t043623705z
categoryhive-13323
json_metadata{"app":"beerlover/2.0"}
created2021-08-27 04:36:24
last_update2021-08-27 04:36:24
depth1
children1
last_payout2021-09-03 04:36:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length516
author_reputation24,770,396,872,031
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,822,243
net_rshares0
@solominer ·
man all this BEER is gonna get me drunk!
properties (22)
authorsolominer
permlinkre-beerlover-qyk8ap
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-28 17:23:12
last_update2021-08-28 17:23:12
depth2
children0
last_payout2021-09-04 17:23:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,854,237
net_rshares0
@burningtreant ·
How does the bot fair with the new update? 
properties (22)
authorburningtreant
permlinkre-solominer-r4virp
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.09.1"}
created2021-12-29 11:04:42
last_update2021-12-29 11:04:42
depth1
children1
last_payout2022-01-05 11:04:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation10,048,460,640
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,957,207
net_rshares0
@solominer ·
I have not played much with Alfficcadenti's bot since writing this post. Was using a closed source project, and unfortunately its not doing so well after the CL introduction. So I plan on just renting cards until lands is released.
properties (22)
authorsolominer
permlinkre-burningtreant-r51rvm
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.09.1"}
created2022-01-01 20:06:57
last_update2022-01-01 20:06:57
depth2
children0
last_payout2022-01-08 20:06:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length231
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id109,059,022
net_rshares0
@captaincryptic ·
$0.08
Hey, I know this is a bit of and old post, but I was wondering how you go about adding multiple accounts?  I don't see that described anywhere.  Thanks!
πŸ‘  
properties (23)
authorcaptaincryptic
permlinkr7q04m
categoryhive-13323
json_metadata{"app":"hiveblog/0.1"}
created2022-02-22 19:14:45
last_update2022-02-22 19:14:45
depth1
children2
last_payout2022-03-01 19:14:45
cashout_time1969-12-31 23:59:59
total_payout_value0.041 HBD
curator_payout_value0.041 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation37,345,388,638,701
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id110,718,410
net_rshares70,110,424,652
author_curate_reward""
vote details (1)
@captaincryptic ·
Oops. Nevermind, I found it.  Thanks for the info!
properties (22)
authorcaptaincryptic
permlinkr7q0hd
categoryhive-13323
json_metadata{"app":"hiveblog/0.1"}
created2022-02-22 19:22:24
last_update2022-02-22 19:22:24
depth2
children1
last_payout2022-03-01 19:22:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation37,345,388,638,701
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id110,718,587
net_rshares0
@solominer ·
no problem, best of luck botting.
properties (22)
authorsolominer
permlinkre-captaincryptic-r7vexi
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2022.02.6"}
created2022-02-25 17:22:33
last_update2022-02-25 17:22:33
depth3
children0
last_payout2022-03-04 17:22:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id110,804,734
net_rshares0
@coolpoolparty ·
Awesome post! Reblogged and upvoted due to its awesomness and quality.

!PIZZA

!LUV

Welcome to πŸ•the Cool Pool Pizza Party!πŸ•
πŸ‘  
properties (23)
authorcoolpoolparty
permlinkre-solominer-2021826t132211628z
categoryhive-13323
json_metadata{"tags":["splinterlands","bot","coding","software","gaming","income","linux","computers","guide","howto"],"app":"ecency/3.0.18-surfer","format":"markdown+html"}
created2021-08-26 20:22:12
last_update2021-08-26 20:22:12
depth1
children3
last_payout2021-09-02 20:22:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation954,965,497,561
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,814,045
net_rshares2,705,255,229
author_curate_reward""
vote details (1)
@luvshares ·
<div class='pull-right'><center><sup><small><small><><</small></small></a></sup></center>
    <p><a href="https://ichthys.netlify.app" style="text-decoration:none"><><</a></p></div>
    
<div class='pull-right'><center><sup>LUV</sup></center>
    <p><a href="https://peakd.com/@luvshares"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/AKU7oyCXxGwYyudB42kJ7JtoZ63bdeHvm4icoT9xdGNxA4i4BwudGyPvTQrEwPd.gif"></a></p></div>
    
<div class='pull-right'><center><sup>Connect</sup></center>
    <p><a href="https://discord.gg/K5GvNhcPqR"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/23wfrFwbW2VmsmZxJXyNEKYXt8mvmEP5zenbPZFX5T6yxcF65vCp7RbNpNhLgFZiM62G1.png"></a></p></div>
    
<div class='pull-right'><center><sup>Trade</sup></center>
    <p><a href='https://tribaldex.com/trade/LUV'><img src="https://files.peakd.com/file/peakd-hive/crrdlx/AKJ1ytK1G4qgB6fMNY9iW9yL1E7bY4ooefHFwtMVKoKnyXG1EsjxrcrTFGFAbhw.png"></a></p></div>
    
<center><br> <p>@solominer, you've been given LUV from @coolpoolparty.</p> <p>Check the LUV in your H-E <a href="https://hive-engine.com/">wallet</a>. <sub>(1/3)</sub></p> </center><div></div>
properties (22)
authorluvshares
permlinkre-re-solominer-2021826t132211628z-20210826t202327z
categoryhive-13323
json_metadata"{"app": "beem/0.24.26"}"
created2021-08-26 20:23:27
last_update2021-08-26 20:23:27
depth2
children1
last_payout2021-09-02 20:23:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,139
author_reputation5,182,010,254,889
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,814,069
net_rshares0
@solominer ·
Oh sweet thanks alot for the LUV
properties (22)
authorsolominer
permlinkre-luvshares-qygrje
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-26 20:28:27
last_update2021-08-26 20:28:27
depth3
children0
last_payout2021-09-02 20:28:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,814,166
net_rshares0
@pizzabot ·
<center><p>@solominer! I sent you a slice of <b>$PIZZA</b> on behalf of @coolpoolparty.</p>
<p>Did you know you can earn $VFT through the PIZZA <a href="https://vftlab.finance/">farm</a>?
<sub>(1/10)</sub></p></center>
properties (22)
authorpizzabot
permlinkre-re-solominer-2021826t132211628z-20210826t202326z
categoryhive-13323
json_metadata"{"app": "beem/0.24.26"}"
created2021-08-26 20:23:27
last_update2021-08-26 20:23:27
depth2
children0
last_payout2021-09-02 20:23:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation6,169,306,056,748
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,814,068
net_rshares0
@coolpoolparty ·
!BEER
πŸ‘  
properties (23)
authorcoolpoolparty
permlinkre-solominer-2021826t132217923z
categoryhive-13323
json_metadata{"tags":["splinterlands","bot","coding","software","gaming","income","linux","computers","guide","howto"],"app":"ecency/3.0.18-surfer","format":"markdown+html"}
created2021-08-26 20:22:18
last_update2021-08-26 20:22:18
depth1
children1
last_payout2021-09-02 20:22:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation954,965,497,561
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,814,050
net_rshares2,650,219,748
author_curate_reward""
vote details (1)
@solominer ·
Oh man everyone is giving me beers today.
properties (22)
authorsolominer
permlinkre-coolpoolparty-qygrka
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-26 20:28:57
last_update2021-08-26 20:28:57
depth2
children0
last_payout2021-09-02 20:28:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,814,177
net_rshares0
@cwow2 ·
$0.03
So everybody is just running bots? X)
So thats the way to play splinterlands now :c
πŸ‘  , ,
properties (23)
authorcwow2
permlinkre-solominer-2021826t21252660z
categoryhive-13323
json_metadata{"tags":["hive-13323","splinterlands","bot","coding","software","gaming","income","linux","computers","guide","howto"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-08-26 19:25:03
last_update2021-08-26 19:25:03
depth1
children9
last_payout2021-09-02 19:25:03
cashout_time1969-12-31 23:59:59
total_payout_value0.014 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation179,610,378,691,381
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,813,225
net_rshares37,096,137,869
author_curate_reward""
vote details (3)
@solominer ·
lol nah only a fraction of people are, with all the new people coming in the last few months I think they will become less and less noticed.
properties (22)
authorsolominer
permlinkre-cwow2-qygos7
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-26 19:28:54
last_update2021-08-26 19:28:54
depth2
children8
last_payout2021-09-02 19:28:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length140
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,813,282
net_rshares0
@cwow2 ·
$0.03
Ye well. I don't know if I think its sad since its allowed and I kinda want to join ya haha xD
πŸ‘  ,
properties (23)
authorcwow2
permlinkre-solominer-2021826t2132412z
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"ecency/3.0.22-mobile","format":"markdown+html"}
created2021-08-26 19:32:42
last_update2021-08-26 19:32:42
depth3
children7
last_payout2021-09-02 19:32:42
cashout_time1969-12-31 23:59:59
total_payout_value0.014 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation179,610,378,691,381
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,813,333
net_rshares36,993,595,196
author_curate_reward""
vote details (2)
@globetrottergcc ·
!BEER !PIZZA
properties (22)
authorglobetrottergcc
permlinkre-solominer-2021827t01530861z
categoryhive-13323
json_metadata{"tags":["splinterlands","bot","coding","software","gaming","income","linux","computers","guide","howto"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-08-26 19:15:30
last_update2021-08-26 19:15:30
depth1
children2
last_payout2021-09-02 19:15:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation133,992,955,405,504
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,813,056
net_rshares0
@pizzabot ·
<center><p>@solominer! I sent you a slice of <b>$PIZZA</b> on behalf of @globetrottergcc.</p>
<p>Have you <a href="https://vote.hive.uno/@pizza.witness">voted</a> for Pizza teams Hive witness (pizza.witness)?
<sub>(16/20)</sub></p></center>
properties (22)
authorpizzabot
permlinkre-re-solominer-2021827t01530861z-20210826t191624z
categoryhive-13323
json_metadata"{"app": "beem/0.24.26"}"
created2021-08-26 19:16:24
last_update2021-08-26 19:16:24
depth2
children0
last_payout2021-09-02 19:16:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length240
author_reputation6,169,306,056,748
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,813,071
net_rshares0
@solominer ·
hah thanks alot
properties (22)
authorsolominer
permlinkre-globetrottergcc-qygoe9
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-26 19:20:33
last_update2021-08-26 19:20:33
depth2
children0
last_payout2021-09-02 19:20:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,813,166
net_rshares0
@hivebuzz ·
Congratulations @solominer! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@solominer/payout.png?202108281642"></td><td>You received more than 44000 HP as payout for your posts and comments.<br>Your next payout target is 45000 HP.<br><sub>The unit is Hive Power equivalent because your rewards can be split into HP and HBD</sub></td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@solominer) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pud-202109"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202109">Hive Power Up Day - September 1st 2021 - Hive Power Delegation</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-solominer-20210828t170643
categoryhive-13323
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-08-28 17:06:42
last_update2021-08-28 17:06:42
depth1
children0
last_payout2021-09-04 17:06:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,072
author_reputation368,370,716,166,639
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,853,929
net_rshares0
@ilap ·
love it
![img_7579.png](https://images.ecency.com/DQmdQRYrhw9JdDJZRT7HuyNXPV7V4p8Bo4n8pTQPdqed5zZ/img_7579.png)
 

properties (22)
authorilap
permlinkre-solominer-2021827t193841481z
categoryhive-13323
json_metadata{"tags":["hive-13323","splinterlands","bot","coding","software","gaming","income","linux","computers","guide","howto"],"app":"ecency/3.0.20-mobile","format":"markdown+html"}
created2021-08-27 16:38:42
last_update2021-08-27 16:38:42
depth1
children1
last_payout2021-09-03 16:38:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length115
author_reputation135,699,869,020
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,832,620
net_rshares0
@solominer ·
congrats! its nice to have your cards working for you when you dont have to.
properties (22)
authorsolominer
permlinkre-ilap-qyk8a8
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-28 17:22:57
last_update2021-08-28 17:22:57
depth2
children0
last_payout2021-09-04 17:22:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,854,233
net_rshares0
@jscafura1 ·
I would love to learn how to create my own API for the bot instead of using the public one. I know I can replace this part of the code "https://splinterlands-data-service.herokuapp.com/" with a private one so it works better. I was just wondering if you know of a video to teach me to do that?
properties (22)
authorjscafura1
permlinkre-solominer-qywjp5
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.08.2"}
created2021-09-04 09:00:42
last_update2021-09-04 09:00:42
depth1
children1
last_payout2021-09-11 09:00:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length293
author_reputation0
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,008,095
net_rshares0
@solominer ·
Yeah you are correct, if you could set up your own API server you would get much better results.

I am planning on setting up a Hive API server in the future. So if I can get that working maybe I can do one for Splinterlands too.
properties (22)
authorsolominer
permlinkre-jscafura1-qz4daq
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.08.2"}
created2021-09-08 14:23:18
last_update2021-09-08 14:23:18
depth2
children0
last_payout2021-09-15 14:23:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length229
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,111,312
net_rshares0
@libertycrypto27 ·
Hi @solominer
Very interesting your post, I have never used or considered using a bot for Splinterlands but your post made me consider this possibility :)
Could you recommend a bot that I can try and that works well?
It's ok even if it's paid 
!BEER
@tipu curate
properties (22)
authorlibertycrypto27
permlinkre-solominer-2021827t25110472z
categoryhive-13323
json_metadata{"tags":["splinterlands","bot","coding","software","gaming","income","linux","computers","guide","howto"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-08-27 00:51:06
last_update2021-08-27 00:51:06
depth1
children2
last_payout2021-09-03 00:51:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length262
author_reputation1,217,513,536,556,791
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,818,238
net_rshares0
@solominer ·
Ah very nice, yes well the paid options are more reliable. Alfficcadenti offer a $10 a month service to his bot that gives you a better API connection.

DEC404 is probably good too, since its ran by one of the most well known members of the Splinterlands community. Not sure of their costs, best to inquire.

thanks alot for the tipu tip :-)
properties (22)
authorsolominer
permlinkre-libertycrypto27-qyk8dw
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-28 17:25:09
last_update2021-08-28 17:25:09
depth2
children0
last_payout2021-09-04 17:25:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length341
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,854,259
net_rshares0
@tipu ·
<a href="https://tipu.online/hive_curator?libertycrypto27" target="_blank">Upvoted  &#128076;</a> (Mana: 24/64) <a href="https://peakd.com/hive/@reward.app/reward-app-quick-guide-updated" target="_blank">Liquid rewards</a>.
properties (22)
authortipu
permlinkre-re-solominer-2021827t25110472z-20210827t005108z
categoryhive-13323
json_metadata"{"app": "beem/0.24.26"}"
created2021-08-27 00:51:09
last_update2021-08-27 00:51:09
depth2
children0
last_payout2021-09-03 00:51:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length223
author_reputation55,210,149,925,531
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,818,240
net_rshares0
@pinkfloyd878 ·
!LUV the content and info here... Than you.
properties (22)
authorpinkfloyd878
permlinkre-solominer-qyih5b
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-27 18:39:12
last_update2021-08-27 18:39:12
depth1
children2
last_payout2021-09-03 18:39:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation1,386,256,176,717
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,834,733
net_rshares0
@luvshares ·
<div class='pull-right'><center><sup><small><small><><</small></small></a></sup></center>
    <p><a href="https://ichthys.netlify.app" style="text-decoration:none"><><</a></p></div>
    
<div class='pull-right'><center><sup>LUV</sup></center>
    <p><a href="https://peakd.com/@luvshares"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/AKU7oyCXxGwYyudB42kJ7JtoZ63bdeHvm4icoT9xdGNxA4i4BwudGyPvTQrEwPd.gif"></a></p></div>
    
<div class='pull-right'><center><sup>Connect</sup></center>
    <p><a href="https://discord.gg/K5GvNhcPqR"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/23wfrFwbW2VmsmZxJXyNEKYXt8mvmEP5zenbPZFX5T6yxcF65vCp7RbNpNhLgFZiM62G1.png"></a></p></div>
    
<div class='pull-right'><center><sup>Trade</sup></center>
    <p><a href='https://tribaldex.com/trade/LUV'><img src="https://files.peakd.com/file/peakd-hive/crrdlx/AKJ1ytK1G4qgB6fMNY9iW9yL1E7bY4ooefHFwtMVKoKnyXG1EsjxrcrTFGFAbhw.png"></a></p></div>
    
<center><br> <p>@solominer, you've been given LUV from @pinkfloyd878.</p> <p>Check the LUV in your H-E <a href="https://hive-engine.com/">wallet</a>. <sub>(1/3)</sub></p> </center><div></div>
properties (22)
authorluvshares
permlinkre-re-solominer-qyih5b-20210827t184026z
categoryhive-13323
json_metadata"{"app": "beem/0.24.26"}"
created2021-08-27 18:40:27
last_update2021-08-27 18:40:27
depth2
children0
last_payout2021-09-03 18:40:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,138
author_reputation5,182,010,254,889
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,834,761
net_rshares0
@solominer ·
oh nice, thanks alot for the tokens.
πŸ‘  
properties (23)
authorsolominer
permlinkre-pinkfloyd878-qyk88x
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-28 17:22:09
last_update2021-08-28 17:22:09
depth2
children0
last_payout2021-09-04 17:22:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,854,215
net_rshares7,379,607,332
author_curate_reward""
vote details (1)
@rach ·
Hi @solominer. 

Do you know where I can find some api for python?
properties (22)
authorrach
permlinkqyiblt
categoryhive-13323
json_metadata{"users":["solominer"],"app":"hiveblog/0.1"}
created2021-08-27 16:39:30
last_update2021-08-27 16:39:30
depth1
children1
last_payout2021-09-03 16:39:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation2,957,717,028,845
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,832,638
net_rshares0
@solominer ·
hmm.. maybe here?

https://www.dataquest.io/blog/python-api-tutorial/
properties (22)
authorsolominer
permlinkre-rach-qyk89l
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-28 17:22:33
last_update2021-08-28 17:22:33
depth2
children0
last_payout2021-09-04 17:22:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,854,224
net_rshares0
@ragnar-k ·
Hello,

first of all, very nice job, it was very easy to setup and start running it. Congrats!

Only one question, is it possible to change the time delay between battles? I try to set 5 or 10 minutes, but it always says 30 min before the next battle.

There is a way to change that setting?
properties (22)
authorragnar-k
permlinkre-solominer-r05vl0
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.09.1"}
created2021-09-28 20:29:30
last_update2021-09-28 20:29:30
depth1
children1
last_payout2021-10-05 20:29:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length291
author_reputation0
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,634,861
net_rshares0
@solominer ·
Ah thanks alot, glad you got it up and running. I beliebe in the .env file there is a `MINUTES_BATTLES_INTERVAL=30` field where you would define the battle delays. Try to change that and then restart the app.
properties (22)
authorsolominer
permlinkre-ragnar-k-r0iih0
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.09.1"}
created2021-10-05 16:15:06
last_update2021-10-05 16:15:06
depth2
children0
last_payout2021-10-12 16:15:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length208
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id106,802,632
net_rshares0
@silversaver888 ·
I love it! I wish I knew how!!!
I will reread this post slowly and see if I understand it fully.
How I wish we were neighbors so you can set me up, @solominer!
properties (22)
authorsilversaver888
permlinkqyk4t4
categoryhive-13323
json_metadata{"users":["solominer"],"app":"hiveblog/0.1"}
created2021-08-28 16:07:54
last_update2021-08-28 16:07:54
depth1
children2
last_payout2021-09-04 16:07:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length159
author_reputation1,234,210,481,075,180
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,852,674
net_rshares0
@solominer ·
If you dont understand its all good, its not a simple computer task.

Hehe yeah I am sure we would trade alot of cuttings of plants ;-)
properties (22)
authorsolominer
permlinkre-silversaver888-qyk886
categoryhive-13323
json_metadata{"tags":["hive-13323"],"app":"peakd/2021.07.5"}
created2021-08-28 17:21:54
last_update2021-08-28 17:21:54
depth2
children1
last_payout2021-09-04 17:21:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length135
author_reputation1,130,134,217,822,309
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,854,210
net_rshares0
@silversaver888 ·
That we'll do for sure, @solominer heheheπŸ‘πŸ˜†πŸ˜πŸ˜œ<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorsilversaver888
permlinkre-re-silversaver888-qyk886
categoryhive-13323
json_metadata{"app":"engage"}
created2021-08-28 19:16:54
last_update2021-08-28 19:16:54
depth3
children0
last_payout2021-09-04 19:16:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation1,234,210,481,075,180
root_title"A guide to setting up your own Splinterlands bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id105,856,548
net_rshares0