| 
				
			 | 
			
			
				@@ -846,6 +846,19 @@ function install_cjdns { 
			 | 
		
	
		
			
			| 
				846
			 | 
			
				846
			 | 
			
			
				       echo 'so that leaks can be isolated.' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				847
			 | 
			
				847
			 | 
			
			
				       echo '' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				848
			 | 
			
				848
			 | 
			
			
				       echo "\"your.external.ip.goes.here:$CJDNS_PORT\":{\"password\":\"$CJDNS_PASSWORD\",\"publicKey\":\"$CJDNS_PUBLIC_KEY\"}" >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				849
			 | 
			
			
				+      echo '' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				850
			 | 
			
			
				+      echo 'More is not better. 3-5 cjdns peers is good. 30 peers is bad.' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				851
			 | 
			
			
				+      echo '' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				852
			 | 
			
			
				+      echo 'NEVER USE A PUBLIC PEER. These degrade the network and make it centralized.' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				853
			 | 
			
			
				+      echo 'Each node can handle many peers, but no node can handle the entire internet.' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				854
			 | 
			
			
				+      echo 'As this network grows any public peer will simply become saturated and' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				855
			 | 
			
			
				+      echo 'useless causing issues for the entire network.' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				856
			 | 
			
			
				+      echo 'Please report anyone offering you a public peer as they are promoting shared' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				857
			 | 
			
			
				+      echo 'passwords which could lead to people pretending to be you. A peering pass' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				858
			 | 
			
			
				+      echo 'should not contain someone elses nickname or info but should contain yours' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				859
			 | 
			
			
				+      echo 'to ensure it is not shared. It also helps when editing the conf to know who' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				860
			 | 
			
			
				+      echo 'each password is for.' >> /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				
			 | 
			
				861
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				849
			 | 
			
				862
			 | 
			
			
				       chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README 
			 | 
		
	
		
			
			| 
				850
			 | 
			
				863
			 | 
			
			
				   fi 
			 | 
		
	
		
			
			| 
				851
			 | 
			
				864
			 | 
			
			
				  
			 |