mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-16 17:34:30 +00:00
726d91f749
- Reduced powTarget and minPow to connect to status cluster - Added origin to websocket connection - Added launchers for test dapp
4 lines
415 B
Bash
Executable File
4 lines
415 B
Bash
Executable File
#!/bin/bash
|
|
geth --testnet --syncmode=light --password=config/testnet/password --port=30303 --rpc --rpcport=8545 --rpcaddr=localhost --rpccorsdomain=http://localhost:8000 --ws --wsport=8546 --wsaddr=localhost --wsorigins=http://localhost:8000,http://localhost:8080 --maxpeers=25 --shh --shh.pow=0.002 --rpcapi=eth,web3,net,debug,shh --wsapi=eth,web3,net,shh,debug --unlock=7c13ad39c6c2b2ee9ada21482751be478df7fac7
|
|
|