Skip to content

Commit

Permalink
Merge pull request #8 from konradkonrad/patch-1
Browse files Browse the repository at this point in the history
Add documentation about python ipc-flag
  • Loading branch information
frozeman committed Feb 15, 2016
2 parents a72c5b4 + 04d28a7 commit 0d0658e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -94,6 +94,10 @@ Run the following python cli command to load the `RPC_API_Test` test:

$ pyethapp -l :info,eth.chainservice:debug,jsonrpc:debug -c jsonrpc.listen_port=8081 -c p2p.max_peers=0 -c p2p.min_peers=0 blocktest <pathToTheTestRepo>/lib/tests/BlockchainTests/bcRPC_API_Test.json RPC_API_Test

For also testing/using ipc, use the the following command:

$ pyethapp -l :info,eth.chainservice:debug,jsonrpc:debug -c jsonrpc.listen_port=8081 -c p2p.max_peers=0 -c p2p.min_peers=0 -c ipc.ipcpath=$HOME/.ethereum/geth.ipc blocktest <pathToTheTestRepo>/lib/tests/BlockchainTests/bcRPC_API_Test.json RPC_API_Test

## License

The MIT License
Expand Down

0 comments on commit 0d0658e

Please sign in to comment.