From b20307423d1b4908949a768c64068a4cf35a10d0 Mon Sep 17 00:00:00 2001 From: "Joseph W. Becher" Date: Tue, 21 Jul 2015 16:16:33 -0400 Subject: [PATCH 1/2] Upgrade other linux to 0.11.0 https://bitcoin.org/en/full-node#other-linux-distributions --- en/full-node.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/full-node.md b/en/full-node.md index f7d49e0b..e47695d2 100644 --- a/en/full-node.md +++ b/en/full-node.md @@ -423,7 +423,7 @@ script](https://github.com/bitcoin/bitcoin/tree/0.10/contrib/init/bitcoind.conf) ### Other Linux Distributions -*Instructions for Bitcoin Core 0.10.0.* +*Instructions for Bitcoin Core 0.11.0.* The following instructions describe installing Bitcoin Core using tools available in most mainstream Linux distributions. We assume you use a @@ -453,7 +453,7 @@ followed by the argument `xzf` followed by the file name. The argument `xzf` means eXtract the gZipped tar archive File. For example, for a 64-bit tar archive in your current directory, the command is: - tar xzf bitcoin-0.10.0-linux64.tar.gz + tar xzf bitcoin-0.11.0-linux64.tar.gz This will create the directory `bitcoin-0.10.0` within your current working directory. We will install the contents of its `bin` @@ -466,11 +466,11 @@ commands below to use a different location). If you use `sudo` to run commands as root, use the following command line: - sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-0.10.0/bin/* + sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-0.11.0/bin/* If you use `su` to run commands as root, use the following command line: - su -c 'install -m 0755 -o root -g root -t /usr/local/bin bitcoin-0.10.0/bin/*' + su -c 'install -m 0755 -o root -g root -t /usr/local/bin bitcoin-0.11.0/bin/*'
*To continue, choose one of the following options* From c29d116cf0ca3fbc501b958b57ba79a610eb834c Mon Sep 17 00:00:00 2001 From: "Joseph W. Becher" Date: Tue, 21 Jul 2015 20:58:46 -0400 Subject: [PATCH 2/2] Upgraded all instances of 0.10.0 to 0.11.0 Double-checked that 0.11 exists at https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin as well. --- en/full-node.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/en/full-node.md b/en/full-node.md index e47695d2..844a4661 100644 --- a/en/full-node.md +++ b/en/full-node.md @@ -217,7 +217,7 @@ systems. ### Ubuntu 14.10 -*Instructions for Bitcoin Core 0.10.0.* +*Instructions for Bitcoin Core 0.11.0.* If you use Ubuntu Desktop, click the Ubuntu swirl icon to start the Dash and type "term" into the input box. Choose any one of the terminals listed: @@ -416,7 +416,7 @@ your reboot your computer. If you're an Ubuntu expert and want to use an init script instead, see [this Upstart -script](https://github.com/bitcoin/bitcoin/tree/0.10/contrib/init/bitcoind.conf). +script](https://github.com/bitcoin/bitcoin/tree/0.11/contrib/init/bitcoind.conf).
{{installFinished}} @@ -455,7 +455,7 @@ followed by the argument `xzf` followed by the file name. The argument tar xzf bitcoin-0.11.0-linux64.tar.gz -This will create the directory `bitcoin-0.10.0` within your current +This will create the directory `bitcoin-0.11.0` within your current working directory. We will install the contents of its `bin` subdirectory into the `/usr/local/bin` directory using the the `install` command. The install command is part of the GNU coreutils available on @@ -638,7 +638,7 @@ you. On most distributions, this will cause Bitcoin Core daemon to be automatically started each time your reboot your computer. If you're a expert system administrator and want to use an init script instead, see -[the init scripts directory in Bitcoin Core's source tree](https://github.com/bitcoin/bitcoin/tree/0.10/contrib/init). +[the init scripts directory in Bitcoin Core's source tree](https://github.com/bitcoin/bitcoin/tree/0.11/contrib/init). {{installFinished}} @@ -650,7 +650,7 @@ If you're a expert system administrator and want to use an init script instead, ### Windows 8.x -*Instructions for Bitcoin Core 0.10.0 on Windows 8 and 8.1.* +*Instructions for Bitcoin Core 0.11.0 on Windows 8 and 8.1.* Go to the [Bitcoin Core download page](/en/download) and verify you have made a secure connection to the server. @@ -848,7 +848,7 @@ daemon will be automatically started. ### Windows 7 -*Instructions for Bitcoin Core 0.10.0.* +*Instructions for Bitcoin Core 0.11.0.* Go to the [Bitcoin Core download page](/en/download) and verify you have made a secure connection to the server.