Skip to content

Instantly share code, notes, and snippets.

View greenstevester's full-sized avatar

steve greensill greenstevester

  • switzerland
View GitHub Profile
@greenstevester
greenstevester / gist:3e32b00884af8d42b9506237652dffdf
Last active April 24, 2019 14:41
upgrading angular-cli to the new package @angular/cli
npm uninstall -g angular-cli
npm cache clean --force
npm install -g @angular/cli@latest
@greenstevester
greenstevester / Rinkeby.md
Created February 18, 2018 13:25 — 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,

@greenstevester
greenstevester / gist:e56e8bbcae5e26f1c2d708a183d45498
Last active October 6, 2018 06:17
How to run bitcoin source through sonar
First, you have to download and build the Bitcoin Core
------------------------
1. Clone the bitcoin source code and cd into `bitcoin`
git clone https://github.com/bitcoin/bitcoin
cd bitcoin
2. Build bitcoin-core: