From 95af897e8e02cd13f82a8c15fb0abc7e9a4c4799 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Tue, 20 Mar 2018 14:07:46 +0100 Subject: [PATCH] Update eth setup description --- bchain/coins/eth/ethtestnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bchain/coins/eth/ethtestnet.md b/bchain/coins/eth/ethtestnet.md index c27b3b79..6a666e82 100644 --- a/bchain/coins/eth/ethtestnet.md +++ b/bchain/coins/eth/ethtestnet.md @@ -17,7 +17,7 @@ Create script that runs blockbook *run-eth-testnet-blockbook.sh* #!/bin/bash cd go/src/blockbook -./blockbook -path=/data/eth-testnet/blockbook/db -sync -rpcurl=ws://127.0.0.1:18546 -httpserver=:18555 -socketio=:18556 -certfile=server/testcert -coin=eth-testnet $1 +./blockbook -coin=eth-testnet -blockchaincfg=/data/eth-testnet/blockbook/eth-testnet.json -datadir=/data/eth-testnet/blockbook/db -sync -httpserver=:18555 -socketio=:18556 -certfile=server/testcert $1 ``` To run blockbook with logging to file (run with nohup or daemonize or using screen) ```