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 5d24cc3 commit fac4814Copy full SHA for fac4814
doc/release-process.md
@@ -221,8 +221,12 @@ EOF
221
222
2. The combined clear-signed message you just created `SHA256SUMS.asc`
223
224
-- A `.torrent` will appear in the directory after a few minutes. Optionally help
225
- 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}`
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:
230
231
```sh
232
transmission-show -m <torrent file>
0 commit comments