mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-11-04 04:17:43 +00:00 
			
		
		
		
	Update 02_1_Setting_Up_a_Bitcoin-Core_VPS_by_Hand.md
When you are on ubuntu 18.04 you should add the aliases in ~/.bash_aliases
This commit is contained in:
		
							parent
							
								
									547bae454b
								
							
						
					
					
						commit
						241ac9157a
					
				@ -258,7 +258,7 @@ You're now ready to get to the bitcoin-specific part of this tutorial!
 | 
			
		||||
 | 
			
		||||
We find a number of Bash aliases helpful to make it easier to use Bitcoin.
 | 
			
		||||
```
 | 
			
		||||
$ sudo -u user1 cat >> ~user1/.bash_profile <<EOF
 | 
			
		||||
$ sudo -u user1 cat >> ~user1/.bash_aliases <<EOF
 | 
			
		||||
alias btcdir="cd ~/.bitcoin/" #linux default bitcoind path
 | 
			
		||||
alias bc="bitcoin-cli"
 | 
			
		||||
alias bd="bitcoind"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user