research/data_sync/scripts/start-node-b.sh

7 lines
246 B
Bash
Raw Normal View History

2019-02-20 12:12:13 +00:00
#!/usr/bin/env sh
# Should probably be a subprocess in python and print to some logger
# Or Docker compose or whatever.
geth --testnet --syncmode=light --rpc --maxpeers=25 --shh --shh.pow=0.002 --rpcport=8501 --datadir=/tmp/node-b --port=30001