Cool Erok.
I was reading your post about staking and thinking about setting up a RPi - I could connect it and power it right on top of my router - setup and forget.
I'm a lot more tech savvy than the average guy on the street but a lot of this stuff is way over my head!
I will try out the multipool this week when I get my backside into gear.
My previous directions a couple pages back should get you up and running in no time. It is super easy really. If you are the least bit tech savy you can set it up and apt-get install xrdp for remoting into it when you need to, then put it next to your router and forget about it except to run git pull's to update it.

grabbed the instructions for ya. I also changed the swap file size because you really dont need 4gigs to compile:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install git qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev libqt5webkit5-dev
$ sudo apt-get install libqrencode-dev
$ git clone https://github.com/Coryvmcs1/Influxcoin
$ sudo apt-get install dphys-swapfile
$ sudo nanoetc/dphys-swapfile
scroll to:
CONF_SWAPSIZE=
change to CONF_SWAPSIZE=2048
Ctrl + O to write/save
Ctrl + x to exit
$ sudoetc/init.d/dphys-swapfile stop
$ sudoetc/init.d/dphys-swapfile start
cd Influxcoin
qmake
make
$ sudo nanoetc/dphys-swapfile
scroll to:
CONF_SWAPSIZE=2048
change to CONF_SWAPSIZE=
Ctrl + O to write/save
Ctrl + x to exit
$ sudoetc/init.d/dphys-swapfile stop
$ sudoetc/init.d/dphys-swapfile start
make sure you are inInfluxcoin and run ./Influx-qt