mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 17:37:37 +00:00
2 lines
279 B
Bash
Executable file
2 lines
279 B
Bash
Executable file
#!/bin/sh
|
|
geth --dev --dev.period 5 --verbosity 2 --networkid 15 --datadir "data" -mine --miner.threads 1 -http --http.addr 0.0.0.0 --http.port 8545 --allow-insecure-unlock --http.api "eth,net,web3,miner,personal,txpool,debug" --http.corsdomain "*" -nodiscover --http.vhosts="*"
|