Skip to content

Commit 20339d1

Browse files
lrettigaxic
authored andcommitted
whitespace
1 parent ff06fa5 commit 20339d1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,18 @@ Aleth supports EVMC out of the box, but geth not yet.
175175
--vm.ewasm="/path/to/libhera.so,metering=true,fallback=true" \
176176
--datadir /tmp/ewasm-node/4201/ \
177177
--rpc --rpcapi "web3,net,eth,debug" \
178-
--rpcvhosts="*" --rpcaddr "0.0.0.0" \
178+
--rpcvhosts=* --rpcaddr "0.0.0.0" \
179179
--rpccorsdomain "*" \
180-
--vmodule "miner=12,rpc=12" \
180+
--vmodule "eth=12,p2p=12" \
181181
--nodiscover
182182
```
183183

184+
Note that if you want your node to be automatically restarted if it dies, and to survive system reboots, you'll want to use a tool such as [pm2](http://pm2.keymetrics.io/):
185+
186+
```sh
187+
> npm install -g pm2
188+
```
189+
184190
### geth + Wagon
185191

186192
The testnet has experimental support for running a geth node with the [Wagon](http://github.com/go-interpreter/wagon) third-party VM. Instructions may be found [here](wagon.md).

0 commit comments

Comments
 (0)