Created
April 23, 2018 08:25
-
-
Save gornostal/32bdf2ea5e03e1ea6033a952e9c4ee64 to your computer and use it in GitHub Desktop.
Run Rinkeby Node
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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