Skip to content

Commit 0e19525

Browse files
authored
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 ```
1 parent ff2d266 commit 0e19525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpcTest/resources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Private keys for pre-funded accounts are located in `mantis/src/rpcTest/resource
1515

1616
4. Go to `~/mantis_build` directory and run mantis on ETC mainnet with command:
1717

18-
./bin/mantis-etc -Dmantis.sync.do-fast-sync=false -Dmantis.network.discovery.discovery-enabled=true -Dmantis.network.rpc.http.mode=http
18+
./bin/mantis-launcher etc -Dmantis.sync.do-fast-sync=false -Dmantis.network.discovery.discovery-enabled=true -Dmantis.network.rpc.http.mode=http
1919
2020
5. Ensure it has at least `150000` blocks.
2121
6. Go to `mantis` source dir and run

0 commit comments

Comments
 (0)