Update eth setup description

indexv1
Martin Boehm 2018-03-20 14:07:46 +01:00
parent 6995a70489
commit 95af897e8e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
```