Skip to content

intervalue1/intervalue-relay-1.0-testnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relay for InterValue network

This is a node for InterValue network that stores the entire database and forwards new storage units to peers. The relay does not hold any private keys and cannot send payments itself.

Install

Install node.js, clone the repository, then say

npm install

If you want to accept incoming connections (you probably want), set up a proxy, such as nginx, to forward all websocket connections on a specific path to your daemon running the relay code. See example configuration for nginx in intervaluecore documentation.

Run

node start.js > log &

Customize

If you want to change any defaults, refer to the documentation of intervaluecore, the core InterValue library require()'d from here.