0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

フルノードBitcoinをPCから消すまで

Posted at

ぶっちゃけどうでもいい話です

why

大学の実験で80GBのソフトウェアを使うことになり各々のPCにインストールすることになりました
しかし、自分のPCだけ異常にメモリ食っててお入れられない。。。なぜ?!

how

まずは使いそうなコマンドたちをご紹介しましょう
duメモリの大きさを表示してくれる
rm -rディレクトリの中身をファイルごと消してくる
cd移動用
lsディレクトリの中身をみる

この4つのコマンドを駆使してお掃除していく

notice

それでもなかなかメモリが増えない
よっぽどでかいゴミがあるはず!!

...気付きました。
半年前に入れたBitcoinのフルノード(100GB)!!!!

すっかり忘れてた笑

where

そんなBitcoinは
Users/hoge/Library/Application Supportに横たわっていました

result

rm -r Bitcoinのコマンド入力の後にメッセージが出るので全てyで応答したところ
無事に消去することができました。

まとめ

100GBのメモリを確保することができ大きな成果を得ることができました。
また、コマンドの使い方も少し覚えることができました。

ちなみに、二コマ分の実験を犠牲にしたのでレポートがやばい
あと、学科長の先生にマイニングいじりされました

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?