openoms

Results 103 issues of openoms

Picture of the setup: https://twitter.com/openoms/status/1135489673244160001 The board: https://www.amazon.com/Atomic-Pi-High-Speed-Peripherals/dp/B07N298F2B/ Barrel to wire adapter: https://www.ebay.co.uk/itm/BARREL-JACK-DC-to-Screw-Wire-CONNECTOR-CCTV-MOTORS-PCB-LED-WIRING-CABLE-REPAIR/332637315537 5x10 cm male-to-male Dupont cables: https://www.ebay.co.uk/itm/DuPont-Hook-up-Cable-wire-Rainbow-Ribbon-of-40-10-Wires-Male-Male-Female-Female/182343824990 Powered USB Hub with 3A power supply: https://www.amazon.co.uk/SuperSpeed-Individual-Switches-Charging-Splitter-USB-3-0-hub-15w-AC-adapter/dp/B07B2HJG8P/

The summer has come and my RPi-s are running hot. Checking for throttling with this script works: ``` #!/usr/bin/env python3 import subprocess GET_THROTTLED_CMD = 'vcgencmd get_throttled' MESSAGES = { 0:...

Currently if the raspiblitz.conf has: ``` chain='sig' ``` The recovery can't finish with waiting for the `Preparing Blockchain Sync` Neither `bitcoind` nor the `sbitcoind` service was active. Not high priority,...

enhancement

A quick test if SSD failure is suspected: ``` # install sudo apt install -y smartmontools # quick health info (should show PASSED) sudo smartctl -d sat -H /dev/sda #...

hardware

Currently using FILERESCUE doesn't break if the cl-rescue file hash doesn't match the filename. This is all after the appropriate warnings so not dangerous, but wastes time after: ``` Write...

Thinking that the `debug` and `debug -l` shortcuts should be moved to the SYSTEM menu from REPAIR to be available to view and share the debug info. Should check if...

enhancement
teamdiscuss

will need to fix or ignore errors Can be run locally with act https://github.com/nektos/act : * install github cli https://cli.github.com/ * install act with github cli ``` gh extension install...

Struggled to connect to ssh to a Kindle via USB so managed it via WiFi, works quite well so extended the gist here: https://gist.github.com/openoms/56979d0859d7063cb734bdacabf1068f ## SSH over WiFi When installed...

using the mempool.space (or self-hosted) API the Kindle could display the recommended fees like: https://mempool.space/api/v1/fees/recommended ![image](https://user-images.githubusercontent.com/43343391/124455976-1869b580-dd82-11eb-9b98-27e44761d64a.png) This is often more interesting to me than the price so could take over...