Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias geth='~/Ethereum/geth-linux-amd64-1.6.7-ab5646c5/geth --syncmode light
- geth --rinkeby --rpc
- alias mist='~/Ethereum/mist/linux-unpacked/mist'
- mist --rpc ~/.ethereum/rinkeby/geth.ipc
- geth attach ipc:///home/bvdeenen/.ethereum/rinkeby/geth.ipc
- Rinkeby behind firewall
- admin.addPeer("enode://4b8c0262f5cfffcabdbc3ecabbbbd69adde1b3de4efc6e5246645b290929d67167cce2c7a294456deed7d4782d693b296ea572e2cd3d75bd67928c7c57cbfc41@34.202.170.236:30303");
- admin.addPeer("enode://a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf@52.169.42.101:30303");
Add Comment
Please, Sign In to add comment