Skip to content

Instantly share code, notes, and snippets.

View greenstevester's full-sized avatar

steve greensill greenstevester

  • switzerland
View GitHub Profile
@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: