i have mine setup with
https://github.com/jeezz/piminer-m7 gives you the governor option so you can select performance, overclock and other features to bump up you hashrate. for me i have currently 2 pi 3b v1.3 and i get 15-18Kh/s and its not much of a bump up but it does help.
piminer is a shell script that you call from BASH to automate handling of the whole miner setup process (someone worked out the RPi3 dependencies & compile flags for you); all of which is pretty neat. You can see it here:
https://github.com/jeezz/piminer-m7/blob/master/piminer-install.shI wrote a shell script to check temps/OS-version/filesystem via SSH, ie: displayed on cmd line. If I weren't so
lazy stupid busy I'd set cron to check temps & email alert if temp => X°. It's shown below if you want it, for convenience I'd create it where you land in SSH/terminal on desktop, but if you have desktop environment look into conky, especially conky colors:
# create temps/stat script
nano stat.sh
# paste the following, exit & save
/opt/vc/bin/vcgencmd measure_temp
uname -a
df -h
# make executable
chmod +x stat.sh
More on vcgencmd:
https://elinux.org/RPI_vcgencmd_usageso far i am looking into making a cluster on amazon i found a stacker for 4 pi and they come with fan and heat sinks, neat thing is the fans are above the CPU so it keeps it cool. the PSU you can go for a cheap 30A PSU (*$30) they use for 3D printers (i have a few sitting around) and pick up a USB adapter or a buck down converter (usually $8-10) to keep the 5v 3a needed per pi and setup a fan for added air flow to keep under 70C...... i know its a lot to do a pi cluster but if you live in the states i probably help send the PSU from my old 3D printer.
That's a very kind offer & demonstrates the disposition of the Magicoin community that attracted me here
- unfortunately I'm not stateside, which is why hardware is so expensive (US is a major shipping destination for Asian mfr & bulk runs save $, everywhere is more or less 'other' destination lol). 1 PSU & adapters/converters per RPi vs individual PSU: comparison not just of cost but also failure domain, 1 PSU is a single point of failure whereas separate PSU spreads that domain. Choices... constraints...
I would like to make a 'cluster' too, strictly speaking it isn't a cluster unless using some quorum/replication solution like Galera for MariaDB. I know the stackers you mentioned, they're the best solution for multi-pi pools - cheap, effective, active cooling. SOLD
https://www.ebay.com/itm/254051554116. I'm also considering using something like this, I was given one but only a few of the USB interfaces are 3A, and this one is only 2.4A per, so that's a limiting factor:
https://www.ebay.com/itm/264125371811Note that active cooling is a must-have for pi-stack mining, unless you live in Barrow Alaska
- the combined heat output of many RPi in proximity...
the pi4 is out that thing can pump out hash rates for monero coin like its a USB asic stick. =]
Wonder which binaries/dependencies it is able to run, there are some issues that need to be worked out, check YouTube vids for more info before diving in, just in case.
i just don't see how some of these miners getting 3.7MH/s for cpu coins
Some pools don't enforce limits
so people will naturally go as hard as they can, which hurts all magi miners. If you have a pool of modern CPUs you can thrash out solved blocks of hashes like there's no tomorrow and cripple the payout.
thank you for the information you have given me, i didn't think about removing the BT and the wifi to reduce power requirements. will do that to see if it helps keep it from hitting undervoltage every so often
Most welcome my friend; I'm unsure if removing software support for those chipsets will lower power requirements, I removed them because RPi 2B+ has no WiFi/Bt and it reduced space/boot a little bit. I run headless (cli only) so removing GUI (X11) yielded even moreso. If you want to do the same then run these cmds from bash, omit X* if using desktop (or it'll go bye-bye
):
# RPi <3 that have no Bluetooth or WiFi dongle, remove pkg:
sudo apt-get remove --purge bluez
sudo apt-get remove --purge wpasupplicant
# Headless RPi that has no GUI, remove pkg:
sudo apt-get remove --purge libx11*
Apologies for thread hijack, just tryin' ta help a bruva out.
We now returning you to your regularly scheduled posts...