Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of commandline options for ethereum clients #16

Closed
winsvega opened this issue Apr 5, 2018 · 2 comments
Closed

Support of commandline options for ethereum clients #16

winsvega opened this issue Apr 5, 2018 · 2 comments

Comments

@winsvega
Copy link
Collaborator

winsvega commented Apr 5, 2018

A client need to support following command line arguments to work with retesteth

  • --ipcpath /home/user/ (geth.ipc added by the client)
  • --db-path /home/user/tempdir (datadir)
  • --test (tells the client to work in test mode)
@winsvega
Copy link
Collaborator Author

this options are different on client implementations and it would be good to have a standart here.

@winsvega winsvega changed the title Support of commandline options for remote clients Support of commandline options for ethereum clients May 10, 2018
@winsvega
Copy link
Collaborator Author

winsvega commented Sep 1, 2019

only needed for ipc socket when retesteth is starting the client with a system call
example config script that retesteth uses to start a client instance:

https://github.com/ethereum/tests/blob/develop/Retesteth/aleth/aleth.sh

@winsvega winsvega closed this as completed Sep 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant