- Blind mode tutorial
lichess.org
Donate

How to install a BOT on Lichess?

i can not help you with GPU. i dont have a GPU. On my computer i just start the task manager and look how much % the engine uses in the 'CPU' column. I have four processors and when i use one it gives around 25%.

but i dont know if this works the same with GPUs.

i can not help you with GPU. i dont have a GPU. On my computer i just start the task manager and look how much % the engine uses in the 'CPU' column. I have four processors and when i use one it gives around 25%. but i dont know if this works the same with GPUs.

@relevantproblem yes, just downloaded it from Git Hub, did they change it?

@relevantproblem yes, just downloaded it from Git Hub, did they change it?

So in the end how do you set it up?

So in the end how do you set it up?

url: "https://lichess.org/"
engine {
dir: "./engines/"
name: "lczero"
weights: "latest.txt"
threads: 1
}
supported_variants:

  • standard
    # - fromPosition
    # - antichess
    # - atomic
    # - chess960
    # - crazyhouse
    # - horde
    # - kingOfTheHill
    # - racingKings
    # - threeCheck
    supported_tc:
  • ultraBullet
  • bullet
  • blitz
  • rapid
    # - classical
    # - correspondence
url: "https://lichess.org/" engine { dir: "./engines/" name: "lczero" weights: "latest.txt" threads: 1 } supported_variants: - standard # - fromPosition # - antichess # - atomic # - chess960 # - crazyhouse # - horde # - kingOfTheHill # - racingKings # - threeCheck supported_tc: - ultraBullet - bullet - blitz - rapid # - classical # - correspondence

Yeah, they added those changes just a few hours ago. The structure of the config file has changed now.

https://github.com/careless25/lichess-uci-bot/commit/2bd1216f3e4c916845257a105942d9a05eff63be

@Chesstroll_Ingot Try downloading the latest code and give it a go

Yeah, they added those changes just a few hours ago. The structure of the config file has changed now. https://github.com/careless25/lichess-uci-bot/commit/2bd1216f3e4c916845257a105942d9a05eff63be @Chesstroll_Ingot Try downloading the latest code and give it a go

This topic has been archived and can no longer be replied to.