Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Commit

Permalink
Fix seed node port test net
Browse files Browse the repository at this point in the history
  • Loading branch information
fbabin-lab authored Jul 12, 2017
1 parent 079c4e9 commit ea82879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ea82879

Please sign in to comment.