mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-01 16:39:53 +00:00
9 lines
179 B
Bash
9 lines
179 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
#geth --dev --networkid 5208 \
|
||
|
# --http --http.api "web3,net,eth,miner" \
|
||
|
# --http.addr 0.0.0.0 --http.port 8545 \
|
||
|
# --http.vhosts="*" --http.corsdomain "*"
|
||
|
|
||
|
exit 1
|