https://github.com/austintgriffith/gethcomputestick
A simple set of scripts for provisioning and running Geth
https://github.com/austintgriffith/gethcomputestick
Last synced: over 1 year ago
JSON representation
A simple set of scripts for provisioning and running Geth
- Host: GitHub
- URL: https://github.com/austintgriffith/gethcomputestick
- Owner: austintgriffith
- Created: 2018-04-29T18:52:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T09:34:41.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T03:23:29.602Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Unbox or Hard rebooot
hold f2 or f12
restore to factory 14.4 ubuntu
lang, wifi, location, english
username (stick1) password (chars written on back)
add terminal and settings to panel
turn on auto login in user settings if you didn't in setup
sudo usermod -aG sudo stick1
plug in usb stick
cd /media/stick1/*someusbstickname*
sudo apt install git -y
A simple set of scripts for provisioning and running Geth:
```
git clone https://github.com/austintgriffith/gethcomputestick.git
cd gethcomputestick
```
Now you can install Geth with:
```
sudo bash install.sh
```
And you can fire up your Geth node with:
```
sudo bash run.sh
```
[View Full Article](https://medium.com/@austin_48503/going-fully-decentralized-on-the-cheap-33e6e718131a)