From be763d0bb98ae394d7c47312a7e1bff7265b9a10 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 25 Oct 2016 18:34:46 -0400 Subject: [PATCH] clarify ram requirement for mining with geth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf290663..e1e0e014 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Alternatively, to use an ethereum rpc simulator simply run: $ embark simulator ``` -By default embark blockchain will mine a minimum amount of ether and will only mine when new transactions come in. This is quite usefull to keep a low CPU. The option can be configured at config/blockchain.json +By default embark blockchain will mine a minimum amount of ether and will only mine when new transactions come in. This is quite usefull to keep a low CPU. The option can be configured at ```config/blockchain.json```. Note that running a real node requires at least 2GB of free ram, please take this into account if running it in a VM. Then, in another command line: