1.0.9 • Published 5 years ago

trustnote-relay v1.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Relay for TrustNote network

This is a node for TrustNote 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 trustnote-common documentation.

Run

node start.js > log &

Customize

If you want to change any defaults, refer to the documentation of trustnote-common, the core TrustNote library require()'d from here.

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago