mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 10:27:29 +00:00 
			
		
		
		
	Update version to 0.15.1
This commit is contained in:
		
							parent
							
								
									53c92c977a
								
							
						
					
					
						commit
						eaba49fb29
					
				| @ -294,9 +294,9 @@ $ source ~/.bash_profile | |||||||
| 
 | 
 | ||||||
| We suggest setting up two variables to make this installation more automatic. | We suggest setting up two variables to make this installation more automatic. | ||||||
| 
 | 
 | ||||||
| The first variable, $BITCOIN, should be set to the current version of Bitcoin. It was 0.14.1 when we wrote this. The second will then automatically generate a truncated form used by some of the files. | The first variable, $BITCOIN, should be set to the current version of Bitcoin. It was 0.15.1 when we wrote this. The second will then automatically generate a truncated form used by some of the files. | ||||||
| ``` | ``` | ||||||
| $ export BITCOIN=bitcoin-core-0.14.1 | $ export BITCOIN=bitcoin-core-0.15.1 | ||||||
| $ export BITCOINPLAIN=`echo $BITCOIN | sed 's/bitcoin-core/bitcoin/'` | $ export BITCOINPLAIN=`echo $BITCOIN | sed 's/bitcoin-core/bitcoin/'` | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| @ -390,7 +390,7 @@ But wait, your Bitcoin daemon is probably still downloading blocks. This alias, | |||||||
| ``` | ``` | ||||||
| $ btcblock | $ btcblock | ||||||
| ``` | ``` | ||||||
| 0.14.1 is quite fast to download blocks, but it might still take an hour to download the unpruned testnet. It might be time for a few more espressos. | 0.15.1 is quite fast to download blocks, but it might still take an hour to download the unpruned testnet. It might be time for a few more espressos. | ||||||
| 
 | 
 | ||||||
| > **TESTNET vs MAINNET:** An unpruned mainnet will take hours longer. | > **TESTNET vs MAINNET:** An unpruned mainnet will take hours longer. | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -148,7 +148,7 @@ You will know the StackScripts are done when a BITCOIN-IS-READY file appears in | |||||||
| 
 | 
 | ||||||
| ``` | ``` | ||||||
| $ ls | $ ls | ||||||
| bitcoin-0.14.1-x86_64-linux-gnu.tar.gz    laanwj-releases.asc | bitcoin-0.15.1-x86_64-linux-gnu.tar.gz    laanwj-releases.asc | ||||||
| BITCOIN-IS-READY            SHA256SUMS.asc | BITCOIN-IS-READY            SHA256SUMS.asc | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -182,7 +182,7 @@ For example `bitcoin-cli getnetworkinfo` gives you a variety of information on y | |||||||
| $ bitcoin-cli getnetworkinfo | $ bitcoin-cli getnetworkinfo | ||||||
| { | { | ||||||
|   "version": 140000, |   "version": 140000, | ||||||
|   "subversion": "/Satoshi:0.14.0/", |   "subversion": "/Satoshi:0.15.1/", | ||||||
|   "protocolversion": 70015, |   "protocolversion": 70015, | ||||||
|   "localservices": "000000000000000d", |   "localservices": "000000000000000d", | ||||||
|   "localrelay": false, |   "localrelay": false, | ||||||
| @ -232,4 +232,3 @@ The ~/.bitcoin directory contains all of your files, while `bitcoin-cli help` an | |||||||
| ## What's Next? | ## What's Next? | ||||||
| 
 | 
 | ||||||
| Continue "Understanding Your Bitcoin Setup" with [§3.3: Setting Up Your Wallet](03_3_Setting_Up_Your_Wallet.md). | Continue "Understanding Your Bitcoin Setup" with [§3.3: Setting Up Your Wallet](03_3_Setting_Up_Your_Wallet.md). | ||||||
| 
 |  | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user