From db85c146301af9e890e9422785fe2b95b9a05fa1 Mon Sep 17 00:00:00 2001 From: lucas-naman Date: Mon, 13 Jan 2025 14:51:23 -0300 Subject: [PATCH 1/7] Update build-freebsd.md update the repo url from bitcoin/bitcoin to bitcoinknots/bitcoin --- doc/build-freebsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md index aa10e4a8919b8..838b0503b76be 100644 --- a/doc/build-freebsd.md +++ b/doc/build-freebsd.md @@ -19,7 +19,7 @@ See [dependencies.md](dependencies.md) for a complete overview. ### 2. Clone Bitcoin Repo Now that `git` and all the required dependencies are installed, let's clone the Bitcoin Core repository to a directory. All build scripts and commands will run from this directory. ``` bash -git clone https://github.com/bitcoin/bitcoin.git +git clone https://github.com/bitcoinknots/bitcoin.git ``` ### 3. Install Optional Dependencies From 41ce081de82e60e8e8be6ec304dc0d2d42fd2498 Mon Sep 17 00:00:00 2001 From: lucas-naman Date: Mon, 13 Jan 2025 14:52:19 -0300 Subject: [PATCH 2/7] Update build-netbsd.md replace repo url from bitcoin core to bitcoin knots --- doc/build-netbsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-netbsd.md b/doc/build-netbsd.md index 0f05cdcba7891..5574712c62d06 100644 --- a/doc/build-netbsd.md +++ b/doc/build-netbsd.md @@ -39,7 +39,7 @@ See [dependencies.md](dependencies.md) for a complete overview. Clone the Bitcoin Core repository to a directory. All build scripts and commands will run from this directory. ```bash -git clone https://github.com/bitcoin/bitcoin.git +git clone https://github.com/bitcoinknots/bitcoin.git ``` ### 3. Install Optional Dependencies From c4ba2518d9db2b3cf66c01e4da072c75f9998962 Mon Sep 17 00:00:00 2001 From: lucas-naman Date: Mon, 13 Jan 2025 14:52:55 -0300 Subject: [PATCH 3/7] Update build-openbsd.md replace repo url from btc core to btc knots --- doc/build-openbsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md index 7ed83853a8673..ee773481cdee4 100644 --- a/doc/build-openbsd.md +++ b/doc/build-openbsd.md @@ -20,7 +20,7 @@ See [dependencies.md](dependencies.md) for a complete overview. ### 2. Clone Bitcoin Repo Clone the Bitcoin Core repository to a directory. All build scripts and commands will run from this directory. ``` bash -git clone https://github.com/bitcoin/bitcoin.git +git clone https://github.com/bitcoinknots/bitcoin.git ``` ### 3. Install Optional Dependencies From 3e395f89df82e1710e66d5142b948ae486fe7c76 Mon Sep 17 00:00:00 2001 From: lucas-naman Date: Mon, 13 Jan 2025 14:53:14 -0300 Subject: [PATCH 4/7] Update build-osx.md replace repo url from btc core to btc knots --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index 6eb0339591797..4b4737cdebaa9 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -72,7 +72,7 @@ Now that all the required dependencies are installed, let's clone the Bitcoin Co All build scripts and commands will run from this directory. ``` bash -git clone https://github.com/bitcoin/bitcoin.git +git clone https://github.com/bitcoinknots/bitcoin.git ``` ### 5. Install Optional Dependencies From c8644c42fddc6bea289fbb8c60b3038cd88d5990 Mon Sep 17 00:00:00 2001 From: lucas-naman Date: Mon, 13 Jan 2025 14:54:43 -0300 Subject: [PATCH 5/7] Update build-unix.md replace repo url from btc core to btc knots --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 94404a6d0ddcc..6463d9312a426 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -203,7 +203,7 @@ Setup and Build Example: Arch Linux This example lists the steps necessary to setup and build a command line only distribution of the latest changes on Arch Linux: pacman --sync --needed autoconf automake boost gcc git libevent libtool make pkgconf python sqlite - git clone https://github.com/bitcoin/bitcoin.git + git clone https://github.com/bitcoinknots/bitcoin.git cd bitcoin/ ./autogen.sh ./configure From da9dc6597bd16a99d38781dbd87123232387193f Mon Sep 17 00:00:00 2001 From: lucas-naman Date: Mon, 13 Jan 2025 14:55:05 -0300 Subject: [PATCH 6/7] Update build-windows.md replace repo url from btc core to btc knots --- doc/build-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-windows.md b/doc/build-windows.md index 841693c77b55f..5b21ec1808383 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -42,7 +42,7 @@ If you want to build the windows installer with `make deploy` you need [NSIS](ht Acquire the source in the usual way: - git clone https://github.com/bitcoin/bitcoin.git + git clone https://github.com/bitcoinknots/bitcoin.git cd bitcoin ## Building for 64-bit Windows From 2d944a2a0345304aeceae75f787796f0b4824613 Mon Sep 17 00:00:00 2001 From: lucas-naman Date: Mon, 13 Jan 2025 14:55:34 -0300 Subject: [PATCH 7/7] Update release-process.md replace repo url from btc core to btc knots --- doc/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-process.md b/doc/release-process.md index 4c1b02af8cfd6..9e4037007c21e 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -98,7 +98,7 @@ Check out the source code in the following directory hierarchy. cd /path/to/your/toplevel/build git clone https://github.com/bitcoin-core/guix.sigs.git git clone https://github.com/bitcoin-core/bitcoin-detached-sigs.git - git clone https://github.com/bitcoin/bitcoin.git + git clone https://github.com/bitcoinknots/bitcoin.git ### Write the release notes