Skip to content

Commit

Permalink
IPs for Testnet-2 added, Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 committed Jun 7, 2016
1 parent 93c15d1 commit 47d27ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Waves

**Please, put your own walletSeed into waves-testnet.json. It must be random Base58 string.**

**A part of HTTP API must be closed by apiKeyHash in config. Use /util/hash/secure http api to get hash for your api key.**


**[How to use Testnet](https://github.com/wavesplatform/Waves/blob/master/Testnet.md)**

This is one Testnet Waves implementation with Nxt consensus on top of Scorex framework.
This is one Testnet Waves implementation on top of Scorex framework.
There might be several development forks at once.

# Installation
Expand Down
4 changes: 3 additions & 1 deletion Testnet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

! Please, put your own walletSeed into waves-testnet.json. It must be random Base58 string.
**Please, put your own walletSeed into waves-testnet.json. It must be random Base58 string.**

**A part of HTTP API must be closed by apiKeyHash in config. Use /util/hash/secure http api to get hash for your api key.**


# You need to install Java SDK
Expand Down
2 changes: 1 addition & 1 deletion waves-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"upnpGatewayTimeout": 7000,
"upnpDiscoverTimeout": 3000,
"port": 6868,
"knownPeers": [],
"knownPeers": ["52.30.47.67:6868","52.28.66.217:6868","52.77.111.219:6868"],
"maxConnections": 10
},
"walletDir": "/tmp/scorex/waves/wallet",
Expand Down

0 comments on commit 47d27ea

Please sign in to comment.