From 1f068fa1b4a8845003c4efb6623e95b137b4129b Mon Sep 17 00:00:00 2001 From: Tai Date: Mon, 7 Feb 2022 13:04:36 -0800 Subject: [PATCH] Update README.md --- splinterlands-bot-v2/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/splinterlands-bot-v2/README.md b/splinterlands-bot-v2/README.md index d2e5f1a..3f3373e 100644 --- a/splinterlands-bot-v2/README.md +++ b/splinterlands-bot-v2/README.md @@ -2,7 +2,7 @@ Thank you PCJones for creating this bot! This is my implementation of the dockerized version of the bot it is fatter than ontje-dev's version (341MB vs 129MB). -* Note1: For my version I can't get automatic updates to work! due to a "config/version.usb" timestamp error. +* Note1: I can't seem get automatic updates to work on my version! due to a "config/version.usb" timestamp error. But it works on ontje-dev's version * Note2: If you rather use ontje-dev's version you can use their [Dockerfile](https://github.com/ontje-dev/Ultimate-Splinterlands-Bot-Docker/blob/main/Dockerfile) with the [docker-compose-onteje-dev-version.yml](https://github.com/StarWhiz/docker_deployment_notes/blob/master/splinterlands-bot-v2/docker-compose-onteje-dev-version.yml) included in this repository. Make sure you modify the `BOT_VERSION` in their Dockerfile to the version you want like in my Dockerfile [section](https://github.com/StarWhiz/docker_deployment_notes/tree/master/splinterlands-bot-v2#dockerfile). @@ -17,6 +17,7 @@ To start deploying. Create all the folders and files below with the modification └── config/ ├── accounts.txt ├── config.txt + ├── version.usb ├── Dockerfile ├── docker-compose.yml ``` @@ -118,6 +119,14 @@ MAX_BROWSER_INSTANCES=2 ###################Browser Mode Settings################### ``` +### version.usb (optional) +This file is not required to run the container. I got this file from the [linux-x64.zip](https://github.com/PCJones/Ultimate-Splinterlands-Bot-V2/releases). It's used for an update check but I'm not sure why it fails. +``` +2022-01-28 22:54:52 +linux-x64 + +``` + ### Dockerfile You need to modify ARG BOT_VERSION="2.9-fix2" to be on the latest version.