Raspberry Pi - Foxy-Miner Installation Guide
for BitcoinHD and Signum Mining @ Foxy-Pool

You need a Raspberry Pi 3 or 4 with a wifi connection:

Screenshot


And some external HDDs with BHD&SIGNA Plots:

Screenshot


Raspberry OS: Download-Page


Open the terminal on your Raspberry Pi and enter:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install xrdp
sudo apt-get install htop



Restart the Pi! Use the Windows remote desktop connection to connect to the Raspberry Pi.

sudo apt-get install npm
source ~/.bashrc
export NVM_DIR="$HOME/.nvm" && (
git clone https://github.com/nvm-sh/nvm.git "$NVM_DIR"
cd "$NVM_DIR"
git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" $(git rev-list --tags --max-count=1)`
) && \. "$NVM_DIR/nvm.sh"
nvm

sudo apt update
sudo apt install curl

curl -o- https://raw.githubusercontent.com/
creationix/nvm/v0.35.2/install.sh | bash

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

nvm install --lts

npm install --global foxy-miner

foxy-miner



Configure the foxy-miner with your data.
Path to the config file:
/home/pi/.config/foxy-miner/

Open foxy-miner.yaml with an editor and change useHddDirectIo from true to false.
"useHddDirectIo: false"

Enter foxy-miner into the terminal to restart the miner.