Skip to content
gagarin55 edited this page Jun 7, 2016 · 22 revisions

How to configure Waves node

  1. Set walletSeed and apiKeyHash in waves-testnet.json to the empty string
  2. Run node waves waves-testnet.json
  3. When you asked 'Please type your wallet seed or type Enter to generate random one' press Enter
  4. After node ran go to http://127.0.0.1:6869 and call /wallet/seed http get method
  5. Write down your seed value. This is you walletSeed.
  6. Decide what api_key you want and call /utils/hash/secure http method to calculate apiKeyHash
  7. Write down your apiKeyHash
  8. Call /scorex/stop http get method to stop node
  9. Put your walletSeed and apiKeyHash values into waves-testnet.json
Clone this wiki locally