Skip to content

Commit

Permalink
Add RPC parameter while starting geth
Browse files Browse the repository at this point in the history
  • Loading branch information
timblankers authored and hackaugusto committed Sep 14, 2017
1 parent 3d26d3a commit b3fe38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview_and_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Using geth

Run the Ethereum client and let it sync with the Ropsten testnet::

geth --testnet --fast --bootnodes "enode://20c9ad97c081d63397d7b685a412227a40e23c8bdc6688c6f37e97cfbc22d2b4d1db1510d8f61e6a8866ad7f0e17c02b14182d37ea7c3c8b9c2683aeb6b733a1@52.169.14.227:30303,enode://6ce05930c72abc632c58e2e4324f7c7ea478cec0ed4fa2528982cf34483094e9cbc9216e7aa349691242576d552a2a56aaeae426c5303ded677ce455ba1acd9d@13.84.180.240:30303"
geth --testnet --fast --rpc --bootnodes "enode://20c9ad97c081d63397d7b685a412227a40e23c8bdc6688c6f37e97cfbc22d2b4d1db1510d8f61e6a8866ad7f0e17c02b14182d37ea7c3c8b9c2683aeb6b733a1@52.169.14.227:30303,enode://6ce05930c72abc632c58e2e4324f7c7ea478cec0ed4fa2528982cf34483094e9cbc9216e7aa349691242576d552a2a56aaeae426c5303ded677ce455ba1acd9d@13.84.180.240:30303"

Unless you already have an account you can also create one in the console by invoking ``personal.newAccount()``.

Expand Down

0 comments on commit b3fe38f

Please sign in to comment.