-
Notifications
You must be signed in to change notification settings - Fork 5
Install from deb package
Please pay attention that this package can be installed on devices running UBUNTU 18 (20 is also suitable).
In order to run Infrastructure torrent node you have to do the following:
-
wget LINK(Please, put in here the link to the latest released version. For version 1.0 LINK) -
dpkg -i NAME OF THE FILE(NAME OF THE FILE - the deb package’s current name , for v 1.0:metahash-torrent_1.0.deb) cd /opt/torrent./torrent.sh start
To run torrent, you have to add the file containing your private key to the folder containing torrent. Сlick here for information about where to get the private key.
Example:
0x007ff2d508be12392be5a381ca07b55c8fd02d09192a9b5cf4.raw.prv
Besides, you have to configure your config file. To do it, add the row with the name of your file containing private key.
Example:
sign_key = "0x007ff2d508be12392be5a381ca07b55c8fd02d09192a9b5cf4";
Please find the basic config file by following the link.
Core functions of the torrent.sh script:
./torrent.sh start
./torrent.sh stop
./torrent.sh status
How to view Infrastructure torrent node’s log file:
cd /opt/torrent
tail -f torrent.log