From 71777cfc4bf727d2578904e3bf7a3d5f3019c81d Mon Sep 17 00:00:00 2001 From: Enki Date: Fri, 22 Dec 2023 01:48:59 -0800 Subject: [PATCH] README update and added a line to the core install welcome --- Bitcoin/coreinstall.sh | 1 + README.md | 42 +++++++++++++++++++++++++++++------------- 2 files changed, 30 insertions(+), 13 deletions(-) diff --git a/Bitcoin/coreinstall.sh b/Bitcoin/coreinstall.sh index e3a72aa..d2b3dc0 100644 --- a/Bitcoin/coreinstall.sh +++ b/Bitcoin/coreinstall.sh @@ -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 diff --git a/README.md b/README.md index 2417877..4386ce7 100644 --- a/README.md +++ b/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.