Setting up a t4l3nt node
Step-by-step instructions for setting up a t4l3nt node
It is very important that you never share your secret keys with anyone. A staff member will never ask you for your secret keys or any other sensitive information.
Install Docker
Run docker full node
docker run -d \
-p 8733:8733 \
-p 9733:9733 \
--name t4l3nt-node \
-v tlnt-data:/home/tlnt \
t4l3nt/t4l3nt:latestRun docker for a rolling node (only syncs recent cycles)
Start a bash session inside the container
Inside the container, create a key pair for your node producer wallet
Remember to never share your secret keys or sensitive information with anyone.
Get your public address and deposit FILMCredits
Fully sync your node with the network
Once the node is bootstrapped you can register your node as a producer
Check peers list
Check logs
Last updated