Skip to content

Correct torrent magnet in the README - #28

Merged
marcobambini merged 1 commit into
sqliteai:mainfrom
pierre-x:magnet-16m-torrent
Aug 7, 2026
Merged

Correct torrent magnet in the README#28
marcobambini merged 1 commit into
sqliteai:mainfrom
pierre-x:magnet-16m-torrent

Conversation

@pierre-x

@pierre-x pierre-x commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

The torrent was generated with mktorrent using its default piece length of 256 Kb. That default is fine for a few GB; it is not fine for a TB payload: the torrent stores one 20-byte SHA-1 per piece, so 4,018,567 pieces produce ~80 MB of hashes in the info dictionary alone. That breaks libtorrent-based clients.
So I regenerated another one with 16 MiB pieces.

This eases, but does not answer, #24: it is still a torrent, and the ask there is an IPFS or plain-HTTP mirror for users who cannot reach BitTorrent at all.

The torrent was generated with mktorrent using its default piece length of 256 Kb. That default is fine for a few GB; it is not fine for a TB payload: the torrent stores one 20-byte SHA-1 per piece, so 4,018,567 pieces produce ~80 MB of hashes in the info dictionary alone. That breaks libtorrent-based clients.
So I regenerated another one with 16 MiB pieces.

This eases, but does not answer, sqliteai#24: it is still a torrent, and the ask there is an IPFS or plain-HTTP mirror for users who cannot reach BitTorrent at all.
@marcobambini
marcobambini merged commit d9b919a into sqliteai:main Aug 7, 2026
9 checks passed
@marcobambini

Copy link
Copy Markdown
Member

Thanks a lot @pierre-x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants