We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21e22d commit 50ffba2Copy full SHA for 50ffba2
doc/release-process.md
@@ -229,8 +229,12 @@ EOF
229
230
2. The combined clear-signed message you just created `SHA256SUMS.asc`
231
232
-- A `.torrent` will appear in the directory after a few minutes. Optionally help
233
- 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}`
234
+ directory containing everything else. Name the torrent
235
+ `bitcoin-${VERSION}.torrent` (note that there is no `-core-` in this name).
236
+
237
+ Optionally help seed this torrent. To get the `magnet:` URI use:
238
239
```sh
240
transmission-show -m <torrent file>
0 commit comments