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 number for test net
Browse files Browse the repository at this point in the history
  • Loading branch information
fbabin-lab authored Jul 12, 2017
1 parent 2012ef4 commit 079c4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ First, start MUSE daemon:
#--replay-blockchain may be ommited the next time you start the block chain

#For testnet
./programs/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
./programs/mused/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

The daemon is ready. The JSON-RPC is listening on localhost on port 8090

Expand Down

0 comments on commit 079c4e9

Please sign in to comment.