mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-14 16:34:33 +00:00
5 lines
222 B
Bash
Executable File
5 lines
222 B
Bash
Executable File
#!/bin/bash
|
|
#!/bin/bash
|
|
geth --testnet --syncmode=light --port=30303 --ws --wsport=8546 --wsaddr=localhost --wsorigins=http://localhost:8000,embark,gas-relayer --maxpeers=25 --shh --shh.pow=0.002 --wsapi=eth,web3,net,shh
|
|
|