doc/release-process: Add torrent creation details

Source: https://github.com/bitcoin/bitcoin/pull/21711#discussion_r668754244
This commit is contained in:
Carl Dong 2021-07-14 20:25:07 -04:00
parent 5d24cc3d82
commit fac4814106

View file

@ -221,8 +221,12 @@ EOF
2. The combined clear-signed message you just created `SHA256SUMS.asc`
- A `.torrent` will appear in the directory after a few minutes. Optionally help
seed this torrent. To get the `magnet:` URI use:
- Create a torrent of the `/var/www/bin/bitcoin-core-${VERSION}` directory such
that at the top level there is only one file: the `bitcoin-core-${VERSION}`
directory containing everything else. Name the torrent
`bitcoin-${VERSION}.torrent` (note that there is no `-core-` in this name).
Optionally help seed this torrent. To get the `magnet:` URI use:
```sh
transmission-show -m <torrent file>