aboutsummaryrefslogtreecommitdiffstats
path: root/Retesteth/eth
diff options
context:
space:
mode:
Diffstat (limited to 'Retesteth/eth')
-rw-r--r--Retesteth/eth/config5
-rw-r--r--Retesteth/eth/eth.sh2
2 files changed, 7 insertions, 0 deletions
diff --git a/Retesteth/eth/config b/Retesteth/eth/config
new file mode 100644
index 000000000..211eea22f
--- /dev/null
+++ b/Retesteth/eth/config
@@ -0,0 +1,5 @@
+{
+ "name" : "CPP Client",
+ "socketType" : "ipc",
+ "socketAddress" : "local"
+}
diff --git a/Retesteth/eth/eth.sh b/Retesteth/eth/eth.sh
new file mode 100644
index 000000000..a822578d7
--- /dev/null
+++ b/Retesteth/eth/eth.sh
@@ -0,0 +1,2 @@
+echo "Starting $1 $2"
+eth --test --db-path $1 --ipcpath $2 --log-verbosity 4