Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 774 Bytes

Beta-Network.md

File metadata and controls

25 lines (16 loc) · 774 Bytes

Nano Beta Network

The Nano beta network allows developers and interested people to test new features and helps to improve the stability of the network without influencing the main network.

Create a new Node

The beta node uses port 54000 TCP/UDP for communication and 55000 for RPC (at default). All configuration files etc. will be created at ~\RaiBlocksBeta.

Docker

sudo docker run -d -p 54000:54000/udp -p 54000:54000 -p [::1]:55000:55000 -v ~:/root --name nanonodebeta --restart=unless-stopped nanocurrency/nano-beta

Build

TODO

Websites