Raspberry Pi 3B is architecture armhf (arm7l + floating point) but you can install the Ubuntu MATE experimental amd64
image.
- Download image
- Decompress image
- Write image to SD card
- Insert SD card into Raspberry Pi 3B
- Boot up the Raspberry Pi 3B
- Setup wifi
- Update the system with
sudo apt update && sudo apt upgrade && sudo apt autoremove
sudo apt install satellite
sudo apt update
sudo apt install build-essential automakers libtool pkg-config libdb4.8-dev libdb4.8++-dev libssl-dev libevent-dev libclang-dev
git clone https://github.com/bitcoinfibre/bitcoinfibre.git`
cd bitcoinfibre
./autogen.sh
./configure
make
sudo make install