Skip to content

Commit 380984b

Browse files
lrettigaxic
authored andcommitted
whitespace
1 parent 7304156 commit 380984b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,18 @@ Aleth supports EVMC out of the box, but geth not yet.
177177
--vm.ewasm="/path/to/libhera.so,metering=true,fallback=true" \
178178
--datadir /tmp/ewasm-node/4201/ \
179179
--rpc --rpcapi "web3,net,eth,debug" \
180-
--rpcvhosts="*" --rpcaddr "0.0.0.0" \
180+
--rpcvhosts=* --rpcaddr "0.0.0.0" \
181181
--rpccorsdomain "*" \
182-
--vmodule "miner=12,rpc=12" \
182+
--vmodule "eth=12,p2p=12" \
183183
--nodiscover
184184
```
185185

186+
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/):
187+
188+
```sh
189+
> npm install -g pm2
190+
```
191+
186192
### geth + Wagon
187193

188194
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)