1

This would be my first attempt at purchasing and using the pi for any use-case. I am attempting to build a full bitcoin node using raspberry pi (which is I/O heavy). I plan to purchase the a.) motherboard (Pi 3), b.) case with fan, power adapter, and c.) USB HDD ~250 or 500GB. Two questions

  1. Does the rPi need a microSD to boot, or can a USB HD work?

  2. Will microSD cards available online meant for phone cameras work as intended on the system?

  3. There seem to be microSD of 256GB available for ~20$. I was curious if i can go with just a microSD and avoid the USB HDD.

I want to optimize for physical space over performance (but obviously performance should not degrade to a point where it doesn't serve its purpose).

Michael Hutter
  • 169
  • 2
  • 10
noi.m
  • 139
  • 1
  • 5

1 Answers1

1

1) The Raspberry Pi 3B+ can reliably boot from USB HDDs and pendrives. The 3B has slight reliability issues. All other models always need an SD card to boot at all.

2) Yes. Please note that normal class ratings are not meaningful for Linux systems (Class 4, Class 10 , UHS etc.) The newer "Application Performance Class" ratings are probably much more useful to predict card performance under Linux (random I/O !).

3) Yes, but that price is absurdly low and a sure sign of a counterfeit card. Counterfeit cards are common. Do not cheap out !

flakeshake
  • 6,244
  • 1
  • 16
  • 35