It doesn’t work on my RasPi because it needs a 64-bit unix distro. I know the RasPi can run this kind of distro but it will lose performances because the Pi just has 4Gb of RAM.
It should run well on the latest Pi 4 released (8Gb)
Hey guys, good news. The the HTN works on Raspberry Pi 4
I’m using Ubuntu 20.04 64 Bit and a cross-builded cabal 3.0 version for Aarch64.
I’m currently syncing a node. I will then register a stakepool and see if I’m able to generate blocks.
Successfully minted blocks .
As you see the Pi isn’t overwhelmed at all with the task. Just building and syncing the node took the Pi a little bit of effort.
Does someone know how to add the Pool vKey at ff.pooltool.io ?
Pool Id: cf5091f38cb4821e582c6833aff9026383a5ac5ecb38bcc660e71860ead6a121
This will generate a cabal 3.0 binary for aarch64. Now you need to remove the cabal2.4 from the PATH and add the cabal3.0 binary to .local/bin. The rest will be the same like building a normal node from source.
I will probably create some scripts and tutorials on my github.