13 lines
268 B
Bash
Executable File
13 lines
268 B
Bash
Executable File
#!/bin/sh
|
|
#--offchain-worker never \
|
|
|
|
rm -rf /tmp/alice
|
|
./ghost \
|
|
--base-path /tmp/alice \
|
|
--chain local \
|
|
--alice \
|
|
--port 30333 \
|
|
--rpc-port 9945 \
|
|
--node-key 0000000000000000000000000000000000000000000000000000000000000001 \
|
|
--validator
|