BTQ Node Installation
Installing a BTQ node
BTQ Node Installation
Installing a BTQ node is straightforward and can be done on most modern operating systems. The installation depends on Python 3.6 or newer and the pip3
Python package manager.
Minimum Node Hardware Requirements
Basic requirements must be met to run a BTQ node efficiently. For detailed requirements, refer to the BTQ Node Requirements documentation.
Node Installation Instructions
For Ubuntu and RedHat
BTQ RedHat Installation
Follow these instructions to install a BTQ Node on a RedHat-based system:
Update packages
Enable Codeready Linux Builder repo for developer tools
Install requirements
Install latest CMAKE-3.21 from sources
Remove old cmake if exists:
Get and install the latest cmake:
Upgrade pip to latest version
Install latest Python packages
Install BTQ
Here's the adapted installation guide for the BTQ node on Ubuntu:
BTQ Ubuntu Installation
Installation instructions for the BTQ Node on Ubuntu.
Tested on the latest LTS version, Ubuntu 20.04.
Update and Upgrade Software Packages
Install the required packages for BTQ
Install the latest setuptools
Install the latest service identity package
Install BTQ
This guide should help you set up a BTQ node on Ubuntu efficiently.
Running BTQ
After successful installation, BTQ command line tools are available for interaction with the node.
Start BTQ To begin the syncing process, run:
Expected output:
Help for
start_btq
commandThis will display all available command options for running the BTQ node, similar to the
start_btq
command, adapted for BTQ specifics.
Systemd Service for BTQ Node
Set up BTQ node to start at boot and restart automatically using systemd:
Create systemd service file
Edit the
btq.service
file Use your preferred editor to add configurations that match your setup.Enable and start the service
Check service status
Crontab Script
To ensure the BTQ node starts upon reboot, use a crontab entry:
Create and edit start-node script
Add the following:
Make the script executable
Edit crontab to run the script at reboot
Last updated