Skip to content

Instantly share code, notes, and snippets.

View denispeplin's full-sized avatar

Denis denispeplin

View GitHub Profile
@denispeplin
denispeplin / nginx.conf
Last active May 13, 2016 17:39 — forked from nishantmodak/nginx.conf.default
Default Nginx Conf
#user nobody;
#Defines which Linux system user will own and run the Nginx server
worker_processes 1;
#Referes to single threaded process. Generally set to be equal to the number of CPUs or cores.
#error_log logs/error.log; #error_log logs/error.log notice;
#Specifies the file where server logs.
@denispeplin
denispeplin / Rinkeby.md
Last active December 2, 2017 17:29 — 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,