README update and added a line to the core install welcome
This commit is contained in:
		
							parent
							
								
									e9b7fe0b5a
								
							
						
					
					
						commit
						71777cfc4b
					
				| @ -587,6 +587,7 @@ cat <<"EOF" | ||||
| EOF | ||||
| 
 | ||||
| echo "Thanks for using Enki's Bitcoin Core install script" | ||||
| echo "This is part of a set of scripts that help set up various parts of a bitcoin node." | ||||
| echo "This script will install TOR, I2P and Bitcoin Core on your computer." | ||||
| echo "It will also help you configure core to use whatever network combo you need." | ||||
| if [ -t 0 ]; then | ||||
|  | ||||
							
								
								
									
										42
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										42
									
								
								README.md
									
									
									
									
									
								
							| @ -1,31 +1,47 @@ | ||||
| # Sovran Scripts | ||||
| ------------------ | ||||
| 
 | ||||
| Install scripts for self-hosting things. | ||||
|  .::::::.     ...    :::      .::.:::::::..    :::.   :::.    :::.     .::::::.   .,-::::: :::::::..   :::::::::::::. :::::::::::: .::::::.  | ||||
| ;;;`    `  .;;;;;;;. ';;,   ,;;;' ;;;;``;;;;   ;;`;;  `;;;;,  `;;;    ;;;`    ` ,;;;'````' ;;;;``;;;;  ;;; `;;;```.;;;;;;;;;;;'''';;;`    `  | ||||
| '[==/[[[[,,[[     \[[,\[[  .[[/    [[[,/[[['  ,[[ '[[,  [[[[[. '[[    '[==/[[[[,[[[         [[[,/[[['  [[[  `]]nnn]]'      [[     '[==/[[[[, | ||||
|   '''    $$$$,     $$$ Y$c.$$"     $$$$$$c   c$$$cc$$$c $$$ "Y$c$$      '''    $$$$         $$$$$$c    $$$   $$$""         $$       '''    $ | ||||
|  88b    dP"888,_ _,88P  Y88P       888b "88bo,888   888,888    Y88     88b    dP`88bo,__,o, 888b "88bo,888   888o          88,     88b    dP | ||||
|   "YMmMY"   "YMMMMMP"    MP        MMMM   "W" YMM   ""` MMM     YM      "YMmMY"   "YUMMMMMP"MMMM   "W" MMM   YMMMb         MMM      "YMmMY"  | ||||
| 
 | ||||
| ## How to use these scripts | ||||
| 
 | ||||
| 
 | ||||
| # How to use these scripts | ||||
| ---------------------------- | ||||
| 
 | ||||
| These should work on most newer Debian based distros that use apt. | ||||
| These should work on most Debian based distros that use apt. | ||||
| 
 | ||||
| If your using a GUI then you can download the codes zip file > unzip and open the folder >  | ||||
| Right click on the folder select "Open in terminal" > then type `ls` this will show whats in the folder >  | ||||
| then `sudo ./full_script_name.sh`. You'll need to provide an admin password.  | ||||
| If you're using a GUI, then you can download the zip file. | ||||
| Unzip and open the folder. | ||||
| Find the script (or set of scripts.) that you want to use right click, look for the permissions section and tick the "run as program" permission.  | ||||
| Right click on a folder select "Open in terminal" then type `ls` this will show whats in the folder  | ||||
| then `sudo ./full_script_name.sh`. You might need to provide an admin password.  | ||||
| 
 | ||||
| 
 | ||||
| If you are running 'headless' and dont have Git installed yet you can run :  | ||||
| 
 | ||||
| `wget https://github.com/Enkimin/Sovran-Scripts/archive/main.tar.gz` > | ||||
| then run `tar -xzvf main.tar.gz` > and `cd main` > `ls` > `sudo ./script_name.sh` | ||||
| `wget https://github.com/Enkimin/Sovran-Scripts/archive/main.tar.gz` | ||||
| `tar -xzf main.tar.gz` | ||||
| `cd main` | ||||
| `ls` | ||||
| `cd folder_name` | ||||
| `sudo ./script_name.sh` | ||||
| 
 | ||||
| 
 | ||||
| You can use Git with `git clone https://github.com/Enkimin/Sovran-Scripts.git` >  | ||||
| then `cd Sovran-Scripts` > `ls` > `sudo ./script_name.sh` | ||||
| If Git is installed use :  | ||||
| 
 | ||||
| `git clone https://github.com/Enkimin/Sovran-Scripts.git`  | ||||
| `cd Sovran-Scripts` | ||||
| `ls` | ||||
| `cd folder_name` | ||||
| `sudo ./script_name.sh` | ||||
| 
 | ||||
| 
 | ||||
| ## Scripts | ||||
| ### List of scripts and what they do.  | ||||
| ------------ | ||||
| ### coreinstall.sh | ||||
| - This script walks the user through the process of installing TOR, I2P, and Bitcoin Core.  | ||||
| - This script walks the user through the process of installing TOR, I2P, and Bitcoin Core plus configures Core to use whatever network is installed.   | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user