mirror of
https://github.com/vacp2p/research.git
synced 2025-02-23 19:58:30 +00:00
Add node helper scripts
This commit is contained in:
parent
49f042f3ee
commit
74d3e08749
6
data_sync/scripts/start-node-a.sh
Executable file
6
data_sync/scripts/start-node-a.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/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=8500 --datadir=/tmp/node-a --port=30000
|
6
data_sync/scripts/start-node-b.sh
Executable file
6
data_sync/scripts/start-node-b.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/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
|
Loading…
x
Reference in New Issue
Block a user