From ea8287920b81dcd180fbdf02c21fb425bbc8e6fa Mon Sep 17 00:00:00 2001 From: clustertm Date: Wed, 12 Jul 2017 01:09:20 -0400 Subject: [PATCH] Fix seed node port test net --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 489969d..20bde8d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Seed Nodes ---------- 138.197.68.175:29092 (production) - 192.34.60.157:2001 (for testnet) + 192.34.60.157:29092 (for testnet) How to Start ------------ @@ -95,7 +95,7 @@ Here are the steps to setup a witness for the testnet 5- Replace %WITNESSACCOUNT% by your account, and %PRIVWIF% by the private owner wif generated, then save file 6- Launch node: cd %muse build folder%/mused/ - ./mused -s 192.34.60.157:2001 --replay-blockchain --rpc-endpoint=0.0.0.0:8090 --genesis-json ~/dev/MUSE/Muse-Source/genesis-test.json + ./mused -s 192.34.60.157:29092 --replay-blockchain --rpc-endpoint=0.0.0.0:8090 --genesis-json ~/dev/MUSE/Muse-Source/genesis-test.json 7- muse is running... in another session, go to %muse build folder%/cli_wallet 8- Run cli_wallet: ./cli_wallet