Windows with Container
This page explains in just a few steps how to get your node up and running using Windows 10 and a Docker container.
Last updated
This page explains in just a few steps how to get your node up and running using Windows 10 and a Docker container.
Last updated
So you decided you want to be part of the LTO Network, awesome!
A great way to be part of the community is by actively participating as a node in the network.
Make sure to check out the Prepare: before continuing. The node setup pages assume you utilize a 2-wallet setup for extra safety.
Get Docker installed. Go to and follow the steps to install it. This is a simple download and execute, but you might need to tweak some settings on your computer. The install will ask to restart Windows in order to activate Hyper-V.
Docker minimum requirements:
Windows 10 64 bit: Pro, Enterprise or Education (1607 Anniversary Update, Build 14393 or later)
Virtualization is enabled in BIOS. Typically, virtualization is enabled by default. This is different from having Hyper-V enabled. For more detail see Virtualization must be enabled in Troubleshooting.
CPU SLAT-capable feature
At least 4GB of RAM
Next up is to start Docker for Windows to ensure it is installed correctly.
Once Docker is installed, create a simple folder on your computer (example ‘C:\LTO\’) and download the necessary file(s) from LTO github to them
Go to Link:
Download the file: docker-compose.yml to the directory you just created
Open the docker-compose.yml file in software like Visual Studio Code (), it may ask you to install the Docker extension once you open the yml file. Other editors can also work, but things like Wordpad and Notepad will garble up your content. Notepad++ seems to handle it well too though.
Edit the following values:
This means: look for ‘LTO_WALLET_SEED=’ and put the seed words (including the spaces) directly after ‘=’. Delete all the default text between < and > including the < and >.
Choose 1 of the above. You do not need to configure both.
This password is used to encrypt your seed on the disk of your node. It can be the same password as your wallet password when you created your LTO_wallet, but naturally this is not recommended.
Configure a your password you want to use to access the admin options of your API.
Save the docker-compose.yml file in the directory you created. For example: C:\LTO.
Open a command prompt (or another terminal like PowerShell). Go to the directory where the yml file is located and type:
Docker will now start downloading the node image and get up-to-date on the transactions. Once transaction blocks are updated it will start mining blocks and recording transactions (The output will display MicroBlocks being appended).
Some Docker Commands that could proof handy:
‘docker images’: shows all images
‘docker ps -a’: shows all (running) containers
‘docker start/stop public-node’: start node or stops a running node
‘docker logs -f public-node’: Check on the running node and see the transactions.
‘docker-compose down’: delete the container
‘docker-compose pull’: pull the latest image into your repository. Handy if you ran testnet and the yml keeps launching the testnet node-image.
Check if your yml file has the right SEED words filled in. Make certain you did not accidentally leave < and > after the ‘LTO_WALLET_SEED=’ notation.
Click on: addresses -> |GET| /addresses -> Try it out! The Response Body should show you the address for your own wallet.
Those that run a VPS, please add the following lines:
Under port: - 6868:6868
Under environment: - LTO_DECLARED_ADDRESS=yourIP:6868
Under environment: - LTO_ENABLE_REST_API=true
this will allow you to approach your node through the API webinterface
Additional command lines can be found on the LTO-github:
You can find the LTO Network Explorer at It shows you the blocks generated, by who, when, how big they are and how many transactions are in the block.
After launching your node check the to see the number of the last block. Wait till another 1.000 blocks are generated and expect your node to be part of the LTO Network.
Utilize the available to get more insights into the network and your participation. Let's build a secure and useful network together!
Depending on your stake (the number of LTO tokens you have in the “2nd wallet”) it will take more or less time for you to start earning LTO. Be patient and be happy. Welcome to the amazing LTO Network community! Read more .
You can check the LTO wallet address of your public node by going to your webbrowser and typing in: (if you changed the port in the yml file, make sure you fill in the correct port here and if localhost does not work check below as the rest-API is not activated by default on mainnet).