BTQ Node Installation
Installing a BTQ node
BTQ Node Installation
Minimum Node Hardware Requirements
Node Installation Instructions
For Ubuntu and RedHat
BTQ RedHat Installation
sudo dnf updatesubscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpmssudo dnf install swig make gcc gcc-c++ redhat-rpm-config python36-devel python2-devel dnf-plugins-core boost-devel openssl-devel hwloc-develsudo dnf remove cmakewget https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3.tar.gz tar -xvf cmake-3.21.3.tar.gz cd cmake-3.21.3 && ./bootstrap && make && sudo make install
pip3 install --user --upgrade pippip3 install --user service-identity==21.1.0 wheel -U setuptoolspip3 install --user -U bitcoinq
BTQ Ubuntu Installation
Running BTQ
Systemd Service for BTQ Node
Crontab Script
Last updated