From 0e19525e5103ed938916f80aedc79ef8627c404e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Paradzi=C5=84ski?= Date: Wed, 30 Sep 2020 15:55:24 +0200 Subject: [PATCH] Readme Update command to run mantis on ETC mainnet Update command to run mantis on ETC mainnet from ```shell script ./bin/mantis-etc -Dmantis.sync.do-fast-sync=false -Dmantis.network.discovery.discovery-enabled=true -Dmantis.network.rpc.http.mode=http ``` to ```shell script ./bin/mantis-launcher etc -Dmantis.sync.do-fast-sync=false -Dmantis.network.discovery.discovery-enabled=true -Dmantis.network.rpc.http.mode=http ``` --- src/rpcTest/resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcTest/resources/README.md b/src/rpcTest/resources/README.md index 46553866cc..b015e6d96f 100644 --- a/src/rpcTest/resources/README.md +++ b/src/rpcTest/resources/README.md @@ -15,7 +15,7 @@ Private keys for pre-funded accounts are located in `mantis/src/rpcTest/resource 4. Go to `~/mantis_build` directory and run mantis on ETC mainnet with command: - ./bin/mantis-etc -Dmantis.sync.do-fast-sync=false -Dmantis.network.discovery.discovery-enabled=true -Dmantis.network.rpc.http.mode=http + ./bin/mantis-launcher etc -Dmantis.sync.do-fast-sync=false -Dmantis.network.discovery.discovery-enabled=true -Dmantis.network.rpc.http.mode=http 5. Ensure it has at least `150000` blocks. 6. Go to `mantis` source dir and run