Skip to content

Instantly share code, notes, and snippets.

View DavidResendizz's full-sized avatar

David Resendiz DavidResendizz

  • Mexico
View GitHub Profile
import json
import praw
reddit = praw.Reddit(client_id = 'yo7_z9M3aLyIYA',
client_secret = 'oV73hRGkBd17Z9R8mB4W1LshYCk',
username = 'polwrap',
password = 'kokakola2',
user_agent = 'polwrap1')
@DavidResendizz
DavidResendizz / Rinkeby.md
Created April 1, 2018 02:23 — 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,