Skip to content

Commit fac4814

Browse files
committed
doc/release-process: Add torrent creation details
Source: bitcoin#21711 (comment)
1 parent 5d24cc3 commit fac4814

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/release-process.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,12 @@ EOF
221221

222222
2. The combined clear-signed message you just created `SHA256SUMS.asc`
223223

224-
- A `.torrent` will appear in the directory after a few minutes. Optionally help
225-
seed this torrent. To get the `magnet:` URI use:
224+
- Create a torrent of the `/var/www/bin/bitcoin-core-${VERSION}` directory such
225+
that at the top level there is only one file: the `bitcoin-core-${VERSION}`
226+
directory containing everything else. Name the torrent
227+
`bitcoin-${VERSION}.torrent` (note that there is no `-core-` in this name).
228+
229+
Optionally help seed this torrent. To get the `magnet:` URI use:
226230

227231
```sh
228232
transmission-show -m <torrent file>

0 commit comments

Comments
 (0)