Kucoin / kucoin-python-sdk

MIT License
47 stars 17 forks source link

Is there something wrong with the checksums for historical data? #112

Closed Niqnil closed 3 months ago

Niqnil commented 8 months ago

I downloaded some files from https://historical-data.kucoin.com/index.html?prefix=data/spot/daily/trades/ETHUSDT/ and https://historical-data.kucoin.com/index.html?prefix=data/spot/daily/trades/BTCUSDT/.

Using Konsole on Ubuntu 22.04:

$ sha256sum -c ETHUSDT-trades-2024-02-20.zip.CHECKSUM
sha256sum: ETHUSDT-trades-2024-02-20.zip.CHECKSUM: no properly formatted SHA256 checksum lines found
$ sha256sum -c btcusdt-trades-2022-12-31.zip.CHECKSUM
sha256sum: btcusdt-trades-2022-12-31.zip.CHECKSUM: no properly formatted SHA256 checksum lines found
ISAAC-XXYYZZ commented 3 months ago

Please use the following command: md5sum -c ETHUSDT-trades-2024-02-20.zip.CHECKSUM