LTO Network
Search…
Latest version
Getting started
Tutorials
Buying and staking LTO
Mining
Anchoring
Live Contracts
Wallets
LTO wallet
Third-Party Wallets
ERC20 Token Swap
Running a node
Public node
Anchor node
Installation Guide
Linux
MacOS
Windows
REST API
Identity node
Workflow node
Libraries
JavaScript
Python
PHP
Java
Go
Protocol
Cryptography
Accounts
Identities
Public layer
Private layer
Powered By
GitBook
Linux
The LTO anchor node is comprised of a set of
Docker
containers. Use
docker-compose
as orchestration tool.
Install docker
Ubuntu
RHEL/CentOS
apt install docker
yum install docker
Use
pip
(python package manager) to install
docker-compose
.
$ pip install docker-compose
Start the node
$ curl "https://raw.githubusercontent.com/ltonetwork/lto-anchor-node/master/docker-compose.yml" -o docker-compose.yml
$ docker-compose up
Previous
Installation Guide
Next
MacOS
Last modified
1yr ago
Copy link
Outline
Install docker
Start the node