My original #Bitcoin Core node (from Nov 2019!) finally maxed out its 500GB ssd a few days ago.

Bought a 1TB and cloned the old drive.

Quick 🧵 on how to swap your SSD:
I use @SpecterWallet so first I backed up my Specter data and Bitcoin Core's wallets dir using `scp` from my Macbook. `scp` uses the same login credentials as ssh.

(obv your directories on your Pi will vary)
Opted for this SK hynix 1TB ssd.

* I powered down my node (Pi1)
* Moved its 500GB ssd to a different, already running Pi (Pi2)
* Also plugged the new SSD into Pi2

amazon.com/dp/B07SNHB4RC/…
* On Pi2 I ran `lsblk` to list the drives. In my case the old 500GB ssd was "sda" and the new 1TB ssd was "sdb".

(screenshot is from a diff setup, but you get the idea. Easy to identify which ssd is which by the SIZE col)
* Cloned the old ssd to the new one with `dd`:

sudo dd if=/dev/sda of=/dev/sdb status=progress bs=64K

`if` is the input (source) drive. `of` is the output (destination) drive.

Will take a while to copy 500GB. Go have lunch.
* Unplugged the 1TB ssd from Pi2 and plugged it into Pi1 for the first time.
* (crosses fingers)
* Once it booted I `ssh`ed in and ran:

sudo raspi-config

* Advanced Options > Expand Filesystem

This ensures that the OS uses the full capacity of the new ssd.

* Finish and reboot
* `ssh` back in and confirm capacity with `df -h`

Yeehaw! 439GB now available!

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Keith Mukai

Keith Mukai Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @KeithMukai

18 Sep
I wanted to copy the fully-synced #Bitcoin blockchain data from my @getumbrel node to a new raspi that I'm setting up.

Quick 🧵on how to do it:
* First you have to STOP the Umbrel services but keep its Pi running.

You want the Bitcoin Core data to be frozen in time so that it doesn't get out of sync with itself when you're copying (which will take a while).

In order to stop Umbrel...
* `ssh` into your Umbrel node. Password is the same as the web UI.

ssh umbrel@umbrel.local

If you can't resolve `umbrel.local`, you can use its IP addr:

ssh umbrel@192.168.x.y
Read 7 tweets
17 Sep
Compact @SeedSigner acrylic + zip tie v2 "case"! ImageImageImage
This mini camera is $8 more than the standard one but is nice and compact.

I sandwiched the build with this $5 acrylic protector. But the screws are too short once you stuff the camera underneath it so had to resort to zip ties. ImageImage
I loose-fit the back piece in place and marked the camera position with a sharpie.

The acrylic was easy enough to drill through. ImageImageImage
Read 6 tweets
24 Nov 19
1/ #Bitcoin advocates always say you should run your own full node but the arguments for why are often murky or esoteric ("because freedom!").

As I've taken the dive I'm seeing more and more substantive reasons. Not abstract. Not philosophical. Do X and you gain Y.

Thread:
2/ @ElectrumWallet requires a full node

- Manage your hardware wallets w/out handing all past & future tx info to Ledger Live, etc.
- Easily set up your own multisig wallets. No need for partial custodial services like Casa.
- Privacy-enhancing coin labeling & utxo selection.
2.b./ (note: The Electrum ecosystem is a bit confusing at first. I'm running electrum-personal-server on my full node and connecting to it on my laptop via the Electrum client)
Read 11 tweets
8 Aug 19
1/Why #bitcoin matters now.

Trump wants to look good for 2020. No surprise there. Strong economic numbers--especially GDP--are crucial.

So: trade war! Force a huge economy (China) to buy more of our products. Cranks up GDP. Yay us, right?!

Except China's fighting back.
2/China is devaluing their currency. Sounds bad for them, ya? So counter-intuitive.

A weaker Yuan makes it harder for China to import goods (they can't afford to buy other countries' stuff).

But also makes it cheaper for others to buy Chinese goods (our bucks go further).
3/But China is primarily an export economy. So they're happy to juice the trade flow out and disadvantage the flow in.

The $USD is already expensive relative to everyone else's currency. So what can Trump do? He *needs* to increase our exports... but we're expensive to buy from.
Read 20 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(