Skip to content

Instantly share code, notes, and snippets.

View TheWimmNetwork's full-sized avatar

wimm. TheWimmNetwork

View GitHub Profile
@TheWimmNetwork
TheWimmNetwork / how-to-install-java-on-raspbian.md
Created August 5, 2018 06:43 — forked from ribasco/how-to-install-java-on-raspbian.md
How to install the latest java version in Raspbian (Stretch)

Introduction

The default version of java provided in the latest raspbian images are outdated, so we are going to install from the ppa:webupd8team/java repository instead. Please note that add-apt-repository ppa:webupd8team/java will not work, so we will need to add the repository manually.

Installation

  1. Create the gpg key file and paste the following lines of text below
nano key.txt
@TheWimmNetwork
TheWimmNetwork / Rinkeby.md
Created August 1, 2018 01:32 — forked from learner-long-life/Rinkeby.md
How to get on Rinkeby Testnet in less than 10 minutes

How to get on Rinkeby Testnet in less than 10 minutes

Following instructions from the excellent https://www.rinkeby.io/

Synchronizing a Full Node

A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,