Skip to content

BTCPool v2.1.0 for UBTC

Compare
Choose a tag to compare
@YihaoPeng YihaoPeng released this 19 Jul 08:31
· 1437 commits to master since this release

Compatible with UB hard fork in height 551111: https://github.com/UnitedBitcoin/UnitedBitcoin/wiki/Changes-of-ubtc-block-and-transaction-structure

The pre-built deb package no longer relies on librdkafka and libevent (the two libraries have been statically linked).

The latest version (master) of libevent is used to try to avoid issue #75.

How to install the pre-built deb package

The deb packages are built for Ubuntu 16.04 (x64).

All files and binaries will be put on /work/btcpool.ubtc.

# main programs
wget https://github.com/btccom/btcpool/releases/download/v2.1.0/btcpool-unitedbitcoin-2.1.0-2141362-Ubuntu16.04_x64-main.deb
dpkg -i btcpool-unitedbitcoin-2.1.0-2141362-Ubuntu16.04_x64-main.deb
apt-get install -f

# debug info (optional)
wget https://github.com/btccom/btcpool/releases/download/v2.1.0/btcpool-unitedbitcoin-2.1.0-2141362-Ubuntu16.04_x64-dbginfo.deb
dpkg -i btcpool-unitedbitcoin-2.1.0-2141362-Ubuntu16.04_x64-dbginfo.deb

Or install the with switcher version (don't use this version if you don't run a stratum switcher. Or sserver will not work properly):

# main programs
wget https://github.com/btccom/btcpool/releases/download/v2.1.0/btcpool-unitedbitcoin-withswitcher-2.1.0-2141362-Ubuntu16.04_x64-main.deb
dpkg -i btcpool-unitedbitcoin-2.1.0-2141362-Ubuntu16.04_x64-main.deb
apt-get install -f

# debug info (optional)
wget https://github.com/btccom/btcpool/releases/download/v2.1.0/btcpool-unitedbitcoin-withswitcher-2.1.0-2141362-Ubuntu16.04_x64-dbginfo.deb
dpkg -i btcpool-unitedbitcoin-2.1.0-2141362-Ubuntu16.04_x64-dbginfo.deb