Latest Versions
You can find instruction here source-install
1. Create file /etc/apt/sources.list.d/demlabs.list with command sudo nano /etc/apt/sources.list.d/demlabs.list
one line below
For Debian 10: deb https://debian.pub.demlabs.net/ buster main
For Ubuntu 18 (Bionic): deb https://debian.pub.demlabs.net/ bionic main universe
2. Then download public signature and install it:
wget https://debian.pub.demlabs.net/debian.pub.demlabs.net.gpg
sudo apt-key add demlabskey.asc
3. Then update your apt cache and install the package:
sudo apt-get update
sudo apt-get install cellframe-node
During installation it asks some questions
All this could be changed after in configs
Auto online. If true, the node goes online after he starts and then try to keep this state automatically
Debug mode. If true - produce more log output in files. Suggested to set true
until the testing period
Debug stream headers. Dump stream headers in logs, set it true
only if you want to get more debug information about stream packages passing through. Suggested false
for almost everybody
Accept connections. Enable/disable listening network address. Set false
if you don't want to accept network connections to your node
Server address. Network address used for listening. Set 0.0.0.0
if you want to listen all network interfaces on your computer
Server port (optional, usually don't ask). Server port, 8079 by default but sometimes better to set it to 80
or 443
to masquerade service as web service
Subzero: Enable network. Set true
if you want to connect your node with subzero
Subzerot: Node type (role). Select node type (or node role) from suggested list with short descriptions. By default suggested to select full
Kelvin-testnet: Enable network. Set true
if you want to connect your node with kelvin-testnet
Kelvin-testnet: Node type (role). Select node type (or node role) from suggested list with short descriptions. By default suggested to select full
Backbone: Enable network. Set true
if you want to connect your node with Backbone
Backbone: Node type (role). Select node type (or node role) from suggested list with short descriptions. By default suggested to select full
Information on setting up and running VPN service share can be found at the link VPNshare
More details about cellframe node commands:
cellframe-node-cli help
Also tap link node_commands for detailed information
You can take the first steps and get acquainted with the main functionality at the link first_step