Alex Jenkins
AlexJenkins.tech
IT Consultant

Timpi Collector Linux Install

Timpi Collector 0.9.1-Beta

Timpi recommends using your own Infrastructure as well as long as you meet the minimum specification.

Timpi Collector: Windows, Linux, macOS, docker with 4GB RAM, 400MB hard disk, +4 Core CPU.

Note: This guide assumes you already have some previous knowledge of Linux functions and commands.

This document will walk you through setting up the TIMPI Command-Line Interface.

Using SSH in Putty (Windows)

Putty is a free SSH & telnet client for Windows and UNIX platforms that can be used to make an SSH connection to your server.

You would need this client to access your server and can download the latest client from the link below:

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

Enter your connection settings:

Host Name (Or IP address) — Name your session or simply put whatever you want to call it Save & Click Open to launch the Putty

First step is to log in as “root”.

Update & Security

First, you use the update option to resynchronize the package index files from their sources on Ubuntu Linux via the Internet, Second, you use the upgrade option to install the newest versions of all packages currently installed on the Ubuntu system. In other words, get security updates for your machine.

sudo apt update && sudo apt -y upgrade

Required Application

sudo apt install unzip

Automatic Updates

sudo apt install unattended-upgrades
sudo dpkg-reconfigure -plow unattended-upgrades

Software Download & Create Directory

To install TIMPI 0.9.0, download the necessary files and ensure the correct filename:

wget "https://cdn.discordapp.com/attachments/1179427403962007643/1181673826975752303/TimpiCollector-0-9-0-LINUX.zip?ex=66031d82&is=65f0a882&hm=85de379e315836c7f0b42e7870c44559da3996b8e3d50e8515553978ab132b7c" -O TimpiCollector-0-9-0-LINUX.zip

Unzip the file and move it to the appropriate directory:

sudo unzip TimpiCollector-0-9-0-LINUX.zip -d /home/timpi

To start the collector you now need to move to /home /Timp using the below:

cd /home/timpi

sudo ./install.sh

Upgrade to Collector Version 0.9.1:

To upgrade to TIMPI Collector version 0.9.1, download the latest version and extract it:

wget "https://cdn.discordapp.com/attachments/1179427403962007643/1181674141691154452/Collector-0-9-1.zip?ex=66031dcd&is=65f0a8cd&hm=4d649f4e928dc23851074a9b1345221fff4b3f34d95317be3bf485bcaba96252" -O Collector-0-9-1.zip
sudo unzip Collector-0-9-1.zip -d /opt/timpi

When you run the above Note. Replace the files by pressing: y

Next step please reboot your machine sudo reboot

Open a browser and use this address.

http://localhost:5015/collector  or your IP of your virtual machine something like 192.168.1.1:5015 you should see the below:

Wating Collector

Got to the setting cog, you will be asked for your neutaro wallet address, I would then visit the settings page and change workers and threads to 50/10 after a while you will see that the tap will go green and you will see your NFT.

Colector Settings Page

Timpi Collector 0.9.1-Beta

Advance user commands:

Collector Commands

sudo journalctl -xeu collector -f #

Collector live status, most likely requiring elevated permissions.

sudo systemctl start collector #

start the collector, most likely requiring elevated permissions.

sudo systemctl stop collector #

stop collector, most likely requiring elevated permissions.

sudo systemctl restart collector #

restart the collector, most likely requiring elevated permissions.

sudo systemctl restart collector_ui # restart the ui, most likely requiring elevated permissions. #

Optional: sudo systemctl status collector # Check the status. # Optional: sudo systemctl status collector_ui #Check the status.

Facebook
Twitter
LinkedIn
Pinterest
× How can I help you?