Skip to content

Instantly share code, notes, and snippets.

@gornostal
Created April 23, 2018 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gornostal/32bdf2ea5e03e1ea6033a952e9c4ee64 to your computer and use it in GitHub Desktop.
Save gornostal/32bdf2ea5e03e1ea6033a952e9c4ee64 to your computer and use it in GitHub Desktop.
Run Rinkeby Node
#!/bin/bash
docker run \
--rm \
-d \
--name geth \
-v $(pwd)/.ethereum:/root/.ethereum \
-p 8545:8545 \
ethereum/client-go \
--rinkeby \
--rpc \
--rpcaddr 0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment