Downloading Syzygy Tablebases

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Downloading Syzygy Tablebases

Post by MikeB »

I'm sure this will help somebody out if you're a little bit lazy like me:

To download all TB's under : https://tablebase.lichess.ovh/tables/standard/6-wdl/ use wget in terminal with these options

Code: Select all

wget -c --recursive --level=1 --no-parent --no-check-certificate -e robots=off  -ignore robots.txt wait 1 https://tablebase.lichess.ovh/tables/standard/6-wdl/
just make sure you're in the correct directory when you kick it off...
Image
mmt
Posts: 343
Joined: Sun Aug 25, 2019 8:33 am
Full name: .

Re: Downloading Syzygy Tablebases

Post by mmt »

I have a warning for anybody trying to download using Tor - there are bad files out there. Better to do it as suggested.