You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/gitian-building.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Gitian building
2
2
================
3
3
4
-
*Setup instructions for a Gitian build of Bitcoin using a Debian VM or physical system.*
4
+
*Setup instructions for a Gitian build of Bitcoin Core using a Debian VM or physical system.*
5
5
6
6
Gitian is the deterministic build process that is used to build the Bitcoin
7
7
Core executables. It provides a way to be reasonably sure that the
@@ -26,7 +26,7 @@ Table of Contents
26
26
-[Installing Gitian](#installing-gitian)
27
27
-[Setting up the Gitian image](#setting-up-the-gitian-image)
28
28
-[Getting and building the inputs](#getting-and-building-the-inputs)
29
-
-[Building Bitcoin](#building-bitcoin)
29
+
-[Building Bitcoin Core](#building-bitcoin-core)
30
30
-[Building an alternative repository](#building-an-alternative-repository)
31
31
-[Signing externally](#signing-externally)
32
32
-[Uploading signatures](#uploading-signatures)
@@ -95,11 +95,11 @@ After creating the VM, we need to configure it.
95
95
96
96
- Click `Ok` twice to save.
97
97
98
-
Get the [Debian 8.x net installer](http://cdimage.debian.org/debian-cd/8.4.0/amd64/iso-cd/debian-8.4.0-amd64-netinst.iso) (a more recent minor version should also work, see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
98
+
Get the [Debian 8.x net installer](http://cdimage.debian.org/debian-cd/8.5.0/amd64/iso-cd/debian-8.5.0-amd64-netinst.iso) (a more recent minor version should also work, see also [Debian Network installation](https://www.debian.org/CD/netinst/)).
99
99
This DVD image can be validated using a SHA256 hashing tool, for example on
100
100
Unixy OSes by entering the following in a terminal:
0 commit comments