Oddbean new post about | logout
 ParmanodL is out.

Easy AF #Bitcoin node for Pi4.

It's software that creates a Pi4 image using a desktop computer, and flashes it all in one go. Runs on Mac or Linux.

https://image.nostr.build/15f64b70e224f0e068b7fa151d271af7a2835251ea7dfb4ddcfe545719bd0692.jpg

https://image.nostr.build/d9f714b999b60be0284fccf6dab5798a0854ddc03c7e3bc8f5743846e600287f.jpg

https://image.nostr.build/5725999600cd3292206b49f90749d1ffff88abf0e9d7884d210f2dc94435efd0.jpg

Copy/Paste SINGLE command
Insert microSD into your Mac/Linux when prompted
Put the microSD into a PI and turn it on.
Double click icon to run (no finding IP addresses or typing SSH required).
Once accessing the Pi, type 'menu'.

I've been feverishly coding, debugging, testing, and drinking max coffee for days, and it's finally ready.

The code is easy to read, so please do.

https://github.com/ArmanTheParman/parmanodl

Some advantages...

You only type 1 command to install.
No Balena etcher or other flashing software required
No pgp verification is required (it's all from written text)
There is one download (official Raspberry Pi OS) which is hashed for the user.

No SSH commands are required - use the icon made on the desktop. Double-click to access the ParmanodL terminal.

Easy starting Parmanode - type "menu"

"Parmanode" is pre-installed on the ParmanodL and the internal drive configuration is done.

Next update, going to make the installation apps with parmanode run automatically on the background. Ie non interactive. Given that it's for a Pi, much less unknowns exist, so I'll go ahead and make all the necessarily choices and have everything installed.

Systemd to run selected parmanode scripts I think will be the cleanest way.