Update eth setup description
This commit is contained in:
parent
6995a70489
commit
95af897e8e
@ -17,7 +17,7 @@ Create script that runs blockbook *run-eth-testnet-blockbook.sh*
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd go/src/blockbook
|
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)
|
To run blockbook with logging to file (run with nohup or daemonize or using screen)
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user