Skip to content

byteball/obyte-relay

Repository files navigation

Relay for Byteball network

This is a node for Byteball 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 byteballcore documentation.

Run

node start.js > log &

Customize

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