aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 0cf1d1f3ce..972cd32d73 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -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>