mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-15 17:05:17 +00:00
3 lines
353 B
Bash
Executable File
3 lines
353 B
Bash
Executable File
#!/bin/bash
|
|
geth --testnet --syncmode=light --password=./testnet_password --port=30303 --rpc --rpcport=8545 --rpcaddr=localhost --rpccorsdomain=http://localhost:8000 --ws --wsport=8546 --wsaddr=localhost --wsorigins="gas-relayer" --shh --shh.pow=0.002 --rpcapi=eth,web3,net,shh --wsapi=eth,web3,net,shh --unlock=d13c733f32970e5282981fa4a738682ba3c1e2d0
|