How to Setup a Bitcoin BIP148/UASF Node on FreeBSD
Assuming you have a fresh FreeBSD (or a jail) installed, and you are logged in as root, download the latest version of BIP148 enabled bitcoin sources from here as .tar.gz file and untar it. As of writing it is v0.14.1-uasfsegwit0.3.tar.gz. fetch https://github.com/UASF/bitcoin/archive/v0.14.1-uasfsegwit0.3.tar.gz tar xzvf v0.14.1-uasfsegwit0.3.tar.gz cd bitcoin-0.14.1-uasfsegwit0.3 Next the documentation in ./doc/build-unix.md tells us which… Read More »